Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nebb
 
Posts: n/a
Default Beyond VLOOKUP Clarification


_[u]Example_Table[/U_]
A B C D
1 83 Vermont Doctor Doe
2 120 Connecticut Clerk Jones
3 145 Vermont Nurse Jones
4 202 Indiana Student Jones
5 101 Massachusetts Store Keeper Lee
6 24 Maine Accountant Smith
The above table is sorted on column D.

If , for example, I used the following formula on the above table:
=vlookup( 120,A1:D6,4,false)
the formula would return the name “Jones” found in cell D2

Question: Is there someway that, after using the above vlookup
formula,
(1) To test to see if there are additional entries with the same name
as returned by the vlookup formula and
(2) For each same name entry, show the information in column C.


--
nebb
------------------------------------------------------------------------
nebb's Profile: http://www.excelforum.com/member.php...fo&userid=8981
View this thread: http://www.excelforum.com/showthread...hreadid=384193

  #2   Report Post  
Tom Ogilvy
 
Posts: n/a
Default

Why not use an Advanced Filter. (Data=Filter=Advanced Filter)

--
Regards,
Tom Ogilvy

"nebb" wrote in message
...

_[u]Example_Table[/U_]
A B C D
1 83 Vermont Doctor Doe
2 120 Connecticut Clerk Jones
3 145 Vermont Nurse Jones
4 202 Indiana Student Jones
5 101 Massachusetts Store Keeper Lee
6 24 Maine Accountant Smith
The above table is sorted on column D.

If , for example, I used the following formula on the above table:
=vlookup( 120,A1:D6,4,false)
the formula would return the name "Jones" found in cell D2

Question: Is there someway that, after using the above vlookup
formula,
(1) To test to see if there are additional entries with the same name
as returned by the vlookup formula and
(2) For each same name entry, show the information in column C.


--
nebb
------------------------------------------------------------------------
nebb's Profile:

http://www.excelforum.com/member.php...fo&userid=8981
View this thread: http://www.excelforum.com/showthread...hreadid=384193



  #3   Report Post  
Alan Beban
 
Posts: n/a
Default

=INDEX($C$1:$C$6,SMALL(IF($D$1:$D$6=VLOOKUP(120,$A $1:$D$6,4),ROW($D$1:$D$6)),ROW(A1)))

aray entered and filled down.

Alan Beban

nebb wrote:
_[u]Example_Table[/U_]
A B C D
1 83 Vermont Doctor Doe
2 120 Connecticut Clerk Jones
3 145 Vermont Nurse Jones
4 202 Indiana Student Jones
5 101 Massachusetts Store Keeper Lee
6 24 Maine Accountant Smith
The above table is sorted on column D.

If , for example, I used the following formula on the above table:
=vlookup( 120,A1:D6,4,false)
the formula would return the name “Jones” found in cell D2

Question: Is there someway that, after using the above vlookup
formula,
(1) To test to see if there are additional entries with the same name
as returned by the vlookup formula and
(2) For each same name entry, show the information in column C.


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
Have Vlookup return a Value of 0 instead of #N/A Mr Mike Excel Worksheet Functions 4 May 25th 05 04:51 PM
Array Function with VLOOKUP CoRrRan Excel Worksheet Functions 15 April 8th 05 05:54 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM
VLOOKUP not working Scott Excel Worksheet Functions 3 November 12th 04 08:06 PM


All times are GMT +1. The time now is 10:33 AM.

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"