Listed in B1:E2 are several destinations and their hourly time difference with New York.
We want to convert the time value in B3 (New York local time) to the equivalent local time in each destination city.
Solution:
With destinations in C1:E1 and time differences in C2:E2, enter the following formula in C3, and copy across to E3:
=$B$3+(C2/24)*-1
Example:
EST____________GMT
12:00 AM_______5:00 AM
9:30 PM________2:30 AM
3:00 AM________8:00 AM
11:00 PM_______4:00 AM
Screenshot // Converting Time Values from One Time Zone to Another
Time Zones
njbrit wrote on June 01, 2005 12:06 EST
Instead of 5/24 (during daylight savings it should be 4/24 to get to GMT!) use this
in say, X1 (formatted to HH:MM) enter the time difference (e.g. 04:00 ), then formula in C12 is
A12 + $X$1. WHen the clocks change, or you need another time zone, all you need to change is X1.
Terms
and Conditions of use
The applications/code on this site are distributed as is and without warranties
or liability. In no event shall the owner of the copyrights, or the authors
of the applications/code be liable for any loss of profit, any problems
or any damage resulting from the use or evaluation of the applications/code.