#1   Report Post  
PivotMan
 
Posts: n/a
Default Time conversion

Hello,

I have a worksheet which expresses volume (call volume) by hour in a day.
The problem is that the time is expressed in GMT and I want to convert it to
Pacific time.

So what I have is
9/1/2005 0:00 9/1/05 12:00:00 AM

and what I want is

8/31/2005 16:00 8/31/05 16:00:00 PM

Any help would be greatly appreciated.

  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=TEXT(--LEFT(A1,FIND(" ",A1)-1)-TIME(8,0,0),"mm/d/yyyy hh:mm AM/PM")&"
"&TEXT(--RIGHT(A1,LEN(A1)-FIND(" ",A1,FIND(" ",A1)+1))-TIME(8,0,0),"m/d/yyyy
hh:mm AM/PM")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"PivotMan" wrote in message
...
Hello,

I have a worksheet which expresses volume (call volume) by hour in a day.
The problem is that the time is expressed in GMT and I want to convert it

to
Pacific time.

So what I have is
9/1/2005 0:00 9/1/05 12:00:00 AM

and what I want is

8/31/2005 16:00 8/31/05 16:00:00 PM

Any help would be greatly appreciated.



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 conversion GMT to Pacific PivotMan Excel Discussion (Misc queries) 3 October 14th 05 01:10 AM
Time conversion Dave Excel Discussion (Misc queries) 1 September 12th 05 01:49 PM
Text to time conversion Robert Smith Excel Discussion (Misc queries) 3 September 2nd 05 05:33 AM
Time Conversion question Sean Skallerud Excel Discussion (Misc queries) 4 July 21st 05 08:53 PM
Excel Time Conversion Stan Excel Discussion (Misc queries) 4 January 25th 05 11:29 PM


All times are GMT +1. The time now is 01:52 AM.

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

About Us

"It's about Microsoft Excel"