Lookup cell next to data

A

abetancur

First of all let me thank everybody that posts here. I've found alot o
very useful information, but now I have a fairly simple question that
can't seem to find an answer to.

I have a workbook for keeping track of hours worked on particular jobs.
Here's what I'd like to do: Sheet 1 is basically job number, job name
description of the work, and hours. (Columns A, B, C, and
respectively).
Sheet 2 is a list of all of our jobs, Column A is job number, Column
is job name.

Column B of Sheet 1 is all drop down menus referencing my job lis
(Column B) in Sheet 2.
I want to be able to when I pick a name in Column B it automaticall
fills in the Job Number in Column A next to it.

Hopefully this makes sense. I feel like it should be a simple IF, THE
function but I can't get that to work. Any help would be greatl
appreciated
 
I

isabelle

hi ,

put this formula in cell A2 of Sheet1
=INDEX(Sheet2!A:A,MATCH(B2,Sheet2!B:B,0))
and fill down


--
isabelle



Le 2012-01-09 16:49, abetancur a écrit :
 

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