Hello,
Here's the type of formula I use. The words "NOMINAL_A"; "Appareil_A" are named cells.
I have to constantly add new conditions (because I forget some) and I have to redo Ctrl+H each time to redo the whole alphabet. Is there a code that allows me to change the combination "_B" as many times as there are letters? and thus generate a list with the 26 letters of the alphabet?
Thanks a lot for your help
Here's the type of formula I use. The words "NOMINAL_A"; "Appareil_A" are named cells.
I have to constantly add new conditions (because I forget some) and I have to redo Ctrl+H each time to redo the whole alphabet. Is there a code that allows me to change the combination "_B" as many times as there are letters? and thus generate a list with the 26 letters of the alphabet?
Thanks a lot for your help
Excel Formula:
[TABLE width="303pt"]
[TR]
[td width="404px"]SI(NOMINAL_B="";"";SI(Appareil_B="Tampon fileté";D1;SI(Appareil_B="Bague filetée";D1;SI(Appareil_B="Comparateur";"Comparateur";SI(Appareil_B="Keyence";"Programme N°"&D1;SI(Appareil_B="Micromètre";"Micromètre";SI(Appareil_B="Micro Pack";"Micro Pack";SI(Appareil_B="Pied à coulisse";"Pied à coulisse";Appareil_B&" "&Symb_B&Mini_B&" = Go"&" / "&Appareil_B&" "&Symb_B&Maxi_B&" = No Go"))))))))[/td]
[/TR]
[/TABLE]