Hello.
New here! :)
I have an =IF formula that works fine with one set of information, e.g. =IF(AND(Calculation14 > 0, Calculation14 < 3), "Continue as planned")
But I want to add other options, such as: =IF(AND(Calculation14 > 0, Calculation14 < 3), "Continue as planned"), =IF(AND(Calculation14 > 3, Calculation14 < 9), "Seek advice"))
As soon as I add the second IF, it becomes unparsable.
Where am I going wrong?
Thanks
Katie