I started with a vlookup but moved to an index match. I am trying to match two columns 1 column has an ID in it the other column has a ^ with an ID. If I put the formula of the cells I get a match but when I use the index match it won't match. I am comparing value from one sheet with values from another sheet. The second sheet is named EPIC_Providers. Any help would be appreciated.
The cell comparison formulas:
Cell AR2 Cell AS2 Currently true
=(SUBSTITUTE(AN2|"^"|"")) =(EPIC_Providers!B306 ) =AR2=AS2
=INDEX(EPIC_Providers!B:C| MATCH(SUBSTITUTE(AN2|"^"|"")|AN2:AN51|0))
The result is #N/A
The cell comparison formulas:
Cell AR2 Cell AS2 Currently true
=(SUBSTITUTE(AN2|"^"|"")) =(EPIC_Providers!B306 ) =AR2=AS2
=INDEX(EPIC_Providers!B:C| MATCH(SUBSTITUTE(AN2|"^"|"")|AN2:AN51|0))
The result is #N/A