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")
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!