Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
judoist
 
Posts: n/a
Default Add specified amount of numbers in a list


I have a long list of numbers in column A. I'd like to be able to add
these numbers, 20 at a time... i.e. numbers 1 -20, 21 -40, 41- 60,
etc.

Any ideas ?


--
judoist
------------------------------------------------------------------------
judoist's Profile: http://www.excelforum.com/member.php...o&userid=10595
View this thread: http://www.excelforum.com/showthread...hreadid=488098

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bryan Hessey
 
Posts: n/a
Default Add specified amount of numbers in a list


Hi,

Try

=SUM(INDIRECT("a"&(ROW()-1)*20+1&":A"&ROW()*20))

and formula-drag that down for 1/20th of the number of rows involved


judoist Wrote:
I have a long list of numbers in column A. I'd like to be able to add
these numbers, 20 at a time... i.e. numbers 1 -20, 21 -40, 41- 60,
etc.

Any ideas ?



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=488098

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Add specified amount of numbers in a list

Another option

=SUM(OFFSET($A$1,(ROW(A1)-1)*20,0,20,1))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bryan Hessey"
wrote in message
news:Bryan.Hessey.1z1pvm_1132910701.3327@excelforu m-nospam.com...

Hi,

Try

=SUM(INDIRECT("a"&(ROW()-1)*20+1&":A"&ROW()*20))

and formula-drag that down for 1/20th of the number of rows involved


judoist Wrote:
I have a long list of numbers in column A. I'd like to be able to add
these numbers, 20 at a time... i.e. numbers 1 -20, 21 -40, 41- 60,
etc.

Any ideas ?



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile:

http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=488098



  #4   Report Post  
Posted to microsoft.public.excel.misc
judoist
 
Posts: n/a
Default Add specified amount of numbers in a list


Thanks guys...


--
judoist
------------------------------------------------------------------------
judoist's Profile: http://www.excelforum.com/member.php...o&userid=10595
View this thread: http://www.excelforum.com/showthread...hreadid=488098

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
find same numbers in a list in Excel Ekser Excel Discussion (Misc queries) 3 June 1st 05 02:47 PM
How do I add an area code to a list of phone numbers in Excel? PPuser Excel Worksheet Functions 2 April 5th 05 08:35 PM
How do I create a list of sequential numbers using Excel or Acces. Clueless Excel Discussion (Misc queries) 1 April 5th 05 03:08 PM
If I create a random list in Excel, does it repeat numbers? Kelly Excel Worksheet Functions 2 March 30th 05 04:05 AM
check numbers in a list WYN Excel Discussion (Misc queries) 3 February 14th 05 08:09 PM


All times are GMT +1. The time now is 01:58 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"