Display text as date

S

Snoopy

Hey guys :)
I use this formula =">="&DATEVALUE(Files!D3)+TIMEVALUE(Files!D3) to
display and use as filteroption.
(Dont ask why I have to do this exercise....)
However the formula works all right but the display appears as
decimalnumber in this text expression:

Actual displayed: >=40170,6145833333
Wanted displayed: >=23.12.2009 14:45:00

I KNOW that there is some way to transform the expression displayed,
but have not found anything useful on the web - so far.
Are there anybody called to give me a hand on this one?

Best regards Snoopy
(Wish you a Happy New Year as well)
 
D

Dave Peterson

I'm not sure if this will work with your filter, but you can change the display:

=">="&text(DATEVALUE(Files!D3)+TIMEVALUE(Files!D3),"dd.mm.yyyy hh:mm:ss")
 
S

Snoopy

I'm not sure if this will work with your filter, but you can change the display:

=">="&text(DATEVALUE(Files!D3)+TIMEVALUE(Files!D3),"dd.mm.yyyy  hh:mm:ss")









--

Dave Peterson– Skjul sitert tekst –

– Vis sitert tekst –

Thanks Dave
I'll dive into this - there is some translation trouble; english vs
norwegian, to by-pass

Best Regards
Snoopy
 

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