![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Location: Columbia, SC
Posts: 81
|
I have a spreadsheet that uses the SUM function in a lot of cells. These some functions add numbers for quite a few cells. I have found that if I enter more than 30 cells in the SUM function I get an formula error message. It goes away when I reduce back down to 30 cells. Is there indeed a limitation and if so how can I get around it?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Are all the cells that you want to sum non-consecutive as in:
=SUM(A1,A7,A23)? |
|
|
|
|
|
#3 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Assuming you cells are non-contiguous you could do one of 2 things.
1. Use formula like: =Sum(A1,A10,B20,C25)+Sum(A100,K25,L56) etc 2. Select, say a group of 10 cells while holding down the Ctrl key and then name each group. Eg "MyRange1" "MyRange2" etc then use =Sum(MyRange1,MyRange2,MyRange3) |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|