Question on using Sumifs
I'm trying to create a sheet that will calculate the sum of a referenced sheets based on a condition. The first column of the range is "status" and I want to report only "ongoing" statuses, the second column I want to use is "hard savings or soft" and only report "hard", and I'm trying to report the sum of the values in the "savings" column. Anyone know how to create this formula?
Tags:
Answers
-
Hi,
I would use the Sheet Summary functionality and create a field with the COUNTIFS function for rows "Ongoing" and "Hard".
This is the function I used for the example below:
=COUNTIFS(Status:Status; ="Ongoing"; Savings:Savings; ="Hard")
Hope it helps.
Antonio
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!