Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Please could someone assist.
I have some data submitted to me, which on the screen is displayed as 1926:04:12 (which is the year:month:date), though excel is holding the data as a time field, in the background which is 20/03/1900 06:04:12. How do i capture the true data, I have tried various format changes, though excel believes its the time i am changing not the values which i am seeing on the screen. any help would be appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That format is [h]:mm:ss, just change it to dd/mm/yyyy hh:mm:ss
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Nigel" wrote in message ... Please could someone assist. I have some data submitted to me, which on the screen is displayed as 1926:04:12 (which is the year:month:date), though excel is holding the data as a time field, in the background which is 20/03/1900 06:04:12. How do i capture the true data, I have tried various format changes, though excel believes its the time i am changing not the values which i am seeing on the screen. any help would be appreciated. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks for the reply,
though the format change changes the displayed data from 1926:04:12 to 20/3/1900 06:04:12. The data as i see it, is the figures i require - ideally i would want to change the data (1926:04:12) to a text string for future analysis, elsewhere, to read 19260412. the problem is the way the data has been submitted to me and the format of the cell. excel is reading the data as a time field and not as it is displayed. "Bob Phillips" wrote: That format is [h]:mm:ss, just change it to dd/mm/yyyy hh:mm:ss -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Nigel" wrote in message ... Please could someone assist. I have some data submitted to me, which on the screen is displayed as 1926:04:12 (which is the year:month:date), though excel is holding the data as a time field, in the background which is 20/03/1900 06:04:12. How do i capture the true data, I have tried various format changes, though excel believes its the time i am changing not the values which i am seeing on the screen. any help would be appreciated. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=DATE(INT(A1*24),MINUTE(A1),SECOND(A1))
-- David Biddulph "Nigel" wrote in message ... Please could someone assist. I have some data submitted to me, which on the screen is displayed as 1926:04:12 (which is the year:month:date), though excel is holding the data as a time field, in the background which is 20/03/1900 06:04:12. How do i capture the true data, I have tried various format changes, though excel believes its the time i am changing not the values which i am seeing on the screen. any help would be appreciated. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"David Biddulph" <groups [at] biddulph.org.uk wrote in message
... =DATE(INT(A1*24),MINUTE(A1),SECOND(A1)) So I'm wrong again! <g Well done. -- Sandy In Perth, the ancient capital of Scotland and the crowning place of kings with @tiscali.co.uk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel: I enter date and format for date, but shows as number | Excel Discussion (Misc queries) | |||
Can I change a date with no format (20051111) to date format? | New Users to Excel | |||
day/month/year in incorrect format for date format | Excel Worksheet Functions | |||
How can I convert a date format to an ISO week format (in EXCEL)? | Excel Discussion (Misc queries) | |||
Excel 2000 date format cannot be set to Australian date format | Excel Discussion (Misc queries) |