I'm getting an invalid operation error and I know I'm making a simple mistake but I've tried everything...
=IF(AND(NOT(ISBLANK([Launch Date/Prod Release/Go Live)]4)), >=TODAY(-7)), 1)
IF the Launch Date/Prod Release/Go Live cell is not blank and the date in the cell is greater than or equal to the date 7 days ago, the Checkbox is True
I want to check the box if the Release Date happened 7 or more days ago..
I'm stuck so any help that can be provided would be appreciated!