I am trying to use IFS but with multiple AND statements. It seems to get stuck after the very first AND statement.
Here is what I have:
The problem is that, even if I select "Completion" in the I2 dropdown box, even then, the output is "Half False".
In other words, its not getting past the first AND statement.
How do I solve this?
Appreciate the help,
Thanks,
JH
Here is what I have:
Excel Formula:
=IFS(AND(I2="Half",H2="Long")=TRUE,"Half True",TRUE,"Half False",AND(I2="Completion",H2="Long")=TRUE,"JustComp True",TRUE,"JustComp False")
The problem is that, even if I select "Completion" in the I2 dropdown box, even then, the output is "Half False".
In other words, its not getting past the first AND statement.
How do I solve this?
Appreciate the help,
Thanks,
JH