79098887

Date: 2024-10-17 15:48:56
Score: 0.5
Natty:
Report link

You may try:

=WORKDAY(A1, 7) = TODAY()

to check if today is 7 business days from the specified date in cell A1.

or

=WORKDAY(A1, 7) < TODAY()

to check if it's already at least 7 business days from the specified date in cell A1.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: leylou