G
GARY
I need to test the contents of cell a1 for three values:
If a1 = 1 then 5, else 6
If a1 = 2 then 9, else 4
if a1 = 4 then 10, else 3
How do I nest the conditional statements?
If a1 = 1 then 5, else 6
If a1 = 2 then 9, else 4
if a1 = 4 then 10, else 3
How do I nest the conditional statements?