automatically change time in sheet 2, 3, and 4.

T

The Bird

I have a series of 25 plus telephone meeting that are held nationally. I want
to change the time in sheet one to EST and have sheets 2,3,and 4 change to
CST,MST, and PST automatically.
 
H

Huber57

If you have the EST time in the first sheet, you will want to subtract 1 hour
for sheet 2, 2 hours for sheet three, etc.

If the time is in Sheet1!A1

The formula for CST is: =Sheet1!A1-(1/24)
MST: =Sheet1!A1-(2/24)
PST: =Sheet1!A1-(3/24)

Anytime you update the meeting time in Sheet1!A1, it wil automatically
change the time in the other sheets. Be sure and format the cells to show
the date/time.
 
J

Jerry Karp

I tried it and it didn't work. does the time in sheet 1 have to be a special format for it to work?



The Bird wrote:

automatically change time in sheet 2, 3, and 4.
30-Apr-10

I have a series of 25 plus telephone meeting that are held nationally. I wan
to change the time in sheet one to EST and have sheets 2,3,and 4 change t
CST,MST, and PST automatically.

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Free Online Courses Available for Eggheadcafe.com Users
http://www.eggheadcafe.com/tutorial...8-fc3cf6855293/free-online-courses-avail.aspx
 
J

Jerry Karp

I tried it and it didn't work. does the time in sheet 1 have to be a special format for it to work?



The Bird wrote:

automatically change time in sheet 2, 3, and 4.
30-Apr-10

I have a series of 25 plus telephone meeting that are held nationally. I wan
to change the time in sheet one to EST and have sheets 2,3,and 4 change t
CST,MST, and PST automatically.

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Distributed Data Grids - Share Objects Between Windows Service and ASP.NET
http://www.eggheadcafe.com/tutorial...b7a-1bb00e33db07/distributed-data-grids-.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top