I am trying to create a total for orders placed on a specific day, so I have a named range called “Price” and another named range – “Date_ordered” and I want to create a total for orders placed on, e.g., June 13, 2011. so I create this formula:
=SUMIF(Date_ordered,”=”&DATE(2011,6,13),Price)
I may also want to create a total for orders placed on another date, e.g., June 30, 2011.
This does not give me the results I expected (obviously), rather it gives me a “date” as the result of the “SUMIF” operation. Can someone help me straighten this out? Thanks.
Ron_M