Hi,
I need help performing a lookup function with inputs in one cell separated by commas.
I have a single cell with a given number of initials (my lookup values):
RY, AH, NR
I have a table with a cost assigned to each of these initials (my lookup array):
RY 200
AH 200
NR 400
I would like to perform a vlookup off the cell containing the comma separated values to generate an output such as 200, 200, 400.
I would also like the function to be flexible enough to provide outputs based on any given number of inputs in the cell such as
RY, AH, NR, WG or
RY, WG
Thank you so much for anyone's help on this!
I need help performing a lookup function with inputs in one cell separated by commas.
I have a single cell with a given number of initials (my lookup values):
RY, AH, NR
I have a table with a cost assigned to each of these initials (my lookup array):
RY 200
AH 200
NR 400
I would like to perform a vlookup off the cell containing the comma separated values to generate an output such as 200, 200, 400.
I would also like the function to be flexible enough to provide outputs based on any given number of inputs in the cell such as
RY, AH, NR, WG or
RY, WG
Thank you so much for anyone's help on this!