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
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 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!