SumIfs with a Date
Once again I am having trouble with the SumIfs function. I am trying to get a total of postage paid for a client for each month, currently trying to find December 2022. I have the Customer Name column, Date Mailed column, and Postage Office Charge column. I have tried so many different formulas. Currently I have this: =SUMIFS([Post Office Charge]:[Post Office Charge], ([Customer Name]:[Customer Name], JONES), AND([Date Mailed]:[Date Mailed], >=DATE(2022, 12, 1), [date mailed]:[date mailed], <=DATE(2022, 12, 31))
I keep getting an #unparsable. Not sure how to make this formula work. I appreciate any help you can give me!
Thank you!
Best Answer
-
Hi @VTwyford ,
Your formula is just slightly off. Try this: =SUMIFS([Post Office Charge]:[Post Office Charge], [Customer Name]:[Customer Name], "Jones", [Date Mailed]:[Date Mailed], >=DATE(2022, 12, 1), [Date Mailed]:[Date Mailed], <=DATE(2022, 12, 31))
Best,
Dave
Answers
-
Hi @VTwyford ,
Your formula is just slightly off. Try this: =SUMIFS([Post Office Charge]:[Post Office Charge], [Customer Name]:[Customer Name], "Jones", [Date Mailed]:[Date Mailed], >=DATE(2022, 12, 1), [Date Mailed]:[Date Mailed], <=DATE(2022, 12, 31))
Best,
Dave
-
That worked!!! Thank you so much!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!