Just incase it's actually two worksheets rather than two workbooks:
The built in tool is likely better, but this will spot the gaps for you.
Ideally you'd add a column as the second to last step and have a formula in there that identifies if one or more cells in that row is false, but I can't think of the best way to do this. You could so =IF(OR(A2="False",...) but there will be a much better way.