M
Maureen
I have written the following Nested IF function
=IF(K13="N","NA",IF(K13="1","A",IF(K13="2","B",IF(K13="3","C",IF(K13="4","D")))))
However, once applied, only the 1st value "NA" is returned when the
condition is "TRUE". All other results return a value of "FALSE".
How do I rectify so that the other values appear when the condition is met?
=IF(K13="N","NA",IF(K13="1","A",IF(K13="2","B",IF(K13="3","C",IF(K13="4","D")))))
However, once applied, only the 1st value "NA" is returned when the
condition is "TRUE". All other results return a value of "FALSE".
How do I rectify so that the other values appear when the condition is met?