How did I populate other cells based on infor from one cell?

F

fkcadl

Hi,

Ive got a spreadsheet with staff information such as network username, first
name, surname, department, job title, ethnicity, age etc...

How do I (if possible), automatically populate the first name, surname,
department, job title, ethnicity, age etc... by just typing in the network
username?

Any help is much appreciated!

fkcadl
 
J

Jacob Skaria

Check out help on VLOOKUP().

With your data in Sheet1 Col A to Col J; in Sheet2 enter the network
username in cell A1. In cell B1 enter the below formula and copy/drag towards
the right..

=IF($A1<>"",VLOOKUP($A1,Sheet1!$A:$J,COLUMN(B1),0),"")
 

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