Getting names data information from another sheet

U

ub

Hi
I have a master sheet that has names of employees.
I have a 2nd sheet where my calculations are done based on employee
performance.
Is it possbile that on the column "Name of Employee" the information from
the master sheet can be made available as a drop down.
Or please advise, what other options I can have.
 
P

Peo Sjoblom

Select the data you want in the dropdown in the master sheet, give it a name
insert>name>define, then select the cell in the 2nd sheet you want the
dropdown and do data>validation, under allow select list and type in the
name you gave the employee list in the master sheet.

--


Regards,


Peo Sjoblom
 
J

John C

If you are just trying to pull an employee across, you can do one of the
following:
NOTE: Assuming Master sheet is titled Master, and employee names are in
column A.

On the master sheet, name column A:A as something unique: i.e.: EmpName
On your second sheet, in the cell you wish to pull the employee name from,
go to Data-->Validation, choose List,
and in the Source type: =EmpName

The second suggestion is very similar, in that you don't have to name the
EmpName column, but in the Source field for Data Validation type the
following:
=Indirect("MASTER!A:A")

After either one of these, you can use VLOOKUPS to pull the appropriate data
column from the Master tab
 
U

ub

Hi Thanks for your reply
But when I select Data>Validation, under allow I select List the only option
available is "Source". Please advise where do I have to type in the name the
gave to employee list
 
P

Peo Sjoblom

Yes, in the source box you should type in the name of the list like this

=MyName

I should have remembered to add that you need an equal sign, sorry about
that

--


Regards,


Peo Sjoblom
 

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