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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!