How to get minutes using this formula? The output only display 14 instead of 14:30
=VALUE(MID([12 Hour Format]@row, FIND(" ", [12 Hour Format]@row) + 1, FIND(":", [12 Hour Format]@row) - (FIND(" ", [12 Hour Format]@row) + 1))) + IF(FIND("P", [12 Hour Format]@row) > 0, 12) + 6
Answers
-
Try this...
=VALUE(MID([12 Hour Format]@row, FIND(" ", [12 Hour Format]@row) + 1, FIND(":", [12 Hour Format]@row) - (FIND(" ", [12 Hour Format]@row) + 1))) + IF(FIND("P", [12 Hour Format]@row) > 0, 12) + 6 + "" + MID([12 Hour Format]@row, FIND(":", [12 Hour Format]@row), 3)
-
Thanks @Paul Newcome ! do you know how to convert Pacific time(PT) to Europe time(ET) ? I try to add 9hr to that formula but some of the output is incorrect since the date will be different
-
Here is a thread that has numerous time based solutions. I believe one of them should be a timezone conversion. Feel free to let me know if you are unable to find or adapt something to fit your needs.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!