SUMIFs not working in Smartsheet VS Excel
I have the following table
in excel if i use the function
=SUMIFS($C$2:$C$5,$A$2:$A$5,101,$B$2:$B$5,"Approval")
it will return the value of the approval date - 1/1/2020
however when i do this in smartsheet, the formula returns a blank. Does anyone have any thoughts here?
Alternatively - would anyone have another solution to figure this out.
Best Answers
-
For Samrtsheet, you would want to use something along the lines of
=JOIN(COLLECT([Date Column Name]:[Date Column Name], [Site Column Name]:[Site Column Name], 101, [Milestone Column Name]:[Milestone Column Name], "Approval"), " - ")
-
Happy to help! 👍️
Please don't forget to mark an "Accepted Answer" so that others searching for a similar solution know they can take a look here.
Answers
-
Are you wanting to pull the Date where the Site is 101 and the Milestone is Approval?
-
Hi Paul,
Yes, I am essentially building a "dashboard" type of view where in each column it is hardcoding a milestone value to check against for a specific site number.
-
For Samrtsheet, you would want to use something along the lines of
=JOIN(COLLECT([Date Column Name]:[Date Column Name], [Site Column Name]:[Site Column Name], 101, [Milestone Column Name]:[Milestone Column Name], "Approval"), " - ")
-
Thanks Paul...LIFE SAVER!
-
Happy to help! 👍️
Please don't forget to mark an "Accepted Answer" so that others searching for a similar solution know they can take a look here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!