Home > other >  How to use Countif function to count rows that has a specific value in either of column A or B in Go
How to use Countif function to count rows that has a specific value in either of column A or B in Go

Time:11-24

I am trying to count the number of rows that has a specific value let say "John" in either Column C or Column D. If the two columns have both the same value, then only one of them is counted.

Here is the example sheet. column C & D has the data. Column G contains the function countif

enter image description here

  • Related