A
ADE2
Hi
I have the following IF function that contains 6 nested IF functions
based on the slope of a Moving Average,each IF function scores a
certain number of points based on the slope of the Moving Average.
=IF(AND(AF18="UP",AH18="UP"),12,IF(AND(AF18="DOWN",AH18="UP"),9,IF(AND(AF18="UP",AH18="DOWN"),6,IF(AND(AF18="DOWN",AH18="DOWN"),3,IF(AND(AF18="FLAT",AH18="DOWN"),6,IF(AND(AF18="FLAT",AH18="UP"),9,))))))
I know that the limit is 7 nested IF functions.
I have the following three IF functions to add which will take me over
the limit for nested IF functions as i can only incorporate one more
function.
Is it possible because the final three functions all score the same
number of points(7.5),to make the final IF functions say if cells AF18
and AH18 are anything other than the the outcome of the first six IF
functions that the score would be 7.5
=IF(AND(AF18="UP",AH18="FLAT"),7.5,IF(AND(AF18="DOWN",AH18="FLAT"),7.5,IF(AND(AF18="FLAT",AH18="FLAT"),7.5)))
Thanks for the help
Ade
I have the following IF function that contains 6 nested IF functions
based on the slope of a Moving Average,each IF function scores a
certain number of points based on the slope of the Moving Average.
=IF(AND(AF18="UP",AH18="UP"),12,IF(AND(AF18="DOWN",AH18="UP"),9,IF(AND(AF18="UP",AH18="DOWN"),6,IF(AND(AF18="DOWN",AH18="DOWN"),3,IF(AND(AF18="FLAT",AH18="DOWN"),6,IF(AND(AF18="FLAT",AH18="UP"),9,))))))
I know that the limit is 7 nested IF functions.
I have the following three IF functions to add which will take me over
the limit for nested IF functions as i can only incorporate one more
function.
Is it possible because the final three functions all score the same
number of points(7.5),to make the final IF functions say if cells AF18
and AH18 are anything other than the the outcome of the first six IF
functions that the score would be 7.5
=IF(AND(AF18="UP",AH18="FLAT"),7.5,IF(AND(AF18="DOWN",AH18="FLAT"),7.5,IF(AND(AF18="FLAT",AH18="FLAT"),7.5)))
Thanks for the help
Ade