I need help with a sumifs when a column contains a value and when a date falls within 2023
Hey everyone. This is where I think I need your hive mind.
This is what I think my calculation should be like when I am trying to sum when a column is contains a number and the date range is in 2023. Can you help me cause its not working.
SUMIFS([Planned Savings]:[Planned Savings], "", [End Date]:[End Date], <=DATE(2023, 12, 31))
Thank you
Best Answer
-
Thanks - it is the little things that always get me.
Try this:
=SUMIFS([Planned Savings]:[Planned Savings], [End Date]:[End Date], <=DATE(2023, 12, 31), [Planned Savings]:[Planned Savings], <>0)
Peggy
Answers
-
Hello @Tracy Ashton_Grewal -
Does your formula have an "=" sign at the start?
=SUMIFS([Planned Savings]:[Planned Savings], "", [End Date]:[End Date], <=DATE(2023, 12, 31))
Peggy
-
Hi Peggy, yes it does. Thank you for asking.
-
Thanks - it is the little things that always get me.
Try this:
=SUMIFS([Planned Savings]:[Planned Savings], [End Date]:[End Date], <=DATE(2023, 12, 31), [Planned Savings]:[Planned Savings], <>0)
Peggy
-
This is perfect, thank you so much
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!