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
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 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!