Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I could swear I tried that earlier and it wouldn't work, but it does now.
Thanks so much. Craig "T. Valko" wrote: 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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Craig" wrote in message ... I could swear I tried that earlier and it wouldn't work, but it does now. Thanks so much. Craig "T. Valko" wrote: 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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Craig
much better to avoid the volatile offset function altogether. Try =INDEX(Sheet6!$B:$B,47+ROWS($1:1)-1)*47)+INDEX(Sheet3!$B:$B,47+ROWS($1:1)-1)*47) -- Regards Roger Govier "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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting offset cells | Excel Discussion (Misc queries) | |||
OFFSET to include blank cells | Excel Worksheet Functions | |||
Sum of previous offset number of cells not to exceed certain value | Excel Worksheet Functions | |||
How do I offset a row of cells a defined number of columes? | Excel Worksheet Functions | |||
Problems copying cells using offset and counta | Excel Discussion (Misc queries) |