SUM until blank cell

J

JasonUT

Thanks Aladin,

Unfortunately, the function didn't work as I had hoped. It sounds lik
F1 is the bottom cell and it would add all the cells above it
Unfortunately, the bottom cells location varies everyday and I don'
always know it.

An Example of my situation would be:

=SUM(function) <-Cell X (Always known)
a
b
c
d
e
 
R

RagDyer

Why can't you just make your SUM() formula "oversized", so that it will
include cells that will *eventually* be populated with numbers?

With your formula in A10:
=SUM(A11:A10000)

To do what you're asking, with your Sum formula in A10,you could try a
formula such as this:

=SUM(INDIRECT("A11:"&ADDRESS(MATCH(9.99999999999999E+307,A11:A65000)+10,1)))
--

HTH,

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



Thanks Aladin,

Unfortunately, the function didn't work as I had hoped. It sounds like
F1 is the bottom cell and it would add all the cells above it.
Unfortunately, the bottom cells location varies everyday and I don't
always know it.

An Example of my situation would be:

=SUM(function) <-Cell X (Always known)
a
b
c
d
e
 

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