Forum Discussion

rxpotlu's avatar
rxpotlu
Copper Contributor
Apr 05, 2022
Solved

Vlookup

Hi All,   Can you help me with below please?    company Platform abc co 123 abc co 456 xyz co 123 xyz co 456 yyy co 456   i made up above data since i cannot share my...
  • OliverScheurich's avatar
    Apr 05, 2022

    rxpotlu 

     

     

    =LET(A,A2:A10,
    e,UNIQUE(A),
    ok,COUNTIFS(A,e,$B$2:$B$10,456),
    company,COUNTIF(A,e),
    result,FILTER(e,ok=company),
    result)

     

    Is this what you want to do? 

     

    If you don't work with Office365 or 2021 you can try this formula:

     

    =NOT(COUNTIFS($A$2:$A$14,A2,$B$2:$B$14,456)<COUNTIF($A$2:$A$14,A2))

     

     

Resources