I’m trying to show all dates except for 01/01/1900. In excel, how do I first check for 01/01/1900 and then replace only that date with empty string or “”, but leave any other dates alone? I also need to keep the format set to small date format of mm/dd/yyyy.
I tried to use replace, if, date, datevalue commands without successs.
Create a new column next to your column with dates, and use this formula for every cell (A1 here refers to the source cell):
Then format your new column as a date.