I need to look up data in a worksheet from a look up value that occurs more than once.
The look up data is in a table, the first column of the table consists of dates, sorted in ascending order, but each date occurs up to 40 times.
I need to lookup each occurrence of a particular date and return the data in that row.
Eg. in this table how do I look up each occurrence of 2/11/06 and return the data in those rows?
01-Nov-06 0.0326 0.809 -1.4808 0
01-Nov-06 0.0324 0.8104 -1.0092 0
01-Nov-06 0.0318 0.5218 -1.051 0
02-Nov-06 0.0324 0 -1.1286 0
02-Nov-06 0.031 0 -0.976 0
02-Nov-06 0.0164 0 -1.1696 0
03-Nov-06 0 0 -0.9912 0
03-Nov-06 0 0 -0.9826 0
03-Nov-06 0 0 -0.8396 0
Thanks very much
Mick
The look up data is in a table, the first column of the table consists of dates, sorted in ascending order, but each date occurs up to 40 times.
I need to lookup each occurrence of a particular date and return the data in that row.
Eg. in this table how do I look up each occurrence of 2/11/06 and return the data in those rows?
01-Nov-06 0.0326 0.809 -1.4808 0
01-Nov-06 0.0324 0.8104 -1.0092 0
01-Nov-06 0.0318 0.5218 -1.051 0
02-Nov-06 0.0324 0 -1.1286 0
02-Nov-06 0.031 0 -0.976 0
02-Nov-06 0.0164 0 -1.1696 0
03-Nov-06 0 0 -0.9912 0
03-Nov-06 0 0 -0.9826 0
03-Nov-06 0 0 -0.8396 0
Thanks very much
Mick