I have an index match that gives me results for prices with a string of text I want to remove. Example: USD 41.99
In a separate cell I have the RIGHT function to remove the "USD ", but I would like to have a single formula in one cell.
In a separate cell I have the RIGHT function to remove the "USD ", but I would like to have a single formula in one cell.
HTML:
=INDEX(Report!Q$2:Q$1000,MATCH(Main!A2,Report!D$2:D$1000,0))
HTML:
=RIGHT(G2, LEN(G2)-4)