B
Big Tony
If I want to make an IIf statement that hinges more than
two situations (say three or four possible outcomes), is
it possible to embed IIF statements inside each other,
like you can in excel?
Ex: =IIF(x12=4,"GREEN",IIF(x12=3,"Blue",IIF
(x12=2,"RED","WHITE")))
In addition, is there perhaps an alternative, more
efficient way to do this?
two situations (say three or four possible outcomes), is
it possible to embed IIF statements inside each other,
like you can in excel?
Ex: =IIF(x12=4,"GREEN",IIF(x12=3,"Blue",IIF
(x12=2,"RED","WHITE")))
In addition, is there perhaps an alternative, more
efficient way to do this?