In a cell a user types a date, in another cell the match function is used to work out what row that date is on in another sheet. I want another cell now to use that row number as the row for a final function. e.g.
in cell b4: 23/05/2011
In cell c4: =(MATCH(B4,Dates,0)+1) which returns a 2, the row that the date is on.
In cell d4: =b(VALUE(C4)) which should become =b2 and in turn output the value of cell b2 on the sheet. This the formula I can not get to work.
in cell b4: 23/05/2011
In cell c4: =(MATCH(B4,Dates,0)+1) which returns a 2, the row that the date is on.
In cell d4: =b(VALUE(C4)) which should become =b2 and in turn output the value of cell b2 on the sheet. This the formula I can not get to work.