Converting EST time in IST

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is what I have in range B1:B7

12:00AM
12:30AM
1:00AM
1:30AM
2:00AM
2:30AM
3:00AM

I want to convert these times into (IST +9:30) and put them in A1:a7

Sheshadri
 
One way (assuming EST is Eastern Standard Time, GMT+5:00):


A1: =B1+(14.5/24) <==== format as time

Copy down to A7
 
Back
Top