A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

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



 
 
Thread Tools Display Modes
  #1  
Old April 21st, 2010, 12:49 PM posted to microsoft.public.excel.misc
fkcadl
external usenet poster
 
Posts: 1
Default How did I populate other cells based on infor from one cell?

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

  #2  
Old April 21st, 2010, 01:01 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default How did I populate other cells based on infor from one cell?

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) ,"")

--
Jacob (MVP - Excel)


"fkcadl" wrote:

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

  #3  
Old April 21st, 2010, 01:09 PM posted to microsoft.public.excel.misc
Dave Peterson
external usenet poster
 
Posts: 19,791
Default How did I populate other cells based on infor from one cell?

It sounds like a good time to learn about =vlookup() or =index(match())
(depending on how that table is laid out).

Debra Dalgleish has lots of notes:
http://www.contextures.com/xlFunctions02.html (for =vlookup())
and
http://www.contextures.com/xlFunctions03.html (for =index(match()))
and
http://contextures.com/xlFunctions02.html#Trouble

fkcadl wrote:

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


--

Dave Peterson
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:01 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.