Formula to return AM or PM
I am in need of a formula to look at a cell containing a time value (24H) and return whether the it is an AM or PM time.
Thanks,
Ron
Best Answer
-
Is it formatted as 1400 and 0105? If so, I would think that you could do
=IF(Time@row < 1200, "AM", "PM")
Answers
-
Is it formatted as 1400 and 0105? If so, I would think that you could do
=IF(Time@row < 1200, "AM", "PM")
-
Thank you. I give it a try and see if it does what I need.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!