convert select case / switch case to a series of IIF statements. -
08-21-2005
, 07:25 PM
Not sure if anyone found a small tool to convert select case / switch case to
IIF statement. It is useful if I have a lot of custom rollup formula. I can
write in a case statement first and then use this tool to generate the
equivalent IIF statement. |