JEH105
New Member
- Joined
- Oct 11, 2019
- Messages
- 35
- Office Version
- 365
- Platform
- Windows
Hi! I currently have the following auto-timestamp formula set on a TIME column.
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.)
OR
B: Add a time zone identifier to the existing timestamp formula in the TIME column.
Does anyone know how to achieve one or the other without VBA?
Thank you so much for your time!
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.)
OR
B: Add a time zone identifier to the existing timestamp formula in the TIME column.
Does anyone know how to achieve one or the other without VBA?
Thank you so much for your time!