Total column daily

W

Wanna Learn

Hello I have a daily report. Every day I add a new line. Presently I have
the formula =SUM(B4:B22) but every day I go in and change the formula to
include the next line. example tomorrow the the formula will read
=SUM(B4:B23) Is there a faster way to do this so that it automatically
updates without having to change the formula daily? thanks
 
G

Gord Dibben

Where is the formula located?

Assuming in column B enter this in B23

=SUM(B4:INDEX(B:B,ROW()-1))

Inserted rows above this will be included.


Gord Dibben MS Excel MVP
 
W

Wanna Learn

Thank you My totals are in row 3

Gord Dibben said:
Where is the formula located?

Assuming in column B enter this in B23

=SUM(B4:INDEX(B:B,ROW()-1))

Inserted rows above this will be included.


Gord Dibben MS Excel MVP
 

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