If I understand, put 3/1/07 in B6 of Reports sheet, then put this in cell
B40:
=MATCH($B$6,OFFSET(PROD!$A$1,B39,0,1000,1),0)+B39
(B39 is blank)
Fill this formula down as far as you want.
in C40, enter:
=INDEX(PROD!H:H,B40)
and fill this down as far as you want. You will what you're looking for.
Bob Umlas
Excel MVP
> Hello All,
> I am using Office 2003 and have the following problem:
[quoted text clipped - 40 lines]
>
> Rashid Khan
prkhan56@gmail.com - 19 Jul 2007 15:04 GMT
> If I understand, put 3/1/07 in B6 of Reports sheet, then put this in cell
> B40:
[quoted text clipped - 58 lines]
>
> - Show quoted text -
Thanks Bob.
The formula works fine. However, there are 2 problems
1) B40: =MATCH($B$6,OFFSET(PROD!$A$1,B39,0,1000,1),0)+B39 shows
Jan-00 for Mar-07 and Feb-00 for Apr-07 and so on so forth.
2) C40 : Displays #NA where there is no data available. Similarly #NA
is shown in B40 where is no data
Can you suggest solutions for these two problems.
Thanks once again
Rashid Khan