I need a formula that will automatically fill in the value 'closed' for each blank cell in a single column.
This formula should not edit any cell that already has a value in there.
CodePudding user response:
You don't need a formula, you need a pretty Excel-trick:
- Select all cells in the mentioned column.
- Press Ctrl G, "Special", "Blanks":
- Press "Ok"
- Click in the formula bar and type "Closed"
- Press Ctrl ENTER (not simply "ENTER")
- Look amazed :-)
CodePudding user response:
I managed to answer my own question by simply using the 'replace' tool for under 'Find & Select' option. see screenshot.