Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello from Steved
Could I have a formula to acheive the below please. Below is "Text" 3.10 PM to 1510 Thankyou. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. "Steved" wrote: Hello from Steved Could I have a formula to acheive the below please. Below is "Text" 3.10 PM to 1510 Thankyou. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=--SUBSTITUTE(A1,".",":") Format as hhmm In article , Steved wrote: Hello from Steved Could I have a formula to acheive the below please. Below is "Text" 3.10 PM to 1510 Thankyou. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Or maybe
=TEXT(SUBSTITUTE(A1,".",":"),"HMM") "JE McGimpsey" wrote in message ... One way: =--SUBSTITUTE(A1,".",":") Format as hhmm In article , Steved wrote: Hello from Steved Could I have a formula to acheive the below please. Below is "Text" 3.10 PM to 1510 Thankyou. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. "Steved" wrote: Hello from Steved Could I have a formula to acheive the below please. Below is "Text" 3.10 PM to 1510 Thankyou. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Starting from 3:10 PM in A1:
=TEXT(A1,"hhmm") Or, if you want to use it in calculations, =VALUE(TEXT(A1,"hhmm")) -- Kind regards, Niek Otten "Steved" wrote in message ... 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. "Steved" wrote: Hello from Steved Could I have a formula to acheive the below please. Below is "Text" 3.10 PM to 1510 Thankyou. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula for a time card | Excel Worksheet Functions | |||
My Quest with Time!! | Excel Worksheet Functions | |||
Adding time | Excel Discussion (Misc queries) | |||
unmet challenge | Excel Worksheet Functions | |||
how do you subtract military time? example 12:00 - 07:00 = 5 hour. | Excel Worksheet Functions |