dparteka
Member
Not sure if this is possible but it’ll be interesting to see if it is.
In cell P1 I have this List Validation formula that does the job nicely.
=INDEX(INDIRECT(O1),0,1)
Here's the List Validation in O1:
=IF($L1="CUSTOMER",Lists!$B$8:$B$10,IF($L1="SUPPLIER",Lists!$B$13:$B$15,IF($L1="EMPLOYEE",Lists!$B$18:$B$20)))
I’ve been trying to figure out if I could add to the formula in P1 to include something like this… IF($O1="N/A","N/A")
In regular human language… if O1 is N/A then P1 should also be N/A otherwise look to the lists.
Thank you for looking, your help will be genuinely appreciated.
In cell P1 I have this List Validation formula that does the job nicely.
=INDEX(INDIRECT(O1),0,1)
Here's the List Validation in O1:
=IF($L1="CUSTOMER",Lists!$B$8:$B$10,IF($L1="SUPPLIER",Lists!$B$13:$B$15,IF($L1="EMPLOYEE",Lists!$B$18:$B$20)))
I’ve been trying to figure out if I could add to the formula in P1 to include something like this… IF($O1="N/A","N/A")
In regular human language… if O1 is N/A then P1 should also be N/A otherwise look to the lists.
Thank you for looking, your help will be genuinely appreciated.