Shorter nested IF statements in Excel
Posted in Programming, Tricks on November 27th, 2007 by RyanThis code checks to see if A1 equals the letters K, H or L.
Instead of using:
You can use:
As you can see, it’s a lot shorter and makes a lot more sense. Especially if you need to add more to it in the future.