Forum Discussion

Oliullah_Siddique's avatar
Oliullah_Siddique
Brass Contributor
Feb 23, 2026
Solved

Excel Formula

Greetings! In cell A1, I have used the formula =TODAY for date. But when I used the following formula, ="Date:"&" "&TODAY it becomes like A3 cell. I need the result as like as in cell A5. Please ...
  • m_tarler's avatar
    Feb 24, 2026

    you need to convert the Date VALUE to a text format:

    ="Date: " & TEXT(TODAY(), "dd-mmm-yy")