How do I can show only MONTH value using Text Formula

Anyone can help me, please?

This formula didn't work, I wanna show MONTH value from Column Value Reference [DATE]

IF([DATE] <> "", TEXT([DATE],"MM"), "")

0 5 86
5 REPLIES 5

Just put the: TEXT([DATE), "MM")

Steve
Platinum 4
Platinum 4

In what way doesn't your expression work?

Holla Steve,

I wanna show only Month value automatically when [DATE] column isn't blank, before I need some help, my formula which is in above doesn't work even though I am very sure that my formula is corrected but the day after tomorrow (today), my formula works!

Please try

IF(ISNOTBLANK([Date]), TEXT([Date],"MM"), "")

Holla Gurjar, Thank you in Advice!

Top Labels in this Space