Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JDB JDB is offline
external usenet poster
 
Posts: 42
Default If cell equals a name then get data from column

I need to pull data from monthly spreadsheets that is a list of names and
results. The names are not always in the same order. I need to collate the
results by line manager. The list of names is not divided into line manager
teams.

I have a sheet already that lists team member by line manager. I now need to
populate the data. So I really need is if cell on data sheet = "persons name"
then show me the data in column u for that person.

Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bam Bam is offline
external usenet poster
 
Posts: 48
Default If cell equals a name then get data from column

Is hard to tell where you want to put the data?
Next to the name listed next to the line Manager?

If so...and the data is numerical and needs to be summed???
=SUMIF(A:A,A2,B:B)

where A:A = "Persons Name" Column on Monthly Spreadsheet.
Where A2 = Persons Name. From Line Manager/ Employeee list.
Where B:B = Data for collection.

It's all about how you ask the question, so i'm not sure if this helps or not?

Bam.

"JDB" wrote:

I need to pull data from monthly spreadsheets that is a list of names and
results. The names are not always in the same order. I need to collate the
results by line manager. The list of names is not divided into line manager
teams.

I have a sheet already that lists team member by line manager. I now need to
populate the data. So I really need is if cell on data sheet = "persons name"
then show me the data in column u for that person.

Any ideas?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default If cell equals a name then get data from column

Check out the VLOOKUP function examples in help.

=VLOOKUP(person's name,lookup_table,column_number,FALSE)

"person's name" can be a cell reference.


Gord Dibben MS Excel MVP


On Wed, 24 Sep 2008 05:03:01 -0700, JDB
wrote:

I need to pull data from monthly spreadsheets that is a list of names and
results. The names are not always in the same order. I need to collate the
results by line manager. The list of names is not divided into line manager
teams.

I have a sheet already that lists team member by line manager. I now need to
populate the data. So I really need is if cell on data sheet = "persons name"
then show me the data in column u for that person.

Any ideas?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CELL EQUALS LAST NONBLANK CELL IN A COLUMN Vicky Excel Worksheet Functions 5 February 29th 08 06:18 PM
countif column d equals x and column a noblank Willie Wilson Excel Worksheet Functions 4 January 5th 08 10:22 PM
How to get less than dates if Data in another column equals data Dan Soleau Excel Worksheet Functions 6 November 16th 07 08:22 PM
If a cell equals _, at the next row that equals _, return value fr CathyH Excel Worksheet Functions 10 May 2nd 07 07:53 PM
If cell is left blank, or equals zero, then cell equals a different cell John McMurry Excel Discussion (Misc queries) 3 April 13th 07 01:14 PM


All times are GMT +1. The time now is 10:12 PM.

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

About Us

"It's about Microsoft Excel"