#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 336
Default Sum

How can I get more that 30 random cells to total up? I have about 40 cells
I'd like totaled up which is over the limit. What I've done was split my
report, total each half, then total the two halves.

Any advice?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default Sum

Have you considered using a macro?

"Martin" wrote:

How can I get more that 30 random cells to total up? I have about 40 cells
I'd like totaled up which is over the limit. What I've done was split my
report, total each half, then total the two halves.

Any advice?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Sum

You can use multiple area references:

=SUM((A1,A10,B2,C27,D40),(F28,G11,D12,AA2,L1))

The SUM function can use up to 30 arguments. In the above example there are
2 arguments. Each set of references in ( ) is 1 argument.

Biff

"Martin" wrote in message
...
How can I get more that 30 random cells to total up? I have about 40 cells
I'd like totaled up which is over the limit. What I've done was split my
report, total each half, then total the two halves.

Any advice?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 336
Default Sum

THANK YOU! It worked

"Biff" wrote:

You can use multiple area references:

=SUM((A1,A10,B2,C27,D40),(F28,G11,D12,AA2,L1))

The SUM function can use up to 30 arguments. In the above example there are
2 arguments. Each set of references in ( ) is 1 argument.

Biff

"Martin" wrote in message
...
How can I get more that 30 random cells to total up? I have about 40 cells
I'd like totaled up which is over the limit. What I've done was split my
report, total each half, then total the two halves.

Any advice?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Sum

You're welcome. Thanks for the feedback!

Biff

"Martin" wrote in message
...
THANK YOU! It worked

"Biff" wrote:

You can use multiple area references:

=SUM((A1,A10,B2,C27,D40),(F28,G11,D12,AA2,L1))

The SUM function can use up to 30 arguments. In the above example there
are
2 arguments. Each set of references in ( ) is 1 argument.

Biff

"Martin" wrote in message
...
How can I get more that 30 random cells to total up? I have about 40
cells
I'd like totaled up which is over the limit. What I've done was split
my
report, total each half, then total the two halves.

Any advice?








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Sum

This does the same thing Biff:

=Sum((A1,A2,A3, ... A99,A100))

Considering that they weren't contiguous.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Biff" wrote in message
...
You're welcome. Thanks for the feedback!

Biff

"Martin" wrote in message
...
THANK YOU! It worked

"Biff" wrote:

You can use multiple area references:

=SUM((A1,A10,B2,C27,D40),(F28,G11,D12,AA2,L1))

The SUM function can use up to 30 arguments. In the above example there
are
2 arguments. Each set of references in ( ) is 1 argument.

Biff

"Martin" wrote in message
...
How can I get more that 30 random cells to total up? I have about 40
cells
I'd like totaled up which is over the limit. What I've done was split
my
report, total each half, then total the two halves.

Any advice?






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Sum

I used 2 arguments for illustrative purposes.

Biff

"RagDyer" wrote in message
...
This does the same thing Biff:

=Sum((A1,A2,A3, ... A99,A100))

Considering that they weren't contiguous.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Biff" wrote in message
...
You're welcome. Thanks for the feedback!

Biff

"Martin" wrote in message
...
THANK YOU! It worked

"Biff" wrote:

You can use multiple area references:

=SUM((A1,A10,B2,C27,D40),(F28,G11,D12,AA2,L1))

The SUM function can use up to 30 arguments. In the above example there
are
2 arguments. Each set of references in ( ) is 1 argument.

Biff

"Martin" wrote in message
...
How can I get more that 30 random cells to total up? I have about 40
cells
I'd like totaled up which is over the limit. What I've done was split
my
report, total each half, then total the two halves.

Any advice?








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



All times are GMT +1. The time now is 12:43 AM.

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"