Time Zone Indicator on or for IF NOW Time Stamp

JEH105

New Member
Joined
Oct 11, 2019
Messages
35
Office Version
  1. 365
Platform
  1. Windows
Hi! I currently have the following auto-timestamp formula set on a TIME column.

Excel Formula:
=IF($U2<>"",IF($T2<>"",$T2,NOW()),"")

Users in different time zones utilize this tracker. I want to do one of the following:

A: Add a formula that returns the time zone of the timestamp recorded in the TIME column. (e.g. TIME ZONE column = CST, IST, PST, etc.)

1674753922919.png


OR

B:
Add a time zone identifier to the existing timestamp formula in the TIME column.

1674753903021.png


Does anyone know how to achieve one or the other without VBA?

Thank you so much for your time!
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi,

Everything depends on what you actually call Time Zone ...

To go from your Reference Time to whatever other " Time Zone", you will need a Difference/Adjustment expressed by a Number of Hours

To get the Adjusted Time in the other zone :

=MOD(Reference Time+(Number of Hours/24),1)
 
Upvote 0

Forum statistics

Threads
1,215,275
Messages
6,124,002
Members
449,137
Latest member
abdahsankhan

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