akamax_power
06-08-2011, 09:18 AM
I'm having trouble finding a way to do this. Maybe I'm just retarded or it just can't be done.
I want to create a validation list that shows records from 2 columns (Col A - JobNumber, Col B - Description) but when a record is selected only the value from the first column (Col A - JobNumber) is entered. The problem is I can't do this in VBA, it needs to be in a worksheet function.
So the following code would give me a dynamic list based on the data in column A:
=OFFSET(JobList!$A$2,0,0,COUNTA(JobList!$A:$A),1)
I want a dynamic list that displays data in Column A and Column B but when selected from the list only the data from Column A is entered. Can this be done?
Hope this makes sense,
Gerald
I want to create a validation list that shows records from 2 columns (Col A - JobNumber, Col B - Description) but when a record is selected only the value from the first column (Col A - JobNumber) is entered. The problem is I can't do this in VBA, it needs to be in a worksheet function.
So the following code would give me a dynamic list based on the data in column A:
=OFFSET(JobList!$A$2,0,0,COUNTA(JobList!$A:$A),1)
I want a dynamic list that displays data in Column A and Column B but when selected from the list only the data from Column A is entered. Can this be done?
Hope this makes sense,
Gerald