+ Reply to Thread
Results 1 to 2 of 2

time zones

  1. #1
    Registered User
    Join Date
    04-05-2006
    Posts
    2

    time zones

    I want to make A1 “zulu time”, so with ESD time in cell B1, I put the formula: =(B1+5/24) in A1.

    Now I want to be able to make cell C1 Central time, D1 Mountain time, and E1 Pacific time. I would obviously only use one respective time zone for entry or I reckon I would get a value error. I thought the formula would be something like: =(B1+4/24)AND(C1+5/24)AND(D1+6/24)AND(E1+7/24). But that doesn’t work. Any idea’s?

  2. #2
    Forum Contributor
    Join Date
    03-21-2006
    Posts
    205
    Enter your base time into cell B1. If you want the current time, enter:
    =now()

    Enter the text ESD, Zulu, Central, Mountain, and Pacific into cells B2, C2, D2, E2 and F2 respectively

    Enter the desired time differences into row 2 - i.e. type 0, 4, ... etc into cells B3, C3, D3, E3 and F3 respectively (whatever these differences are)

    In cell B3 enter the formula
    =$B1+B2/24
    Copy this formula to the right across all cells in your table in row 3

    Choose your preferred cell formatting. Move cells to your preferred positions

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1