Time conversion in Excel

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

Guest

I need a macro/vbs/directions on:

In a cell, entering 2345 and having it displayed as :23.45, or entering
12345 and having it displayed as 1:23.45 ... As a swimming coach I would find
this a great help.

Thanks for the insight...

JCJ
 
http://www.cpearson.com/excel/DateTimeEntry.htm

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I need a macro/vbs/directions on:
|
| In a cell, entering 2345 and having it displayed as :23.45, or entering
| 12345 and having it displayed as 1:23.45 ... As a swimming coach I would find
| this a great help.
|
| Thanks for the insight...
|
| JCJ
 
Try this:
Assuming your data in A1
A1=2345

your formula in B1 =":"&LEFT(A1,2)&"."&RIGHT(A1,2)
 

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