excel - How to ignore cells with dates when adding entire rows -


i have inventory tracking sheet, subtracts inventory count on items row, ignoring cells text on them.

i want ignore cells dates on them entering things 01/14/2016 throws whole thing off because counts them number.

this current code "=sum(c5-sumif(i5:bz5, "<> *ord", i5:bz5))"

so every time have order input 3 rowcells, example:

i5 = "order 45",  j5 = "01/16/2016", k5 = "5", 

k5 actual piece count subtracted inventory in c5

picture reference

http://s11.postimg.org/f46gs6n1v/new_bitmap_image.png


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -