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.

Signature
Sherry N.
T. Valko - 08 Feb 2008 18:54 GMT
Try this:
=SUMIF(B:B,">="&F2,C:C)

Signature
Biff
Microsoft Excel MVP
> Hello,
> I have a worksheet that gets data from external source. I need to sum
[quoted text clipped - 5 lines]
>
> Much appreciated.
Sherry N. - 08 Feb 2008 19:14 GMT
PERFECT! Thanks a million!

Signature
Sherry N.
> Try this:
>
[quoted text clipped - 9 lines]
> >
> > Much appreciated.
T. Valko - 08 Feb 2008 19:31 GMT
You're welcome. Thanks for the feedback!

Signature
Biff
Microsoft Excel MVP
> PERFECT! Thanks a million!
>
[quoted text clipped - 11 lines]
>> >
>> > Much appreciated.