Need help with =SUMIF in summary report
I'm trying to get a sum of time spent for week ending date 7/31/20. This formula gives me a total of zero. Any suggestions for what I'm doing wrong? I've tried the date with and without " ". Thanks!
=SUMIF([Week Ending Date]:[Week Ending Date], ="07/31/20", [Time Spent]:[Time Spent])
Best Answers
-
Hi @laura.buchanan ,
in your formula you try to compare the text string "07/31/20" with a date and that does not work.
Try this:
=SUMIF([Week Ending Date]:[Week Ending Date], =DATE(2020, 7, 31), [Time spent]:[Time spent])
Hope this helps
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
-
Since you're looking for a date value, you'll want to use the DATE function so that the formula can read your Column Type correctly!
Try this:
=SUMIF([Week Ending Date]:[Week Ending Date], DATE(2020, 7, 31), [Time Spent]:[Time Spent])
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thanks so much for the great feedback! Working now!! :-)
Answers
-
Hi @laura.buchanan ,
in your formula you try to compare the text string "07/31/20" with a date and that does not work.
Try this:
=SUMIF([Week Ending Date]:[Week Ending Date], =DATE(2020, 7, 31), [Time spent]:[Time spent])
Hope this helps
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
-
Since you're looking for a date value, you'll want to use the DATE function so that the formula can read your Column Type correctly!
Try this:
=SUMIF([Week Ending Date]:[Week Ending Date], DATE(2020, 7, 31), [Time Spent]:[Time Spent])
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thanks so much for the great feedback! Working now!! :-)
-
Pleasure
greetings
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!