Hello all.
I have a bit of an issue, I wrote a formula to enter todays date after a checkbox has been checked in a cell. This works great, however if I uncheck the box the date disappears.
I need the formula driven date cell to lock or hardcode the date after the formula has run once, automatically.
Current formula:
=IF(Delivered@row = true, TODAY(), "")
Someone accidentally unchecked a bunch of cells and now my dates are lost.
Thank you