Hi Stefi
Thanks heaps for the reply.
That has solved half of my problem. My next problem is the data in the
example i created what if rows 3 and 4 are in sheet2 and rows 1 and 6 are in
sheet1. can i use the formula you provided to reference different sheets.
I tried something similar to the following but it didnt seem to want to sum
data in a seperate sheet.
=SUM(OFFSET(sheet2!A4,0,0,1,MATCH(sheet1!$B$1,sheet2!A3:sheet2!F3,0)))

Signature
Regards
Colin
> =SUM(OFFSET(A4,0,0,1,MATCH($B$1,3:3,0)))
> Regards,
[quoted text clipped - 24 lines]
> >
> > Any help would be gretly appreciated
Stefi - 22 May 2008 08:21 GMT
=SUM(OFFSET(Sheet2!A4,0,0,1,MATCH($B$1,Sheet2!3:3,0)))
Why don't you ask your whole question at once?
Regards,
Stefi
„Colin” ezt írta:
> Hi Stefi
>
[quoted text clipped - 37 lines]
> > >
> > > Any help would be gretly appreciated