Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Coppy formula using OFFSET

I am attempting to create a worksheet formula as follows:

Cell A3 is to reflect the PRODUCT of Cells A1:A3 on Worksheet2.
Cell A4 is to reflect the PRODUCT of Cells A4:A6 on Worksheet2.
Cell A5 is to reflect the PRODUCT of Cells A7:A9 on Worksheet2, and so on.

Unfortunately, when I copy the formula from Cell A3 to A4, I'm not using the
OFFSET function properly. Any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Coppy formula using OFFSET

Try this

=SUM(OFFSET(Sheet2!A1,(ROW(1:1)-1)*3,,3))

Mike

"Eric_G" wrote:

I am attempting to create a worksheet formula as follows:

Cell A3 is to reflect the PRODUCT of Cells A1:A3 on Worksheet2.
Cell A4 is to reflect the PRODUCT of Cells A4:A6 on Worksheet2.
Cell A5 is to reflect the PRODUCT of Cells A7:A9 on Worksheet2, and so on.

Unfortunately, when I copy the formula from Cell A3 to A4, I'm not using the
OFFSET function properly. Any suggestions?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Coppy formula using OFFSET

that'll teach me to test before i post!! Try this instead

=SUM(OFFSET(Sheet2!$A$1,(ROW(1:1)-1)*3,,3))

Mike

"Mike H" wrote:

Try this

=SUM(OFFSET(Sheet2!A1,(ROW(1:1)-1)*3,,3))

Mike

"Eric_G" wrote:

I am attempting to create a worksheet formula as follows:

Cell A3 is to reflect the PRODUCT of Cells A1:A3 on Worksheet2.
Cell A4 is to reflect the PRODUCT of Cells A4:A6 on Worksheet2.
Cell A5 is to reflect the PRODUCT of Cells A7:A9 on Worksheet2, and so on.

Unfortunately, when I copy the formula from Cell A3 to A4, I'm not using the
OFFSET function properly. Any suggestions?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Copy formula using OFFSET

Hi Mike,
Thanks for your assistance. By changing "SUM" to "PRODUCT", the formula is
doing exactly as requested.

Thanks.

a) I am looking to

"Mike H" wrote:

that'll teach me to test before i post!! Try this instead

=SUM(OFFSET(Sheet2!$A$1,(ROW(1:1)-1)*3,,3))

Mike

"Mike H" wrote:

Try this

=SUM(OFFSET(Sheet2!A1,(ROW(1:1)-1)*3,,3))

Mike

"Eric_G" wrote:

I am attempting to create a worksheet formula as follows:

Cell A3 is to reflect the PRODUCT of Cells A1:A3 on Worksheet2.
Cell A4 is to reflect the PRODUCT of Cells A4:A6 on Worksheet2.
Cell A5 is to reflect the PRODUCT of Cells A7:A9 on Worksheet2, and so on.

Unfortunately, when I copy the formula from Cell A3 to A4, I'm not using the
OFFSET function properly. Any suggestions?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default Copy formula using OFFSET

Hi,

Here is another variation

=PRODUCT(OFFSET(A$1,ROW(A1)*3-3,,3))

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Eric_G" wrote:

Hi Mike,
Thanks for your assistance. By changing "SUM" to "PRODUCT", the formula is
doing exactly as requested.

Thanks.

a) I am looking to

"Mike H" wrote:

that'll teach me to test before i post!! Try this instead

=SUM(OFFSET(Sheet2!$A$1,(ROW(1:1)-1)*3,,3))

Mike

"Mike H" wrote:

Try this

=SUM(OFFSET(Sheet2!A1,(ROW(1:1)-1)*3,,3))

Mike

"Eric_G" wrote:

I am attempting to create a worksheet formula as follows:

Cell A3 is to reflect the PRODUCT of Cells A1:A3 on Worksheet2.
Cell A4 is to reflect the PRODUCT of Cells A4:A6 on Worksheet2.
Cell A5 is to reflect the PRODUCT of Cells A7:A9 on Worksheet2, and so on.

Unfortunately, when I copy the formula from Cell A3 to A4, I'm not using the
OFFSET function properly. Any suggestions?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Offset formula SHELL Excel Worksheet Functions 4 August 10th 08 03:37 AM
Compare Cell Values, Offset(-1,0), Offset(-1,-1), and xlFillDefaul RyGuy Excel Worksheet Functions 2 September 28th 07 10:54 PM
1 OFFSET FORMULA, I'M NOT SURE WHAT DOES IT MEAN!!!!!! HERNAN Excel Discussion (Misc queries) 2 July 9th 07 07:41 PM
Offset formula richy Excel Worksheet Functions 8 January 6th 06 09:27 PM
Macro to coppy cells to certain rows depending on value in cell Esrei Excel Discussion (Misc queries) 0 December 9th 05 07:57 AM


All times are GMT +1. The time now is 08:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"