Thread
:
Lookup: Multiple Occurances
View Single Post
#
2
Peo Sjoblom
Posts: n/a
One possible way
=INDEX('another sheet'!$B$1:$B$100,SMALL(IF('another
sheet'!$A$1:$A$100=$B$1,ROW('another sheet'!$A$1:$A$100)),ROW(1:1)))
where B1 holds the serial number to lookup, A1:A100 the serial numbers and
B1:B100 the dates
enter with ctrl + shift & enter
copy down until you get an error
--
Regards,
Peo Sjoblom
(No private emails please)
"Jim" <Jim
wrote in message
k...
If I have a worksheet with serial number and date, how can I lookup the
entries from another sheet and display ALL the entrys.
1234 01/08/2005
1235 02/08/2005
1236 04/08/2005
1234 06/09/2005
1236 03/09/2005
1236 10/10/2005
For example on a second sheet if I look up the serial I need this sheet
to display ALL entries relating to that serial?
i.e
1234 01/08/2005
06/09/2005
or
1238 04/08/2005
or
1236 04/08/2005
03/09/2005
10/10/2005
etc
Reply With Quote