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
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!