Dustin Hoffman
Member
Here is the formula I am using:
=IF(A2="","",VLOOKUP(A2,'Rider Codes'!$C$2:$D$106,2,FALSE)
I have a VLOOKUP built that I am hoping I can adjust to potentially capture multiple possibilities within one cell. The formula above correctly converts column C(Full Name) to column D(Rider Name). The challenge is I have a handful of possibilities where two might be listed and shown like this:
GMIB (FIP99), TXPR (TAXP1)
Is it possible to convert more than one automatically and make the above example look something like this:
Family Income Protector, Taxpayer Rider
Here is part of the chart:
=IF(A2="","",VLOOKUP(A2,'Rider Codes'!$C$2:$D$106,2,FALSE)
I have a VLOOKUP built that I am hoping I can adjust to potentially capture multiple possibilities within one cell. The formula above correctly converts column C(Full Name) to column D(Rider Name). The challenge is I have a handful of possibilities where two might be listed and shown like this:
GMIB (FIP99), TXPR (TAXP1)
Is it possible to convert more than one automatically and make the above example look something like this:
Family Income Protector, Taxpayer Rider
Here is part of the chart: