sumif

N

Nuno Jácome

Could anybody help me on the following problem:
= sumif(C9:C502;"=24-01-2006";L9:L502) - this work, but I want
= sumif(C9:C502;"=Today";L9:L502) or
= sumif(C9:C502;"=G6";L9:L502)
The G6 = Today() or Now()

Thanks in advance
 
B

Bob Phillips

= sumif(C9:C502;"=Today()";L9:L502)

Or

= sumif(C9:C502;G6;L9:L502)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
N

Nuno Jácome

Thanks SteveG, but I get what I want at
Sumif criteria refenrence 05/08/2005 (TimH)
Answered by Roger Govier and Aladin Akyurek

"SteveG" escreveu:
 
N

Nuno Jácome

Thanks Bob, but I get what I want at
Sumif criteria refenrence 05/08/2005 (TimH)
Answered by Roger Govier and Aladin Akyurek

"Bob Phillips" escreveu:
 
Top