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
Comments
Post a Comment