Sounds like VLOOKUP should work for you. Check it out in Excel help.
VLOOKUP is very easy to use.
As an example, if you have 01/02/2007 in A1 of your Summary sheet and the
corresponding data is on various worksheets named Jan, Feb, Mar, etc. in
cells A1:B6, then you could do the following.
In C1, =TEXT(A1,"mmm")&"!$A$1:$B$6"
In B1, =VLOOKUP(A1,INDIRECT(C1),2,FALSE)
Then highlight B1:C1 and use the fill handle to drag those formulas down to
the end of your list of Mondays.
- KC
> Hi,
>
[quoted text clipped - 10 lines]
> Regards,
> Navin