Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mondie
 
Posts: n/a
Default Using VLOOKUP,what if I have more than one occurence of my Lookup.

I am trying to create a function that will look up each occurence of the
Lookup value and return the corresponding name. Is this possible and if so,
how do I do it?
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

I would personally use the autofilter for this and copy and paste filtered
list, there are some workarounds using index and small which can be seen here

http://tinyurl.com/56nv4


Regards,

Peo Sjoblom

"Mondie" wrote:

I am trying to create a function that will look up each occurence of the
Lookup value and return the corresponding name. Is this possible and if so,
how do I do it?

  #3   Report Post  
Mondie
 
Posts: n/a
Default

I have several lists to create. I tried looking at the reference you
supplied, but it returns an error message.

Here is the part of the table I am working with:
Class Name
1 02 John
2 03 Sally
3 05 Jim
4 02 Tom
5 03 Joe

What I need to do is put all of the "02's" on one sheet, the "03's" on
another sheet, and so on. I only need the names to post to the other sheets.
For example:

Name
John
Tom

Thanks in advance for the help!





"Peo Sjoblom" wrote:

I would personally use the autofilter for this and copy and paste filtered
list, there are some workarounds using index and small which can be seen here

http://tinyurl.com/56nv4


Regards,

Peo Sjoblom

"Mondie" wrote:

I am trying to create a function that will look up each occurence of the
Lookup value and return the corresponding name. Is this possible and if so,
how do I do it?

  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Apply autofilter, filter on the different Classes and then select and copy
and paste
The link I provided is a formula solution where you would put something like

=INDEX(Name_Range,SMALL(IF(Class_Range=2,ROW(Class _Range)),ROW(1:1)))

entered with ctrl + shift & enter and copied down


Regards,

Peo Sjoblom

"Mondie" wrote:

I have several lists to create. I tried looking at the reference you
supplied, but it returns an error message.

Here is the part of the table I am working with:
Class Name
1 02 John
2 03 Sally
3 05 Jim
4 02 Tom
5 03 Joe

What I need to do is put all of the "02's" on one sheet, the "03's" on
another sheet, and so on. I only need the names to post to the other sheets.
For example:

Name
John
Tom

Thanks in advance for the help!





"Peo Sjoblom" wrote:

I would personally use the autofilter for this and copy and paste filtered
list, there are some workarounds using index and small which can be seen here

http://tinyurl.com/56nv4


Regards,

Peo Sjoblom

"Mondie" wrote:

I am trying to create a function that will look up each occurence of the
Lookup value and return the corresponding name. Is this possible and if so,
how do I do it?

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
How to create a lookup table with an added varable? GIZZMO Excel Worksheet Functions 3 April 6th 09 10:32 PM
Lookup Problem StephanieH Excel Worksheet Functions 1 December 20th 04 06:17 PM
Index table lookup anomaly Carole O Excel Worksheet Functions 9 December 9th 04 04:33 PM
Excel Lookup Functions Paul Adams Excel Worksheet Functions 1 November 10th 04 02:40 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


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

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

About Us

"It's about Microsoft Excel"