I have a formula in cell F29 that says:
=IF(EntryData!A29<>"",EntryData!A29,""
It works fine, but I didn't realize that on the FALSE segment that it was literally setting the cell to a _value_ of "". I had intended for the cell to be considered literally empty so that an isempty() on the cell would result in true.
I can't find how to forcably set a cell to be empty in value, yet have a formula determine its own contents.
=IF(EntryData!A29<>"",EntryData!A29,""

It works fine, but I didn't realize that on the FALSE segment that it was literally setting the cell to a _value_ of "". I had intended for the cell to be considered literally empty so that an isempty() on the cell would result in true.
I can't find how to forcably set a cell to be empty in value, yet have a formula determine its own contents.