You may try:
=WORKDAY(A1, 7) = TODAY()
to check if today is 7 business days from the specified date in cell A1.
A1
or
=WORKDAY(A1, 7) < TODAY()
to check if it's already at least 7 business days from the specified date in cell A1.