Hello everyone,
I want to display a city name based on a text, for example:
COLUMN A
T1 = Toulouse
T2 = Bordeaux
T3 = Paris
T4 = ...
A cell in column A can contain a single character (T1) or several (T1 + T3). In column B I would like to display the name of the city according to the characters but I can't do it to combine 2 characters. My formula that only works for a single character is:
=IF(A2="";"";IF(A2="T1";"Toulouse";IF(A2="T2";"Bordeaux";IF(A2="T3";"Paris";IF(. ...)
Ps: not possible to use SearchV in my file...
thanks in advance
Cordially, azerty64