convert time from one zone to other zone in excel

R

ram

hi,
just i need to convert time format from one zone to another zone

E.g : EST into IST format.
 
D

David Biddulph

=A1+N/24, where N is the number of hourr difference in time zone.
Hence to convert from UTC-5 to UTC+1, use =A1+6/24.
 
Top