Count

Copper Contributor

How to count no of times pain has been repeated in column 7 under data in column 1

 

1267
2021306589Out PatientACUTEPAIN
  ACUTEPAIN
  CJRONICPPI
  ACUTEPAIN
  ACUTEPAIN
1 Reply

@Pradyumna89 

Try something like this...

=COUNTIFS(A:A,"<>",G:G,"PAIN")

Check the column reference in the formula. Currently, it is counting occurrences of "Pain" in Column G if there is data in Column A.