How do I use the TODAY() formula in the SUMIF function?
I'm tracking training time and I want to sum only the hours completed, not
the hours to be completed.
Example:
1/2/2005 5
3/22/2005 3
10/9/2005 4
11/1/2005 5
8
I have tried =SUMIF(A2:A6,">TODAY()",B2:B7) and I have tried entering the
TODAY function into another cell and referencing that cell in the SUMIF
function (i.e =SUMIF(A2:A6,">E6",B2:B7).
I cannot seem to find the correct way to make this work. Any help/advice
would be greatly appreciated!
Best,
Lisa B.
David Billigmeier - 30 Sep 2005 20:43 GMT
You're Close...
=SUMIF(A2:A6,">"&E6,B2:B7)

Signature
Regards,
Dave
> How do I use the TODAY() formula in the SUMIF function?
> I'm tracking training time and I want to sum only the hours completed, not
[quoted text clipped - 15 lines]
>
> Lisa B.
Lisa B. - 30 Sep 2005 20:51 GMT
David,
You are my hero - thank you!
Lisa B.
> You're Close...
>
[quoted text clipped - 19 lines]
> >
> > Lisa B.