Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
dmunhall
 
Posts: n/a
Default In Excel, I want to convert Eastern time to pacific time

how do I format a cell to subtract 3 hours from another cell?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default In Excel, I want to convert Eastern time to pacific time

There's probably a more efficient way to do this, but I so rarely use Times
in my work, I'm not sure. But if you're just working with Time and not
Dates, this works:

=TIME(IF(HOUR(A1)<3,21+HOUR(A1),HOUR(A1)-3),MINUTE(A1),SECOND(A1))

HTH,
Elkar


"dmunhall" wrote:

how do I format a cell to subtract 3 hours from another cell?

  #3   Report Post  
Posted to microsoft.public.excel.misc
GregP1962
 
Posts: n/a
Default In Excel, I want to convert Eastern time to pacific time


Can't you just subtract 3 from the hour value?



Example. Say cell A1 has Eastern time. You want cell b4 to reflect
pacific time.

In cell b4 enter "=A1-3"


Or, you could just move to California.


--
GregP1962
------------------------------------------------------------------------
GregP1962's Profile: http://www.excelforum.com/member.php...o&userid=33063
View this thread: http://www.excelforum.com/showthread...hreadid=528767

  #4   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default In Excel, I want to convert Eastern time to pacific time

Try something like this:

For a time in A1
B1: =A1-3*1/24

The cells must be formatted as Time to display correctly.

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"dmunhall" wrote:

how do I format a cell to subtract 3 hours from another cell?

  #5   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs
 
Posts: n/a
Default In Excel, I want to convert Eastern time to pacific time


Ron Coderre Wrote:
Try something like this:

For a time in A1
B1: =A1-3*1/24


But you'll have a problem with this if, for instance A1 contains the
time 02:00

Try

=MOD(A1-"03:00",1)


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=528767

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
How do I enter a time in excel so it does not print as 1:00:00 PM Geet New Users to Excel 1 February 8th 06 10:29 PM
Saving Excel files takes a huge amount of time Heavy Excel user Excel Discussion (Misc queries) 6 January 12th 06 12:11 PM
Every second time i open Excel, it displays the document recovery pane Paliente Excel Discussion (Misc queries) 3 September 14th 05 01:53 PM
Excel formula for a time sheet HRMSN Excel Worksheet Functions 1 August 10th 05 03:07 PM
Unix Time in Excel Craig Walker Excel Worksheet Functions 2 March 21st 05 06:29 PM


All times are GMT +1. The time now is 05:15 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"