SUMIFS correction assistance
Currently, I'm using the formula below, but I need help adjusting this formula to add another criterion from an additional column into the formula. The additional column range I need to pull from is "Project type," and the criterion is "AE" to be added into the formula below. What is the formula to add a third criterion to the formula below? Thank you in advance for your help.
=SUMIF([CR Status]6:[CR Status]19, OR(@cell = "Estimated", @cell = "Pending", @cell = "Approved"), [SFM Cost]6:[SFM Cost]19)
Best Answer
-
SUMIFS formula:
=SUMIFS([SFM Cost]6:[SFM Cost]19, [CR Status]6:[CR Status]19, OR(@cell = "Estimated", @cell = "Pending", @cell = "Approved"), [Project Type]6:[Project Type]19, ="AE")
I highlighted in yellow the range that's rows 6 through 19. I highlighted in green the monies that were added which met your criteria requested.
Answers
-
SUMIFS formula:
=SUMIFS([SFM Cost]6:[SFM Cost]19, [CR Status]6:[CR Status]19, OR(@cell = "Estimated", @cell = "Pending", @cell = "Approved"), [Project Type]6:[Project Type]19, ="AE")
I highlighted in yellow the range that's rows 6 through 19. I highlighted in green the monies that were added which met your criteria requested.
-
Thank you Mike for the quick response on this. Your awesome, have a good night.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!