Sum of two offset cells
Try it like this:
=OFFSET(Sheet6!$B$47,(ROWS($1:1)-1)*47,0)+OFFSET(Sheet3!$B$47,(ROWS($1:1)-1)*47,0)
--
Biff
Microsoft Excel MVP
"Craig" wrote in message
...
Hi,
I'm having difficulty with this function.
=sum(offset(Sheet6!$B$47,(rows($1:1)-1)*47,0))+(offset(Sheet3!$B$47,rows($1:1)-1)*47,0)))
Can you tell me what I'm doing wrong?
Thanks
|