Good afternoon all,
Im kinda stumped i was trying to write a script in ways to take an entire descriptions of devices and turning it into a set abbreviation for it. Like if there was a table at the top looks like this shown at bottom. I was thinking an If statement like =IFS(CODED MANUAL STATIONS,"MS",IFS(AIR SAMPLING,"HSSD"),IFS(HALON MANUAL STATION,"HMS",IFS, and so on but I didnt know if that would be the best way to do that?
[TABLE="width: 81"]
[TD="class: xl64, width: 108, bgcolor: transparent"]NON-CODED MANUAL STATIONS – MS[/TD]
[TD="class: xl65, bgcolor: transparent"]AIR SAMPLING – HSSD[/TD]
[TD="class: xl65, bgcolor: transparent"]HALON MANUAL STATION – H-MS[/TD]
[TD="class: xl65, bgcolor: transparent, align: center"]ABORT SWITCH – AS[/TD]
[/TABLE]