Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I'm sure that this can easily be done but its a Monday and l'm struggling! I have many records that have been entered in cells which are formatted for time entry using Format, Cells, Special, hh:mm I need to copy those cells, either using Excel functions or VBA, to a number format but retaining the original figures. ie 08:15 is copied and becomes 8.15 or 08.15 ie 14:35 is copied and becomes 14.35 Can anybody help please? Regards Michael Beckinsale |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Michael,
=--TEXT(A1,"[h].mm") HTH, Bernd |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Bernd, Many thanks works as req'd. I was on the right track back forgot to add the "" to [h].mm Regards Michael Beckinsale |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
permanent conversion of 1904 date format to 1900 date format | Excel Worksheet Functions | |||
Adding time in 24 hour format to produce hours in decimal format | Excel Worksheet Functions | |||
Need help with converting CUSTOM format/TEXT format to DATE format | Excel Worksheet Functions | |||
How to type format time in decimal format & calculate | Excel Discussion (Misc queries) | |||
code to convert date from TEXT format (03-02) to DATE format (200203) | Excel Programming |