Advanced Excel Drop down List

C

chriscana

This seems like something that should be simple, but I can't figure i
out.

I have an excel spreadsheet being used as a time sheet. I am using dro
down lists to select a job code using lists and data validation.

However, I would like to set up a drop down list where when a use
selects the description for a job code, it automatically places the jo
code in the drop down cell.

for instance: Let's say I have two lists side by side. The first lis
is descriptions (Holiday) and the second list is codes (PX1430.)
would like a drop down list so when a user selects "Holday" i
automatically put the code in the cell.

How is this possible
 
C

chriscana

I have tried for awhile to get Vlookup to work to no avail.

Can someone give me a quick example to work with? I did some searching
and none of the examples seems to match this situation.

I have two sheets in the workbook: TIME_SHEET and JOB_CODES

On the JOB_CODES sheet I have two columns: JOB CODES and JOB NAMES.B
to B90 are codes. C3 to C90 are descriptions for the codes. Fo
example: B3=HOL890 and C3=Holiday Pay.

On the TIME_SHEET sheet I basically have a column with data vaildatio
drop downs on the cells - you can drop down the cell and select the jo
code. For instance: HOL890.

What I would like it to do, is instead of dropping down the cell an
selecting the job code, I would like to be able to drop down the cel
and select the the job description instead, but have the cell fill i
with the job code instead of the job description.

Does anyone have a quick example of that? Thank you kindly
 
C

chriscana

Thanks for the effort and for the sample file!

That is very close to what I want. However, I do not want two column
on the time_sheet sheet. I only want one column named JOB. It woul
drop down with a list of the job descriptions, just like you have it i
the example. However, when you chose the description from the drop down
I want the code to list in the JOB column. Basically: one column with
dropdown. You drop down, select a description, and the cell puts in th
job code.

Just like what you have but with one column instead of two.

Is this even possible with VLOOKUP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top