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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!