PC Review


Reply
Thread Tools Rate Thread

How to appy the formular with different cell parameters~kindly hel

 
 
JL
Guest
Posts: n/a
 
      9th Mar 2009
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!
 
Reply With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      9th Mar 2009
=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" <(E-Mail Removed)> wrote in message
news:06C734A6-1EAD-4AA5-A757-(E-Mail Removed)...
>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!


 
Reply With Quote
 
joeu2004@hotmail.com
Guest
Posts: n/a
 
      9th Mar 2009
"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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell formular =?Utf-8?B?R2xlbm4=?= Microsoft Excel Misc 5 10th Sep 2006 06:25 PM
Cell formular =?Utf-8?B?R2xlbm4=?= Microsoft Excel Misc 1 8th Sep 2006 11:08 PM
Formular of one cell as text shown in another cell dan Microsoft Excel Misc 2 22nd Aug 2006 01:13 AM
Cell Formular =?Utf-8?B?QXlv?= Microsoft Excel Programming 0 19th Jul 2005 04:58 PM
name against a formular in a cell Bempah Microsoft Excel Worksheet Functions 1 11th Oct 2004 02:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:44 PM.