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
Check out the Formula Handbook template!