ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   I want to add more that 30 noncontiguous cells in Excel (https://www.excelbanter.com/excel-worksheet-functions/191828-i-want-add-more-30-noncontiguous-cells-excel.html)

Egozite

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

Gary''s Student

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


Ron Rosenfeld

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

T. Valko

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




JMB

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





T. Valko

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








All times are GMT +1. The time now is 08:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com