Calc: how to select a list value based on adjacent cell values

Hi all,
I have a sheet with some values I have parsed out from a string.
Based on these values, I need to automatically select a description phrase in an adjacent cell.
Essentially, I need to break apart tens of thousands sku’s into human readable text

Example:  
Cell(A2).value = DIA 
Cell(B2).value SHOULD = DIAGONAL

Where: cell(B2) references a list of values, (Diagonal, Square, Triangle, Circle, ... etc.)

So all the cells in col B autofill a value based on the value in col A
Anyone know how to do this???

The VLOOKUP function is well suited for this task. I have created a small example document.

Example

best regards

Juergen

Thank you Juergen! That’s exactly what I was looking for! :slight_smile:

Don’t forget to check the mark to the left of the answer to show that your question was solved. Thanks.

oh didn’t see that there. thank you dscheikey