Forum Discussion

Danger_SF's avatar
Danger_SF
Copper Contributor
Jan 21, 2023
Solved

Counting duplicates in a separate tab, filtering the adjacent column by the text in a cell

Good evening. I am using Office 365. Please see attached. I'm trying to do this:   Depending on the text in USE:B2, filter SITES: B:B by that text, then count cells in SITES: C:C which are duplicat...
  • HansVogelaar's avatar
    HansVogelaar
    Jan 23, 2023

    Danger_SF 

    How about

     

    =SUM(--(IF(SITES!B3:B13=B2,COUNTIFS(SITES!B3:B13,B2,SITES!C3:C13,SITES!C3:C13),0)>1))

Resources