Forum Discussion
busymamabee
Aug 13, 2022Copper Contributor
Updating Cell Value Automatically Based on Multiple Cell's Date
Hello! I am attempting something that I'm not quite sure is possible. The goal would be for the cell in D7 to update automatically based on the the information in cells E7, F7, and G7. Ideally, woul...
- Aug 15, 2022
HansVogelaar
Aug 13, 2022MVP
busymamabee
Aug 15, 2022Copper Contributor
Thank you! Is there a way to expand the formula so that it only kicks into gear after the date listed in C8?
I tried =If(TODAY()>DATEVALUE(C8)(OR(E8:G8=""),"Incomplete","Complete") but it's coming back with an error.
I tried =If(TODAY()>DATEVALUE(C8)(OR(E8:G8=""),"Incomplete","Complete") but it's coming back with an error.
- HansVogelaarAug 15, 2022MVP
- busymamabeeAug 15, 2022Copper Contributor
It seems like this is freezing the result to "Complete" now regardless of the date or if the other cells have anything populated or not.
The formula I have written is:
=IF(AND(TODAY()>C8,OR(E8:G8="")), "Incomplete","Complete")
- HansVogelaarAug 15, 2022MVP