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
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!