Hi Everyone,
I'll try and be as succinct as possible on this one. It gets a little convoluted since this is one of those things "you need to see it, to understand it". But here goes.
On one worksheet I have the following fields:
[pre]
[/pre]
Sorry to be so confusing... it's the best I could do.
Thanks,
Dave
I'll try and be as succinct as possible on this one. It gets a little convoluted since this is one of those things "you need to see it, to understand it". But here goes.
On one worksheet I have the following fields:
[pre]
Code:
Code Lookup Project SRF Project/Description hours Initials total
1.2 Training 12 Hours, PTO Tracking, and Monthly Reporting 4.00 LM
1.2 Training 17 Update Training Records 1.50 LM
The SRF, PROJECT, HOURS and INITIALS columns- I have to manually enter so please ignore them.
I am using this table to select from a list (Data Validation – see bottom table) to populate the Lookup Category. Right now it is pulling from the Concatenated column. Why? - Data>Validation>List will only allow one column to be used. But I want both so that the user can see what the code represents that they are selecting; and then I want the selected item to populate with the CODE in one column and the PROJECT CATEGORY in another. I tried to use the VLOOKUP function, but wasn’t able to make it work here for some reason. Let me know what you think.
I would prefer the columns to be like this:::::
Lookup Code Project Category SRF Project/Description hours Initials total
1.2 Training 12 Hours, PTO Tracking, and Monthly Reporting 4.00 LM
5.11 XRF Standards - North American Region 17 Update Training Records 1.50 LM
DATA VALIDATION TABLE
Concatenated Code Program Category
1 Technology Administration 1.0 Technology Administration
1.1 Emergency Day 1.1 Emergency Day
1.2 Training 1.2 Training
1.3 Quality Activities 1.3 Quality Activities
1.4 HS&E 1.4 HS&E
1.5 Miscellaneous Administrative 1.5 Miscellaneous Administrative
Sorry to be so confusing... it's the best I could do.
Thanks,
Dave