Time Zone Conversion Formula AM to PM or Vice Versa

KuraiChikara

Board Regular
Joined
Nov 16, 2016
Messages
111
Office Version
  1. 2013
Platform
  1. Windows
Hello, Im doing a formula for Eastern Time to Mountain time, the refernced times are just in different cells IE:

B1 has ET 18:00
C1 has the conversion difference 2:00
D1 has the formula for MT: =B1-$C$1 and it works

However, when I get from AM ET to PM MT I have issues.

If B1 is 1am 01:00 the calculation gives me number signs
#############

Instead of showing be 11pm (23:00)
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Time does not work with negative results.
If you were to start with a date and time and then subtract 1 hour you would be fine.
 
Upvote 0
Hello, Im doing a formula for Eastern Time to Mountain time, the refernced times are just in different cells IE:

B1 has ET 18:00
C1 has the conversion difference 2:00
D1 has the formula for MT: =B1-$C$1 and it works

However, when I get from AM ET to PM MT I have issues.

If B1 is 1am 01:00 the calculation gives me number signs
#############

Instead of showing be 11pm (23:00)
Try using this formula instead...

=24+B3-$C$1
 
Upvote 0

Forum statistics

Threads
1,215,338
Messages
6,124,358
Members
449,155
Latest member
ravioli44

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