I'm fairly new with smartsheets and trying to build an automated system where the task ready box is checked when % complete column is marked 100% based on the predecessor row. Would a vlookup or a match would work? Any help would be greatly appreciated!
Currently I have this equation, but am hoping to not have to manually update the reference to the %complete column.
=IF([% Complete]2767) = 1, true, false)