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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!