I am trying to substract time and the value is comming back only in positive
Karma
✭✭
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
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 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!