SUM function won't allow more than 30 non-adjacent cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When writing a SUM formula, I am unable to incorporate more than 30
non-adjacent cells into my formula. Is there a way around this limit besides
using subtotals?
 
=SUM((cell1,cell2,cell3, ..., cell15),(cell16,
cell17,cell18,cell30),cell(31,etc.))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Try this:

=Sum((1,2,3,4, ... 50,51,52,53 ... etc.))

It's the *double* parens that enables the extra values.
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

When writing a SUM formula, I am unable to incorporate more than 30
non-adjacent cells into my formula. Is there a way around this limit
besides
using subtotals?
 
Back
Top