Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JL JL is offline
external usenet poster
 
Posts: 24
Default How to appy the formular with different cell parameters~kindly hel

I am working on a worksheet which require me to do this:
For cell A80, it is equal to Sum of A1 to A10
For cell A81, it is equal to Sum of A11 to A20
For cell A82, it is equal to Sum of A21 to A30
and so on......

Is there a easy way to do it instead of mannually change the formular one by
one?????
--
Learn More!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default How to appy the formular with different cell parameters~kindly hel

=SUM(INDIRECT("a"&INT(ROW()/8)-9+MOD(ROW(),8)&":A"&INT(ROW()/8)+MOD(ROW(),8)))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"JL" wrote in message
...
I am working on a worksheet which require me to do this:
For cell A80, it is equal to Sum of A1 to A10
For cell A81, it is equal to Sum of A11 to A20
For cell A82, it is equal to Sum of A21 to A30
and so on......

Is there a easy way to do it instead of mannually change the formular one
by
one?????
--
Learn More!


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 418
Default How to appy the formular with different cell parameters~kindly hel

"JL" wrote:
I am working on a worksheet which require me to do this:
For cell A80, it is equal to Sum of A1 to A10
For cell A81, it is equal to Sum of A11 to A20
For cell A82, it is equal to Sum of A21 to A30
and so on......
Is there a easy way to do it instead of mannually change
the formular one by one?????


Put the following into A80 and copy down:

=SUM(OFFSET($A$1:$A$10,10*(ROW()-ROW($A$80)),0))

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
vlookup doesn't work consistently (I think), kindly help Pradhan Excel Worksheet Functions 5 October 16th 08 08:06 PM
How to appy range names to formulas which use single cells in rang Dima Excel Discussion (Misc queries) 5 August 10th 08 09:55 AM
How to appy range names to formulas which use single cells in rang Dima Excel Worksheet Functions 5 August 10th 08 09:55 AM
kindly help me w/mail merge in xcel;40recipients1 text Taha Excel Discussion (Misc queries) 3 October 25th 07 11:38 PM
Cell formular glenn Excel Discussion (Misc queries) 1 September 8th 06 11:08 PM


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

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

About Us

"It's about Microsoft Excel"