โJan-16-2015 03:48 PM
โJan-17-2015 06:24 AM
โJan-17-2015 05:17 AM
โJan-16-2015 06:44 PM
neschultz wrote:OK, maybe not eloquent but certainly clever to use the transistion to 00 hours and what I said about daytime solar only. It works great!
There is probably a more eloquent solution out there, but if you put your UTC time in column D and this formula in Column E, it should work during MST. Format Col E to custom hour, minute, second AM/PM
=TIME(IF(MID(D1,12,2)="00",17,IF(MID(D1,12,2)="01",18,IF(MID(D1,12,2)="02",19,IF(MID(D1,12,2)="03",20,IF(MID(D1,12,2)="04",21,IF(MID(D1,12,2)="05",22,IF(MID(D1,12,2)="06",23,MID(D1,12,2)-7))))))),MID(D1,15,2),MID(D1,18,2))
Good luck,
Norman
โJan-16-2015 05:39 PM
โJan-16-2015 05:06 PM
โJan-16-2015 04:14 PM