Forum Discussion
FILTER - HOW NOT SHOW 00/01/1900
THERE IS A WAY TO NOT SHOW 00/01/1900?
ON DATABASE IS BLANK, BUT WHEN I FILTER SHOW THAT DATE.
I WISH SHOW BLANK.
HERE IS THE FORMULA:
=SE(B1="";"";CLASSIFICAR(FILTRO(B2:E40000;ÉNÚM(LOCALIZAR($B$1;B2:B40000))=VERDADEIRO;"");3;1))
EXCEL 365
WINDOWS
SYSTEM 64
WLLIAN Then you have to use custom number format. Use below custom cell format.
mm/dd/yyyy;;
mm/dd/yyyy will apply desired date format to cell having date values greater than 0 means 01/01/1900 and ;; is place holder. After place holder empty means, will hide 0 date values. See your attached file.
5 Replies
- Harun24HRBronze Contributor
WLLIAN Then you have to use custom number format. Use below custom cell format.
mm/dd/yyyy;;
mm/dd/yyyy will apply desired date format to cell having date values greater than 0 means 01/01/1900 and ;; is place holder. After place holder empty means, will hide 0 date values. See your attached file.