N
Nige Danton
Mac OSX Excel 2003: I am using the sumif function to add some data
based on date criteria. The formula is of the form:
=SUMIF(B2:B20,"<="&DATE(2008,3,30),C2:C20)-SUMIF(B2:B20,"<"&DATE
(2008,3,1),C2:C20)
and it works properly. Instead of hard coding the dates into the
formula I want to have it refer to helper cells where the dates would
be entered. However when I do that I get an error saying I have
entered too few arguments. What's the correct way to do this?
Many thanks
based on date criteria. The formula is of the form:
=SUMIF(B2:B20,"<="&DATE(2008,3,30),C2:C20)-SUMIF(B2:B20,"<"&DATE
(2008,3,1),C2:C20)
and it works properly. Instead of hard coding the dates into the
formula I want to have it refer to helper cells where the dates would
be entered. However when I do that I get an error saying I have
entered too few arguments. What's the correct way to do this?
Many thanks