Hi,
I have a formula where I am trying to say in column 1 count if checkbox A is checked OR in column 2 if checkbox B is checked.
Here is the entire formula with the portion I cannot figure out in bold:
=COUNTIFS(Simulation:Simulation, "Phillips ED", Complete:Complete, "0", Type:Type, OR(@cell = "Pilot", @cell = "Simulation"), OR(Submitted:Submitted = "1", [Schedule Confirmed]:[Schedule Confirmed] = "1"))