Format

  • Thread starter Thread starter Steved
  • Start date Start date
S

Steved

Hello from Steved

How do I format a worksheet so that when I type 844
it becomes 08:44 (hh:mm)

Thankyou
 
You don't. 844 is a number. You could put this in another column

=TIME(INT(A6/100),A6-INT(A6/100)*100,0)

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Bob said:

:-)
Thought about that too but I think Chip's solution for this is quite
sufficient. (Nearly) all countries have a hh:mm format (even
Australia...)

Frank
 

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