Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default indicate a number of rows to sum

I would like to create a list of numbers (ie: from A2:A25). Then have a field
that a user can put in a number to indicate the number of rows to sum into a
third field. Ie: input the number 3 to cell C1. The sum of cells A2:A4 would
be returned into the result field, say, cell C3.

Assume that A2 will always be the first number in the sum equation. If the
value in C1 were changed to 4, the result in C3 would be 19 since it would
include the number in the range. See sample below. Any clues??

A B C D
1 3
2 6
3 9 16
4 1
5 3
6 7
7 4

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default indicate a number of rows to sum

Hi!

Try this:

=IF(C1="","",SUM(A2:INDEX(A2:A25,C1)))

If C1 is empty then the entire range would be summed. That's why I test for
C1 being empty.

Biff

"donna-LexusWebs" wrote in
message ...
I would like to create a list of numbers (ie: from A2:A25). Then have a
field
that a user can put in a number to indicate the number of rows to sum into
a
third field. Ie: input the number 3 to cell C1. The sum of cells A2:A4
would
be returned into the result field, say, cell C3.

Assume that A2 will always be the first number in the sum equation. If
the
value in C1 were changed to 4, the result in C3 would be 19 since it would
include the number in the range. See sample below. Any clues??

A B C D
1 3
2 6
3 9 16
4 1
5 3
6 7
7 4



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default indicate a number of rows to sum

Perfect, thank you!

"Biff" wrote:

Hi!

Try this:

=IF(C1="","",SUM(A2:INDEX(A2:A25,C1)))

If C1 is empty then the entire range would be summed. That's why I test for
C1 being empty.

Biff

"donna-LexusWebs" wrote in
message ...
I would like to create a list of numbers (ie: from A2:A25). Then have a
field
that a user can put in a number to indicate the number of rows to sum into
a
third field. Ie: input the number 3 to cell C1. The sum of cells A2:A4
would
be returned into the result field, say, cell C3.

Assume that A2 will always be the first number in the sum equation. If
the
value in C1 were changed to 4, the result in C3 would be 19 since it would
include the number in the range. See sample below. Any clues??

A B C D
1 3
2 6
3 9 16
4 1
5 3
6 7
7 4




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default indicate a number of rows to sum

You're welcome!

Biff

"donna-LexusWebs" wrote in
message ...
Perfect, thank you!

"Biff" wrote:

Hi!

Try this:

=IF(C1="","",SUM(A2:INDEX(A2:A25,C1)))

If C1 is empty then the entire range would be summed. That's why I test
for
C1 being empty.

Biff

"donna-LexusWebs" wrote in
message ...
I would like to create a list of numbers (ie: from A2:A25). Then have a
field
that a user can put in a number to indicate the number of rows to sum
into
a
third field. Ie: input the number 3 to cell C1. The sum of cells A2:A4
would
be returned into the result field, say, cell C3.

Assume that A2 will always be the first number in the sum equation. If
the
value in C1 were changed to 4, the result in C3 would be 19 since it
would
include the number in the range. See sample below. Any clues??

A B C D
1 3
2 6
3 9 16
4 1
5 3
6 7
7 4






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
Get number of rows that data uses, including blank rows Denham Coote Excel Discussion (Misc queries) 5 August 22nd 06 02:10 PM
Get number of rows that data takes up, including blank rows Denham Coote Excel Worksheet Functions 2 August 21st 06 09:18 AM
formula to use when number of rows changes dynamically confused Excel Worksheet Functions 3 August 17th 05 03:55 PM
Counting the number of rows blurboiboi Excel Worksheet Functions 1 July 13th 05 11:20 AM
Dynamic number of ROWS Gerrym Excel Worksheet Functions 2 November 16th 04 04:03 PM


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