Convert Time to a Text

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

Guest

Hi,

I need help with a formula. I'm trying to convert a time to text as in the
example below.

Example:
A1= 5:16 PM
B1= 1716

Thanks for any help!
 
One approach:

=TEXT(HOUR(A1,"00") & TEXT(MINUTE(A1),"00")

HTH,
 

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