I have a table similar to this, to which I want to add a new "DESC" column:
| Header_1 | 
Another header | 
| First | 
row_1 | 
| Second | 
row_2 | 
On the other hand, I have a table, called dictionary with the description:
| Code | 
DESC | 
| row_1 | 
Description1 | 
| row_2 | 
Description2 | 
What formula can I use in Excel to get the value of the DESC row when the code matches?And let it stay like this:
| Header_1 | 
Another header | 
DESC | 
| First | 
row_1 | 
Description1 | 
| Second | 
row_2 | 
Description2 |