I have a formula that is giving me a #value error. I am trying to match the value in Sheet1!B2 to Sheet2|ColumnB I have tried different combinations with no luck. The value I am looking for is in Sheet2!B94.
=VLOOKUP(TRIM(Sheet1!B2)|TRIM(Sheet2!A1:B94)|2|FALSE)
=VLOOKUP(TRIM(Sheet1!B2)|TRIM(Sheet2!A1:B94)|2|FALSE)