excel vba - VBA form control to create input values -


i warehouse lead trying set better system keeping track of tractor trailers have coming in , out of facility every day.

the way have spreadsheet set column a tractor trailer numbers.
columns b:d different location come from.
have countif statements @ bottom of b:d columns count value x.
have hidden column in f has following countif statement: =countif(b3:d3,"x")
, in column e have following if statement: =if(f3=1,"","x").

is there way use vba make form control automatically x value put rows b:d based on matching information in column correct facilities tractor trailers coming from?

you don't need vba accomplish this. excel worksheet functions made this. if post screen shot i'll try , out.
2 biggest problems see calculating lot of blank cells. try , avoid overlapping formulas.

you make life whole hell of lot easier if you'd watch 4 or 5 videos on excel week. excelisfun great free resource. video 5mins 20 minutes. in month co-workers asking help.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -