[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.