I am working with 3 columns; "Proposal Submission Date", "Project Awarded", and a checkbox indicating "No Response from GC."
Can I write a formula which will check a box after looking at my submission date first to determine if it is 6 months old or older, then looking at the "Project Awarded" column and determine if there is information in that cell?
I have been trying to use the IF function but with no luck. #UNPARSEABLE.
This is what I am using in the checkbox column : =IF((Project Awarded@row=" "), (Proposal Submission Date@row < TODAY(-180), 1, 0))