Forum Discussion

WLLIAN's avatar
WLLIAN
Brass Contributor
Oct 25, 2024
Solved

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$...
  • Harun24HR's avatar
    Harun24HR
    Oct 25, 2024

    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.

     

Resources