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
- 64.1K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!