Hello!
I am stuck - trying to leverage a sheet summary field to sum a total, where one of the columns has two conditions that I want to exclude from the Sum. I can get one of them to work:
=SUMIFS([Amount]:[Amount], [Business Unit]:[Business Unit], "Sales", [Priority]:[Priority], <>"Required")
It's that last condition. I also want to exclude when the priority column also contains the text "NA".
But I can't figure out how to construct the formula to exclude both