I am trying to count criteria in a couple different cells on my smartsheet. I am using the formula below:
=COUNTIFS(RAID:RAID, "Action", Disposition:Disposition, "Open", Disposition:Disposition, "Retest", Disposition:Disposition, "Post Go-Live")
I am trying to count any Risk, Action, Issue, & Decision and also factoring in if it is Open, Retest, or Post Go-Live.
Any pointers?
Branden