That works only if column A sheet 1 is not formatted as number, and if that is not the case, it doesn't work. And unfortunately I do have mixed context...can you please help me?? for example I need to find if ONLY the part 1MS5432 from A3 cell "1MS5432 cap"
in sheet 1 can be found in any cell from sheet 2 and then return the value from column G sheet 2 that corresponds to the found cell.
Or more detailed:
When I have mixed context this formula works =LOOKUP(A:A,prices!A:A,prices!G:G) but it doesn't if the part I am searching contains only numbers (without the MS for example)
When there is only a number and I split the cell, format it as number, then this formula works =SUMPRODUCT(--(ISNUMBER(SEARCH(prices!A:A,A77))),prices!G:G)
I need universal one, for both cases, is that possible??
THANKS!