Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
GEM GEM is offline
external usenet poster
 
Posts: 90
Default Drop down list & Time Zones.

Let's see if I get myself understood...

A1= cell to imput a time number, for example 11:00 AM
B1= Drop down validation, with Pacific Time, Mountain Time, Central Time,
Eastern Time.

Basically user enters time and selects which time zone this time represents.

A3=The time A1 represents in Pacific Time
B3=The time A1 represents in Mountain Time
C3=The time A1 represents in Central Time
D3=The time A1 represents in Eastern Time

How can I get A3, B3, C3, D3 to do this automatically, by letting the user
just enter a time number and its corresponding time zone??


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Drop down list & Time Zones.

How about something you probably didn't think of?

Daylight savings time!

I'm going to use abbreviations:

P = Pacific Time
M = Mountain Time
C = Central Time
E = Eastern Time

Create a table like this:

.........P...M...C...E
P.....0....1.....2...3
M...-1...0.....1...2
C....-2..-1....0...1
E....-3..-2...-1...0

Assume that table is in the range A8:E12

A1 = some time
B1 = some time zone selected from a drop down list

Enter this formula in A3 and copy across to D3:

=$A1+(VLOOKUP($B1,$A9:$E12,MATCH(A2,$A8:$E8,0),0)/24)+($A1+(VLOOKUP($B1,$A9:$E12,MATCH(A2,$A8:$E8,0) ,0)/24)<0)

Format as Time

--
Biff
Microsoft Excel MVP


"GEM" wrote in message
...
Let's see if I get myself understood...

A1= cell to imput a time number, for example 11:00 AM
B1= Drop down validation, with Pacific Time, Mountain Time, Central Time,
Eastern Time.

Basically user enters time and selects which time zone this time
represents.

A3=The time A1 represents in Pacific Time
B3=The time A1 represents in Mountain Time
C3=The time A1 represents in Central Time
D3=The time A1 represents in Eastern Time

How can I get A3, B3, C3, D3 to do this automatically, by letting the user
just enter a time number and its corresponding time zone??




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Drop down list & Time Zones.

Ooops!

I left out something very important!!!

A1 = some time
B1 = some time zone selected from a drop down list


A2:D2 = P, M, C, E


--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
How about something you probably didn't think of?

Daylight savings time!

I'm going to use abbreviations:

P = Pacific Time
M = Mountain Time
C = Central Time
E = Eastern Time

Create a table like this:

........P...M...C...E
P.....0....1.....2...3
M...-1...0.....1...2
C....-2..-1....0...1
E....-3..-2...-1...0

Assume that table is in the range A8:E12

A1 = some time
B1 = some time zone selected from a drop down list

Enter this formula in A3 and copy across to D3:

=$A1+(VLOOKUP($B1,$A9:$E12,MATCH(A2,$A8:$E8,0),0)/24)+($A1+(VLOOKUP($B1,$A9:$E12,MATCH(A2,$A8:$E8,0) ,0)/24)<0)

Format as Time

--
Biff
Microsoft Excel MVP


"GEM" wrote in message
...
Let's see if I get myself understood...

A1= cell to imput a time number, for example 11:00 AM
B1= Drop down validation, with Pacific Time, Mountain Time, Central Time,
Eastern Time.

Basically user enters time and selects which time zone this time
represents.

A3=The time A1 represents in Pacific Time
B3=The time A1 represents in Mountain Time
C3=The time A1 represents in Central Time
D3=The time A1 represents in Eastern Time

How can I get A3, B3, C3, D3 to do this automatically, by letting the
user
just enter a time number and its corresponding time zone??






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula to convert time zones?? Anna Excel Discussion (Misc queries) 3 April 4th 23 10:47 AM
Help with identifying time and time zones in a formula Mr BT[_2_] Excel Worksheet Functions 1 May 21st 09 05:23 AM
time zones Cactus-747 Excel Discussion (Misc queries) 1 April 14th 06 06:11 AM
Does Excel support Time Zones? Aaron Excel Worksheet Functions 1 March 11th 05 06:17 PM
adding time zones to formatting tjb Excel Worksheet Functions 0 February 17th 05 03:39 PM


All times are GMT +1. The time now is 10:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"