Is it possible without VBA to:-
Based on the value of range A1 to allow corresponding drop down list in B2
ie
If range A1 = "yes" then the drop down list (Data Validation) in range B1 will display 1, 2, 3, 4, 5
If range A1 = no then the drop down list (Data Validation) in range B1 will display A, B, C, D, E
If range A1 = other then the drop down list (Data Validation) in range B1 will display Mon, Tue, Wed, Thur, Fri
Can the above be produced through the If formula based on the Data Validation value being a name.
=If(A1=yes,DATAVALIDATION(B1)=Number,"") then nested IF's for the rest
hope you get the idea.
Many Thanks, Matt
Based on the value of range A1 to allow corresponding drop down list in B2
ie
If range A1 = "yes" then the drop down list (Data Validation) in range B1 will display 1, 2, 3, 4, 5
If range A1 = no then the drop down list (Data Validation) in range B1 will display A, B, C, D, E
If range A1 = other then the drop down list (Data Validation) in range B1 will display Mon, Tue, Wed, Thur, Fri
Can the above be produced through the If formula based on the Data Validation value being a name.
=If(A1=yes,DATAVALIDATION(B1)=Number,"") then nested IF's for the rest
hope you get the idea.
Many Thanks, Matt