Forum Discussion

MNymark485's avatar
MNymark485
Copper Contributor
Dec 13, 2022
Solved

Cross reference two columns

Hello   I'm trying to figure out how to first cross reference two text string columns and then filter it so i only have duplicates and then cross reference the duplicates in relation to the vendor ...
  • OliverScheurich's avatar
    Dec 13, 2022

    MNymark485 

    =INDEX($C$2:$C$9,MATCH(B2,$D$2:$D$9,0))=A2

    You can try this formula. It returns TRUE or FALSE (WAHR or FALSCH in german Excel) if the D.Number and P.Number are the same for the name in column B (D.Name).

Resources