I am attempting to have my smartsheet check a box if one cell is marked as 23 and todays date is within a date range. I have attempted the formula below but continue to get an Incorrect Argument error
=IF(COUNTIFS(FY@row, "23"), COUNTIFS(TODAY(0), >=DATE(2023, 4, 25), TODAY(0), <DATE(2023, 6, 30)), 1, 0)
Does anybody know how to do this?