D
Derrick
I am trying to sum an invoice amount within a given month based on a
location. I am working with named ranges as well to try and simplfy this for
myself. But when trying to use the dates I am getting the #VALUE error.
Please help me with correcting this. The formula I am trying to use is
=sumifs(INVOICED_AMOUNTS,A3:A500,">=N4",A3:A500,"<=N5",Location,"New York")
Where INVOICED_AMOUNTS (J3:J500) are where I have my dollar totals
A3:A500 is the column where dates are kept (in mmm/dd format)
N4 is my start date of 1/1/2010
N5 is my end date of 1/31/2010
Location (B3:B500) is where a list of city's are kept.
What am I doing wrong???
location. I am working with named ranges as well to try and simplfy this for
myself. But when trying to use the dates I am getting the #VALUE error.
Please help me with correcting this. The formula I am trying to use is
=sumifs(INVOICED_AMOUNTS,A3:A500,">=N4",A3:A500,"<=N5",Location,"New York")
Where INVOICED_AMOUNTS (J3:J500) are where I have my dollar totals
A3:A500 is the column where dates are kept (in mmm/dd format)
N4 is my start date of 1/1/2010
N5 is my end date of 1/31/2010
Location (B3:B500) is where a list of city's are kept.
What am I doing wrong???