In sheet Tracker range L3 I have data that looks like the following:
152123; 152124; 152161; 152189
I want to basically vlookup all of the above values in sheet "Data" range O3:O600 and return the value from column X to sheet Tracker M3.
Sheet Data is setup like
ColumnO ColumnX
152123 Jun
152124 Jun
152161 Jul
152189 Sep
So L3 looks like:
152123; 152124; 152161; 152189
Result returns
Jun; Jun; Jul; Sep
Any thought on a formula or vba would be greatly appreciated.
stapuff
152123; 152124; 152161; 152189
I want to basically vlookup all of the above values in sheet "Data" range O3:O600 and return the value from column X to sheet Tracker M3.
Sheet Data is setup like
ColumnO ColumnX
152123 Jun
152124 Jun
152161 Jul
152189 Sep
So L3 looks like:
152123; 152124; 152161; 152189
Result returns
Jun; Jun; Jul; Sep
Any thought on a formula or vba would be greatly appreciated.
stapuff