If you're looking for a formula, you can write an if statement that checks to see if the cell is empty. For example:
If(A1="","Null",A1)
If this is a one-time need and you don't have a user that needs to reuse the formula, Saurabh's solution is a better choice. Using a formula means you have to use another column (although you can do a copy, paste special values over the original data to replace it with the formula results and then delete the formulas).
Main Topics
Browse All Topics





by: saurabh726Posted on 2009-11-05 at 09:24:28ID: 25751757
Select your data, Then follow these steps..
Alternatively you can do this as well.
This will do what you are looking for...
Saurabh...