I'm trying to capture a date from a cell to another cell only if the current cell is blank
Here is what I have so far:
=IF(ISBLANK([Proposed PROD Release Date]@row), "", IF(ISDATE([Proposed PROD Release Date]@row), [Proposed PROD Release Date]@row))
This formula is in [New date] cell but I only want this to occur if new date cell is not a date.
Any help would be great.