DATEVALUE OF CURRENT DATE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

TRYING TO FIND FRMULA FOR DATE VALUE OF CURRENT DATE

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

IS THERE A SOLUTION?
 
Just use =Today()
and if you still need a formula then
=DATEVALUE(TEXT(TODAY(),"mm/dd/yy"))
 
=DATEVALUE(TEXT(TODAY(),"mm/dd/yy"))

WORKS GREAT!!!

THANKS A BUNCH,

JONBOYMFLY
 
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
 
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

Back
Top