Calculate different time zone times only knowing what time zone you are in.

donnamkelley

New Member
Joined
Sep 22, 2017
Messages
2
I have the following information:
Depart TimeTime ZoneMy TimeMy Time Zone
7:00 AMETFALSECT
8:00 AMETMT
9:15 AMETPT

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
How do I get Excel to tell what time it is in my time zone? I will need this to work east to west and west to east. I appreciate any help offered.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Welcome to the board.

ABCDEF
1Depart TimeTime ZoneMy TimeMy Time ZoneET
27:00 AMET6:00 AMCTCT
38:00 AMET6:00 AMMTMT
49:15 AMET6:15 AMPTPT
51:00 PMMT2:00 PMCT
62:30 PMPT5:30 PMET

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet10

Worksheet Formulas
CellFormula
C2=A2+(MATCH(B2,$F$1:$F$4,0)-MATCH(D2,$F$1:$F$4,0))/24

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



Put a list of the time zones in order in F1:F4. Then the formula in C2 should work for you. You may have issues with times near midnight, but that's fixable if you want to include a date with the time.

Let me know how this works.
 
Upvote 0

Forum statistics

Threads
1,217,380
Messages
6,136,221
Members
450,000
Latest member
jgp19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top