world clock in excel

thecueball

Board Regular
Joined
Nov 11, 2004
Messages
66
Guys n' gals,

Is there a way to turn excel into a world clock?????

I am working for a company that has offices around the world, and I would like to see the time in all offices, when I am working in excel without using the internet (or spending monay on loads of wall clocks!!)

TIA

CB
:twisted:
 
Try:
Code:
=IF($H$5<TIME(2,0,0),24,0)+$H$5-TIME(2,0,0)

This will add 24 hours if now() < 2am.
 
Upvote 0

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Upvote 0
The error I received is the Negative Dates or Times Are Displayed as #####, when the time in H5 is 1 AM (01:00) and =$H$5+TIME(-2,0,0) is used.

Sorry, this is way too late to help you but it may help others who come across this problem.

If you enter
Code:
18/03/2017  1:30:00 AM
for example, into H5 and in I5 enter
Code:
=H5-TIME(6,0,0)
you will have the result 17/03/2017 7:30:00 PM

Then if you only want to see the hours and minutes, just do a custom format such as
Code:
  h:mm AM/PM
or however you want to view it.
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,708
Members
453,748
Latest member
akhtarf3

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