Calculating The Time for Another Time Zone
Smartsheet Community:
Is There a Formula I can Use to Pull The Time for The Modified Date Column Type and Add 6 Hours to Give Me That Time?
Example:
Current CST Time (Column Type is Modified Date) = 11/26/24 4:08 PM
Current CST Time Plus 6 Hours 9Column Type is Text) = 10:08 PM
Thanks
Answers
-
Hello @TB PCI ,
I'd be happy to help!
A possible solution is creating additional 3 columns aside from the Modified Date column.
For example, Modified Time, Plus 6 hrs, and CST Time columns. Formula you can use are:
- Modified Time: =RIGHT(Modified@row, 7)
- Plus 6 Hrs: =VALUE(LEFT(Time@row, 1)) + 6
- CST Time: =[Plus 6 hrs]@row + RIGHT(Time@row, 6)
Here is a screenshot of my sample:
You may check this articles for reference:
Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined -
The challenge with the above would be if it rolls into the next day. Even something like going from AM to PM will have the wrong results.
There is a solution in the below linked thread that accommodates moving from AM to PM as well as moving into the next day if needed.
-
Thanks @Melissa Yamada Is there a Formula for The Time Column?
-
Yes sorry I forgot to include, formula is =RIGHT(Modified@row, 7)
Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!