Hi
Is there a formula where you can convert a text date field to a date field (mmm-yyy)
I have the following formula but it is still a text field and when i do an IF statement its not treating the output as a text.
=TEXT([@[Due Date]], "mmm") & "-" & TEXT([@[Due Date]], "yyyy")
Is there a formula where you can convert a text date field to a date field (mmm-yyy)
I have the following formula but it is still a text field and when i do an IF statement its not treating the output as a text.
=TEXT([@[Due Date]], "mmm") & "-" & TEXT([@[Due Date]], "yyyy")