3.10 PM to 24 hour time please ( 1510 )

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

Guest

Hello from Steved

Could I have a formula to acheive the below please.

Below is "Text"
3.10 PM to 1510

Thankyou.
 
If it's really text, first convert to a number: copy a blank cell, highlight
your text and Edit > Paste Special, select Values and Add, click OK. Then
format it as needed: Edit > Format Cells, on the number tab select the time
category and choose the second one down.
 
Thankyou

ok Ive now gone from 3.10 PM to 3:10 PM

I now need to convert it to 24 hour clock please in this case 1510

Thankyou.
 
Starting from 3:10 PM in A1:

=TEXT(A1,"hhmm")

Or, if you want to use it in calculations,

=VALUE(TEXT(A1,"hhmm"))
 

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

Similar Threads

#VALUE! 4
Conditional Time Calculation 10
106% to this please 6% 7
3.02 PM ( Decimal Point )to 1502 3
formula to show ranges in columns 7
Insert a Decimal 3
Calculate After hours 3
NESTING FORMULA 1

Back
Top