Home > Software engineering >  need to write a formula that counts matches but also meets secondary criterion
need to write a formula that counts matches but also meets secondary criterion

Time:08-20

I have a sheet that counts matches from column C in "Archive" with "Document list" column A. I have it count total matches just fine. =COUNTIF(Archive!C:C,A:A)

I need to count only the matches where name in "Archive" column H matches "Names" in column A.

Sample sheet enter image description here

  • Related