If Else statement with multiple outcomes.
So I'm I need a formula for an If Else statement where if Cell 1 equals a value the output changes.
So to make it simple Cell 1 has a value entered between 1-12. I need the values to output as such:
If Cell 1 = 1-6 Cell 2 = 0
If Cell 1 = 7-8 Cell 2 = 1
If Cell 1 = 9-10 Cell 2 = 2
If Cell 1 = 11+ Cell 2 = 3
I started by making Cell 1 and number variable, and I got a basic If Else statement to work for a single variable but I can't get it to work for multiple.
