If cell is blank, make it 0.
Hello all.
I have a sheet with numerous cost fields. When a user enters a new row, I would like these cost fields to be set to 0 if the user leaves them blank. For example, I have a column called Overhead Cost. If the user fills in every cell in the row but leaves Overhead Cost blank, I would like that cell to automatically show 0.
I've tried using the following formula, but it just returns "Circular Reference".
=IF(ISBLANK([Overhead Cost]@row), 0)
For the record, if the cell is NOT blank, I just want to leave it alone. Whatever value the user entered should remain as is.
Any assistance in getting this formula to work properly would be appreciated.
Thank you!