79085638

Date: 2024-10-14 09:55:09
Score: 2
Natty:
Report link

You can simply check whether the start date is later than the reference start date and the end date is earlier than the reference end date:

=AND(C3>=A3, D3<=B3)

Spreadsheet example as table

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user27425627