DATEVALUE OF CURRENT DATE

J

JONBOYMFLY

TRYING TO FIND FRMULA FOR DATE VALUE OF CURRENT DATE

=DATEVALUE("12/29/04") WORKS,
BUT =DATEVALUE("TODAY()") DOESN'T

IS THERE A SOLUTION?
 
N

N Harkawat

Just use =Today()
and if you still need a formula then
=DATEVALUE(TEXT(TODAY(),"mm/dd/yy"))
 
J

Jason Morin

I'm failing to see the merits of

=DATEVALUE(TEXT(TODAY(),"mm/dd/yy"))

This formula is essentially formatting today's date as a
text string, and then converting it back to an actual
date. Please explain.

Thanks.
Jason
 
F

Frank Kabel

Hi
just as a comment :)
No need for this formula. Just use the formula
=TODAY()

shorter, simpler and also will work in non-US countries :)
 

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