I have a sheet with a table, with two columns. In the first column is a number of the compartment, and in the second the name of the compartment.
ID NAME
121 Fore peak
224 Enterance (s)
.
.
etc.
Since those tables were composed in short time the names were sometimes written in full, sometimes with acronyms and sometimes just with some hope someone will figure them out from the ingeniosity that they are now.
Is there a way to make a sheet-wise replacement, of the name depending on the number in the cell to the left?
IF any_cell = 121 cell_to_the_right_of_it = 'Fore peak'
Something like that?