Need Help With SUMIF formula
Hi all,
Hope this question makes sense... I am trying to create a formula that will sum the amount of CME in one row if the date of CME activity falls between a specified date range indicated by a set of dates stored on a row...
Example want to sum CME totals from Echo Specific CME column that fall within the appropriate triennium specified in last 2 colums.
Thanks,
Roseanne
Best Answer
-
Try something along the lines of...
=SUMIFS([Column to Sum]:[Column to Sum], [Course Name]:[Course Name], CONTAINS("Echo", @cell), [Date of CME]:[Date of CME], AND(@cell >= [Beginning of Triennium]@row, @cell <= [End of Triennium]@row))
Answers
-
Try something along the lines of...
=SUMIFS([Column to Sum]:[Column to Sum], [Course Name]:[Course Name], CONTAINS("Echo", @cell), [Date of CME]:[Date of CME], AND(@cell >= [Beginning of Triennium]@row, @cell <= [End of Triennium]@row))
-
Thank you so much!
-
Happy to help! 👍️
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!