I have a large amount of date/time fields that need to be changed in excel. I need to subtract 2 hours from the current date/time format ISO 8601.
Ex: 2006-09-21 16:45:00 +0000 <----Changed to------>2006-09-21 14:45:00 +0000
I was able to parse the data into separate columns and subtract 2 hours using this formula: =B1+TIME(2,0,0) and then concentrate the columns back.
I ran into a problem when the time is 01:59:99 or less. It gives me #######
Anyone have a formula to subtract 2 hours from ISO 8601 format. Please and thank you.