Time Question

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

Guest

I have field that is formatted as a general number. Ex. 2038
I need to have this number to show up as a time field. 20:38 or 10:38.

How can I do this?
 
Hi

Assuming that value in A1 then you could use:

=TEXT(A1,"00\:00")+0

Best regards

Richard
 
Another solution:
=TIME(LEFT(A1,2),RIGHT(A1,2),0)
Regards,
Stefi


„RichardSchollar†ezt írta:
 

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