DashboardNovice
Member
I don't like the idea of using nested IFs. When writing programming code, if you have multiple possible outcomes, instead of using nested IF statements, you can use "Switch".
My question is this. Does Excel (not VBA) have a function similar to switch?
The only thing I can think of is the CHOOSE function. Any other ideas?
My question is this. Does Excel (not VBA) have a function similar to switch?
The only thing I can think of is the CHOOSE function. Any other ideas?