Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Pulling partial data into a new worksheet

I have a worksheet that I have grades 5-12, with numerous people in each
grade. I am trying to pull each of the grades seperately to a new worksheet
(ie. grade 5 would be tab 2, grade 6 tab 3, etc) along with each of the
people's information. When I did a vlookup, it did not transfer correctly as
there are more than one 5's to pull. How can I pull the information into
other sheets so that when I update the original sheet, it will populate the
others as well?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Pulling partial data into a new worksheet

If I understand correctly, you have:

Grade Name
5 Fred
6 Sam
5 Alice
7 Ted
etc..

On each page, the following should work:

=VLOOKUP(5, Sheet1!A1:B100, 2, FALSE)

Then, on each page, just change the first argument to the grade you are
looking for.

"Raquel" wrote:

I have a worksheet that I have grades 5-12, with numerous people in each
grade. I am trying to pull each of the grades seperately to a new worksheet
(ie. grade 5 would be tab 2, grade 6 tab 3, etc) along with each of the
people's information. When I did a vlookup, it did not transfer correctly as
there are more than one 5's to pull. How can I pull the information into
other sheets so that when I update the original sheet, it will populate the
others as well?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Pulling partial data into a new worksheet

That worked perfectly! Thanks!

"PeteJ" wrote:

If I understand correctly, you have:

Grade Name
5 Fred
6 Sam
5 Alice
7 Ted
etc..

On each page, the following should work:

=VLOOKUP(5, Sheet1!A1:B100, 2, FALSE)

Then, on each page, just change the first argument to the grade you are
looking for.

"Raquel" wrote:

I have a worksheet that I have grades 5-12, with numerous people in each
grade. I am trying to pull each of the grades seperately to a new worksheet
(ie. grade 5 would be tab 2, grade 6 tab 3, etc) along with each of the
people's information. When I did a vlookup, it did not transfer correctly as
there are more than one 5's to pull. How can I pull the information into
other sheets so that when I update the original sheet, it will populate the
others as well?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Pulling partial data into a new worksheet

One last question - what if I want to do the same thing, but rather than
grade - use a letter or string of words like "C" (cell C2)? When I try to
enter that in, it just returns #NAME?

"Raquel" wrote:

That worked perfectly! Thanks!

"PeteJ" wrote:

If I understand correctly, you have:

Grade Name
5 Fred
6 Sam
5 Alice
7 Ted
etc..

On each page, the following should work:

=VLOOKUP(5, Sheet1!A1:B100, 2, FALSE)

Then, on each page, just change the first argument to the grade you are
looking for.

"Raquel" wrote:

I have a worksheet that I have grades 5-12, with numerous people in each
grade. I am trying to pull each of the grades seperately to a new worksheet
(ie. grade 5 would be tab 2, grade 6 tab 3, etc) along with each of the
people's information. When I did a vlookup, it did not transfer correctly as
there are more than one 5's to pull. How can I pull the information into
other sheets so that when I update the original sheet, it will populate the
others as well?

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
Pulling data into today's worksheet from yesterday's worksheet Big UT Fan Excel Discussion (Misc queries) 4 December 12th 08 07:20 PM
Pulling partial information from a cell Emeryville John Excel Worksheet Functions 2 September 18th 08 12:30 AM
Pulling data from another worksheet Susan Excel Discussion (Misc queries) 2 June 20th 08 06:53 PM
Formula for Pulling partial data from one cell into another Jamie Excel Worksheet Functions 5 June 1st 07 12:35 AM
Pulling data from one worksheet to another JoeJoe Excel Worksheet Functions 3 August 17th 06 04:51 PM


All times are GMT +1. The time now is 09:05 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"