Hi,
I'm trying to get an IF statement working which uses AND & OR in its conditions.
I want to check whether a number is between a certain range or a specific number.
I can't work out how to combine AND & OR in the same IF statement.
I'm trying to get an IF statement working which uses AND & OR in its conditions.
I want to check whether a number is between a certain range or a specific number.
I can't work out how to combine AND & OR in the same IF statement.
Code:
=IF(AND(H11>=5811,H11<=5819,H11=5656,H11=5654),"EBITDA","ITDA")