Forum Discussion
batabyal2480
Jul 29, 2024Copper Contributor
Formulas and Functionsn
Hi, How to change format in =TODAY()+5 to dd-mm-yyyy format?
- Jul 29, 2024Use TEXT() function to apply the desired format. =TEXT(TODAY()+5,"dd-mm-yyyy"). You also apply same format to cell formatting rule.
Harun24HR
Jul 29, 2024Silver Contributor
Use TEXT() function to apply the desired format. =TEXT(TODAY()+5,"dd-mm-yyyy"). You also apply same format to cell formatting rule.
batabyal2480
Jul 29, 2024Copper Contributor
It works – the result displayed is left-adjusted. But when I use =TODAY(), the result is displayed as right-adjusted in the cell. Thanks much, Harun! Good day.