GMT conversion help

ictdog

New Member
Joined
Oct 3, 2011
Messages
1
I have a need to take a column from a produced worksheet that is exported in date and time GMT and convert this into a local date and time...
example:
Date/Time
4/22/2010 2:40:59 PM
7/5/2010 11:08:19 PM
7/5/2010 11:10:09 PM

Now I want to convert this format into a date and time of local (say CST -5) column to be added...the output can be a single column or 2 (Date column and Time Column)...Any thoughts on how to make this happen?

I can do very basic formulas...and I can't find how to make this happen.
Help?
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
If you know what the offset from GMT is, you can just add the GMT value to the offset divided by 24

eg if you have GMT and want to adjust to GMT - 5 hours:

=A1-5/24
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,831
Members
452,947
Latest member
Gerry_F

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top