I've successfully set up COUNTIF formulas to reference a single column from another sheet when looking for only one value. I'm now trying to set up a formula to look at a column in another sheet and count up multiple values for a total. The column is single-select.
Status (Name of the column in the sheet I'm referencing)
In Production (Value 1)
Edits Needed (Value 2)
Approved - Needs HR PDF (Value 3)
I'd like a formula that references this column and counts up the cumulative total of the three values.
Here's what I have started so far: =COUNTIF({RAT Status Column}, "In Production" + "Edits Needed" + "Approved - Needs HR PDF")
From what I've read I need to include a reference to the range each time I look for the value, but I'm stumped. Lots of "UNPARSEABLE" AND "INCORRECT ARGUMENT" coming at me.
Curveball: The last thing I'd like to add to the eventual formula above is to also exclude any row where the "Ad Completed" column is checked.
Please let me know what other details you need from me. Hopefully this is a simple answer.