I am trying to count number of attendees (one column) based on a different column (program type) we have running ("A" vs "B" vs "C"). I am getting unparseable. Any suggestions? I am trying to use the below formula:
=COUNTIF((Program:Program, "A")) (AND(=COUNTIF(Number of Attendees:Number of Attendees, >0)
I have also tried:
=COUNTIFS(Number of Attendees:Number of Attendees, >0, [Program]:[Program], "A"])