Hello there!
I'm looking to have multiple nested IF statements which would allow me to have a cell say different things depending on what range the value falls within.
For example, I have the following data:
So far, I have made the following:
=IF(AND(E3>=15.5,E3<25.1),"Dorval Airport","")
But any further IF or AND statements appear as error.