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)