Hi Everyone,
Hopefully this is simple to do, but figured I'd ask...
Is there a way to convert a time listed in A1 (ex. 01:00PM) to UTC in A2?
I am fine with either formula or VBA, whichever will accomplish this.
I've already added the GimmeUTC function to the sheet, but I am not sure how to use the function to actually convert a time thats listed.
I know you can call GimmeUTC() but that will give a current timestamp, just like Now() but in UTC, but this is not what im looking for, as I am looking to actually convert the times listed in A1 of the users current timezone from their time/regional OS settings.
This is a sheet which is used by multiple teams across the world, so I am trying to fiddle around and see if this will be possible or not.
Any help is greatly appreciated
Hopefully this is simple to do, but figured I'd ask...
Is there a way to convert a time listed in A1 (ex. 01:00PM) to UTC in A2?
I am fine with either formula or VBA, whichever will accomplish this.
I've already added the GimmeUTC function to the sheet, but I am not sure how to use the function to actually convert a time thats listed.
I know you can call GimmeUTC() but that will give a current timestamp, just like Now() but in UTC, but this is not what im looking for, as I am looking to actually convert the times listed in A1 of the users current timezone from their time/regional OS settings.
This is a sheet which is used by multiple teams across the world, so I am trying to fiddle around and see if this will be possible or not.
Any help is greatly appreciated