I have a data validation with a nested if statement.
It works fine as long as I don't have D18 in R8. D18_OP named range = "Not Applicable". When D18 appears in R8 the drop down will not load with "Not Applicable" nor can I select it. I cannot change it to any text either. I tried replacing the Named range with "-", but it continues to fail.
I have several more of these I need to make where either D24 or D34 is not going to load anything into the Data validation drop down.
What am I doing wrong or how can I get around it?
Code:
=IF(R8="D18",D18_OP,IF(R8="D24",D24_OP,IF($R$8="D34",D34_OP)))
It works fine as long as I don't have D18 in R8. D18_OP named range = "Not Applicable". When D18 appears in R8 the drop down will not load with "Not Applicable" nor can I select it. I cannot change it to any text either. I tried replacing the Named range with "-", but it continues to fail.
I have several more of these I need to make where either D24 or D34 is not going to load anything into the Data validation drop down.
What am I doing wrong or how can I get around it?