Dynamic summation of column

P

prasanth

Hi,
I am facing a problem with the summing of the column data dynamically in the
excel worksheet.
As of now am using the sum function =SUM(BV13:BV14) for that column, but
when the rows grows dynamically, its summing only up to the 1000 rows and
ignoring the other rows.
Could anyone please tell me the solution for this?
Thanks to everyone in advance.
Regards
Prasanth
 
P

prasanth

Hi,

Thank you for the help.

If i use as =sum(BV:BV), then its adding the total value, which is coming
in the result cell too.
In my case cell B11 is used for representing the column total. So if i put
the formula
=SUM(BV:BV) in the B11 cell, its taking the value in B11 also.
 
P

prasanth

Hi,

I want to sum from the colum B13 to the last column (as the row data grows
dynamically based on the conditions) which is having the data.
 
P

Pete_UK

Put the formula:

=SUM(BV:BV)

in cell B11 as already advised.

Then put 1, 2, 3 into BV1, BV2, BV3 respectively to test it out - you
should get the answer 6 in B11. Then put the value 4 in BV4, and the
result in B11 should change to 10. Put the number 5 in BV5 and B11
should now show 15.

Are you not getting these results?

Pete
 
R

RagDyeR

If this doesn't add all the numbers beyond Row 1000, then the numbers in
those rows are *not* true numbers, but probably Text:

=Sum(BV13:BV65536)


--

Regards,

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

Hi,
I am facing a problem with the summing of the column data dynamically in the
excel worksheet.
As of now am using the sum function =SUM(BV13:BV14) for that column, but
when the rows grows dynamically, its summing only up to the 1000 rows and
ignoring the other rows.
Could anyone please tell me the solution for this?
Thanks to everyone in advance.
Regards
Prasanth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top