I am trying to substract time and the value is comming back only in positive
here is my formula
=SUM(TIME([Time Scheduled ]@row) - TIME([Time Finish Load/Unload]@row))
and here is my if formula
=IF(Difference1 < 0, "Late", "On Time")
and i have attached the sheet, i am trying to return the value where i can see late and on time, but my formula is returning back all the numbers in positive even the negative ones are coming back in positive, and that is showing all "on time" even though i have some that are late.
Answers
-
Try something along the lines of
=IF(TIME([Time Scheduled ]@row) > TIME([Time Finish Load/Unload]@row), "On Time", "Late")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 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!