Hi all,
I am looking for advice/solution to a vlookup question.
I have a Key that lists 16 words and their abbreviations.
What I would like to do is a vlookup from one cell to another and then result converts to the abbreviation that is listed in the key without using some massive long formula like below, but I am not sure how to proceed. Right now I have a formula where I typed out every single word from the key and converts using an if formula. There has to be a better way right??
Here is a small example of what I am currently using
=IF(VLOOKUP(A1,S1:S5,5,false)="Fully Licensed","L",IF(VLOOKUP(A1,S1:S5,5,false)="Action Required","A",IF(VLOOKUP(A1,S1:S5,5,false)="Pending","p", etc. etc
it goes on for 16 different outcomes!! Yikes
Thanks in advance
I am looking for advice/solution to a vlookup question.
I have a Key that lists 16 words and their abbreviations.
What I would like to do is a vlookup from one cell to another and then result converts to the abbreviation that is listed in the key without using some massive long formula like below, but I am not sure how to proceed. Right now I have a formula where I typed out every single word from the key and converts using an if formula. There has to be a better way right??
Here is a small example of what I am currently using
=IF(VLOOKUP(A1,S1:S5,5,false)="Fully Licensed","L",IF(VLOOKUP(A1,S1:S5,5,false)="Action Required","A",IF(VLOOKUP(A1,S1:S5,5,false)="Pending","p", etc. etc
it goes on for 16 different outcomes!! Yikes
Thanks in advance