I am looking to try and convert an entered ZULU time into a standard LOCAL time format. For example: 2200 ZULU = 1600 Local ; 1000 ZULU = 0400 Local. There is an 0600 difference between ZULU and Local... at least there will be once daylight savings kicks in. Is there a fomula that will work? I have tried to come up with the cell formula, but as the time advances, the variable changes. For example: If I have a time of 0100 ZULU, this equals 2000 Local. The formula to get this would be (0100 - 0600 = -0500 + 1500 = 2000 Local), but... if the time advances (0200 ZULU - 0600 = -0400 + 1700 = 2100 Local), the variable changed from 1500 to 1700. Also, if you have 0300 then that becomes (0300 ZULU - 0600 = -0300 + 1900 = 2200 Local). I can see the pattern, but I don't know how to put that into a formula. Or is there a VB code that would work? I thought a formula would be better, but I can't figure it out.
Any help out there?
Any help out there?