offset formula to sum column from entered date downward

G

Gerry

In column A I have weekly dates entered
Column B, is the data to be summed

I need a formula that will sum column B from the date entered in C1 to
the end of the column

TIA

Gerry
 
P

Pete_UK

Try this:

=SUMIF(A1:A100,">="&C1,B1:B100)

Adjust the ranges to suit.

Hope this helps.

Pete
 
G

Gerry

Try this:

=SUMIF(A1:A100,">="&C1,B1:B100)

Adjust the ranges to suit.

Hope this helps.

Pete

Thanks Pete

Much easier than index match. Some functions you just forget about
when you don't use them that often.

Gerry
 

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