• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

how to add more than 27 reference value in subtotal formula

imran khan

New Member
i have a excel sheet containing more than 27 values to be sum. i have to use subtotal formula. but after 27 values subtotal formula does not sum more value.


how can i solve this problem?
 
Do your 27 values to be sum are placed in 27 NON-adjacent cells ?

Instead of:

SUBTOTAL(1, A2, A3, A4)


you can write:

SUBTOTAL(1, A2:A4)


Otherwise, switch to Excel 2007 as you can use 254 references instead of 29.

;-)
 
Back
Top