Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I want to add more that 30 noncontiguous cells in Excel

I have a string of noncontiguous cells in excel that I need the total of, but
I can't enter more that 30 using the sum function
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default I want to add more that 30 noncontiguous cells in Excel

There are two easy solutions:

1. Cascade the sums - that is use more than one sum function.
2. Make your collection of disjoint cells into a name range

--
Gary''s Student - gsnu200793


"Egozite" wrote:

I have a string of noncontiguous cells in excel that I need the total of, but
I can't enter more that 30 using the sum function

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default I want to add more that 30 noncontiguous cells in Excel

On Wed, 18 Jun 2008 18:33:00 -0700, Egozite
wrote:

I have a string of noncontiguous cells in excel that I need the total of, but
I can't enter more that 30 using the sum function


You could use the addition operator:

=a1+b2+c3+d4+...f5:f10...+aa4+ab6...
--ron
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I want to add more that 30 noncontiguous cells in Excel

You can also use multiple area references:

=SUM((A1,D2,H5,...Y57),(G127,J205,F23,...U2),(T1,T 5,T87,...T99))

The above formula contains 3 arguments. Each set of (...) is a single
argument.

--
Biff
Microsoft Excel MVP


"Egozite" wrote in message
...
I have a string of noncontiguous cells in excel that I need the total of,
but
I can't enter more that 30 using the sum function



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default I want to add more that 30 noncontiguous cells in Excel

I believe you could use just one argument w/multiple areas.
=SUM((A1,D2,H5,...Y57,G127,J205,F23,...U2,T1,T5,T8 7,...T99))


"T. Valko" wrote:

You can also use multiple area references:

=SUM((A1,D2,H5,...Y57),(G127,J205,F23,...U2),(T1,T 5,T87,...T99))

The above formula contains 3 arguments. Each set of (...) is a single
argument.

--
Biff
Microsoft Excel MVP


"Egozite" wrote in message
...
I have a string of noncontiguous cells in excel that I need the total of,
but
I can't enter more that 30 using the sum function






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I want to add more that 30 noncontiguous cells in Excel

Yes, you could but I was demonstrating how it could be done wrt the number
of arguments.

--
Biff
Microsoft Excel MVP


"JMB" wrote in message
...
I believe you could use just one argument w/multiple areas.
=SUM((A1,D2,H5,...Y57,G127,J205,F23,...U2,T1,T5,T8 7,...T99))


"T. Valko" wrote:

You can also use multiple area references:

=SUM((A1,D2,H5,...Y57),(G127,J205,F23,...U2),(T1,T 5,T87,...T99))

The above formula contains 3 arguments. Each set of (...) is a single
argument.

--
Biff
Microsoft Excel MVP


"Egozite" wrote in message
...
I have a string of noncontiguous cells in excel that I need the total
of,
but
I can't enter more that 30 using the sum function






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
average of 12 noncontiguous cells goss[_2_] Excel Discussion (Misc queries) 6 November 12th 07 10:26 PM
Adding noncontiguous cells FJ Excel Discussion (Misc queries) 9 December 23rd 06 04:54 PM
noncontiguous cells Vivian Excel Discussion (Misc queries) 2 July 21st 06 01:00 AM
maximum for noncontiguous cells in chart? doug86 Charts and Charting in Excel 3 January 17th 06 08:14 PM
can you use countif function for noncontiguous cells rutledbr Excel Worksheet Functions 2 November 13th 05 09:15 PM


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