#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default Time Question

I have field that is formatted as a general number. Ex. 2038
I need to have this number to show up as a time field. 20:38 or 10:38.

How can I do this?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 76
Default Time Question

Hi

Assuming that value in A1 then you could use:

=TEXT(A1,"00\:00")+0

Best regards

Richard


On 12 Mar, 14:02, metaltecks
wrote:
I have field that is formatted as a general number. Ex. 2038
I need to have this number to show up as a time field. 20:38 or 10:38.

How can I do this?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Time Question

Another solution:
=TIME(LEFT(A1,2),RIGHT(A1,2),0)
Regards,
Stefi


€˛RichardSchollar€¯ ezt Ć*rta:

Hi

Assuming that value in A1 then you could use:

=TEXT(A1,"00\:00")+0

Best regards

Richard


On 12 Mar, 14:02, metaltecks
wrote:
I have field that is formatted as a general number. Ex. 2038
I need to have this number to show up as a time field. 20:38 or 10:38.

How can I do this?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time Question colin Excel Discussion (Misc queries) 1 March 17th 06 01:37 PM
Time question Anthony Excel Discussion (Misc queries) 1 October 9th 05 06:15 PM
Time Question SU Excel Worksheet Functions 2 August 1st 05 01:20 PM
Time Question Kelly Thompson Excel Discussion (Misc queries) 8 December 30th 04 11:35 PM
Best time question Daniel Bonallack Excel Worksheet Functions 2 December 11th 04 12:37 AM


All times are GMT +1. The time now is 11:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"