Looking to count the total number of either blank or dates in the future - here is the formula that works to show blanks, but need to add is blank or todays date
=IF(COUNT(CHILDREN()) > 1, SUM(CHILDREN()), COUNTIFS({Site}, BFS$1, {Department}, $Department@row, {VResults}, <>"NOT DETECTED", {RTW Date}, ISBLANK(@cell)))