S
scmoak14
=IF(D6="yes",Data!C2,IF(D6="no",Data!B3,IF(D6=" ",Data!A1)))
Intent is that if D6 is empty, E6 is also empty. With this formula when D6
is empty E6 displays as FALSE.
I also tried =IF(D6="yes",Data!C2,IF(D6="no",Data!B3,IF(D6<>"yes, no
",Data!A1))) but get same results.
Thanks for your help!
Intent is that if D6 is empty, E6 is also empty. With this formula when D6
is empty E6 displays as FALSE.
I also tried =IF(D6="yes",Data!C2,IF(D6="no",Data!B3,IF(D6<>"yes, no
",Data!A1))) but get same results.
Thanks for your help!