Sum based on date

S

Sherry N.

Hello,
I have a worksheet that gets data from external source. I need to sum
numbers in Column C if date in Column B is >= another cell.

I tried:
=IF(B:B>=F2,SUM(C:C))
=SUMIF(B:B,B:B>=F2,C:C)

Much appreciated.
 

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