T
Tyler B
Hello all,
I am trying to do something I can't quite figure out.
I am trying to take a selection from a drop down list on one sheet, cop
it to another sheet, then use that selection and an IF statement tha
will then control the drop down list I see. Confusing I am sure... S
here is an example as best I can make it at this time.
Real world Example:
Sheet 1
A1 = Drop Down of OS (AIX, LINUX, WINDOWS)
Sheet 2
A1 = Copy of the choice from Sheet 1 - A1 (=IF(LEN(TRIM('Shee
1'!A1))>0,TRIM('Sheet 1'!A1),"")
?? = If statement saying if AIX, then your drop down list is limited t
Sheet 3 - A1:A5
A2 = Shows the drop down list utilizing Sheet 3 - A1:A5
Sheet 3
A1:A5 (Text Values)
HELP PLEASE!!!
I have seen the code from the IF statement on, but I can't get the I
statement to work with a drop down selection, it just shows me #VALUE
I am trying to do something I can't quite figure out.
I am trying to take a selection from a drop down list on one sheet, cop
it to another sheet, then use that selection and an IF statement tha
will then control the drop down list I see. Confusing I am sure... S
here is an example as best I can make it at this time.
Real world Example:
Sheet 1
A1 = Drop Down of OS (AIX, LINUX, WINDOWS)
Sheet 2
A1 = Copy of the choice from Sheet 1 - A1 (=IF(LEN(TRIM('Shee
1'!A1))>0,TRIM('Sheet 1'!A1),"")
?? = If statement saying if AIX, then your drop down list is limited t
Sheet 3 - A1:A5
A2 = Shows the drop down list utilizing Sheet 3 - A1:A5
Sheet 3
A1:A5 (Text Values)
HELP PLEASE!!!
I have seen the code from the IF statement on, but I can't get the I
statement to work with a drop down selection, it just shows me #VALUE