Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I had a new requirement this time.... I tried a lot but fail to get the exact outup in regard to this matter. right Now i am staying in India and follow (GMT+05:30)Chennai, Kolkata, Mumbai. New Delhi I have a sheet in which i have to enter current Time in Cell E2 as per (GMT+05:30). As soon as I enter Current Time in Cell E2 i want the current time in E6, E7, E8, E9....E18, E6...... GMT/UTC + 01:00 hour...... A6...Paris---------------------------- C6... France E7...... GMT/UTC + 00:00 hour...... A7... London ------------------------C7... United Kingdom E8...... GMT/UTC - 10:00 hour....... A8... Hawaii National Park ---- C8... United States E9...... GMT/UTC - 08:00 hour....... A9... Hawaiian Gardens---------- C9... United States E10.... GMT/UTC - 06:00 hour....... A10.. Chicago -----------------------C10.. United States E11.... GMT/UTC - 05:00 hour....... A11.. New York----------------------C11.. United States E12.... GMT/UTC - 06:00 hour....... A12.. Moscow -----------------------C12.. United States E13.... GMT/UTC + 02:00 hour...... A13.. Cape Town--------------------- C13.. South Africa E14.... GMT/UTC + 08:00 hour...... A14.. Beijing---------------------------C14.. China E15.... GMT/UTC + 08:00 hour...... A15.. Singapore----------------------C15.. Singapore E16.... GMT/UTC + 09:00 hour...... A16.. Tokyo ---------------------------C16.. Japan E17.... GMT/UTC + 10:00 hour...... A17.. Sydney -------------------------C17.. Australia E18.... GMT/UTC + 12:00 hour...... A18.. Queenstown ------------------ C18.. New Xealand Kindly Help Me in this regards. Thanks Akash Maheshwari |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
E6: =E2-TIME(5,30,0)+TIME(1,0,0)
E7: =E2-TIME(5,30,0) E8: =E2-TIME(5,30,0)-TIME(10,0,0) etc. You could put =TIME(5,30,0) in a cell, say M1 and use E8: =E8-M1-TIME(10,0,0) etc. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Akash" wrote in message ups.com... Hi, I had a new requirement this time.... I tried a lot but fail to get the exact outup in regard to this matter. right Now i am staying in India and follow (GMT+05:30)Chennai, Kolkata, Mumbai. New Delhi I have a sheet in which i have to enter current Time in Cell E2 as per (GMT+05:30). As soon as I enter Current Time in Cell E2 i want the current time in E6, E7, E8, E9....E18, E6...... GMT/UTC + 01:00 hour...... A6...Paris---------------------------- C6... France E7...... GMT/UTC + 00:00 hour...... A7... London ------------------------C7... United Kingdom E8...... GMT/UTC - 10:00 hour....... A8... Hawaii National Park ---- C8... United States E9...... GMT/UTC - 08:00 hour....... A9... Hawaiian Gardens---------- C9... United States E10.... GMT/UTC - 06:00 hour....... A10.. Chicago -----------------------C10.. United States E11.... GMT/UTC - 05:00 hour....... A11.. New York----------------------C11.. United States E12.... GMT/UTC - 06:00 hour....... A12.. Moscow -----------------------C12.. United States E13.... GMT/UTC + 02:00 hour...... A13.. Cape Town--------------------- C13.. South Africa E14.... GMT/UTC + 08:00 hour...... A14.. Beijing---------------------------C14.. China E15.... GMT/UTC + 08:00 hour...... A15.. Singapore----------------------C15.. Singapore E16.... GMT/UTC + 09:00 hour...... A16.. Tokyo ---------------------------C16.. Japan E17.... GMT/UTC + 10:00 hour...... A17.. Sydney -------------------------C17.. Australia E18.... GMT/UTC + 12:00 hour...... A18.. Queenstown ------------------ C18.. New Xealand Kindly Help Me in this regards. Thanks Akash Maheshwari |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Tracking Time Zone | Excel Discussion (Misc queries) | |||
convert time from one zone to other zone in excel | Excel Worksheet Functions | |||
Time Zone.. | Excel Discussion (Misc queries) | |||
Time zone using VBA | Excel Programming | |||
Time zone using VBA | Excel Programming |