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.
 
Top