Forum Discussion

batabyal2480's avatar
batabyal2480
Copper Contributor
Jul 29, 2024
Solved

Formulas and Functionsn

Hi, How to change format in  =TODAY()+5 to dd-mm-yyyy format?
  • Harun24HR's avatar
    Jul 29, 2024
    Use TEXT() function to apply the desired format. =TEXT(TODAY()+5,"dd-mm-yyyy"). You also apply same format to cell formatting rule.