A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
With 3/1/23 in B1:
=MONTH(B1) will return 3
=TEXT(B1,"mmm") will return Mar
=TEXT(B1,"mmmm") will return March
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
my date format in cell B1 is m/dd/yy, i would like cell j5 to contain either the numeric for m OR the text for m. example 3/1/23 in B1 and cell j1 should contain m or 3.How can I do that?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
With 3/1/23 in B1:
=MONTH(B1) will return 3
=TEXT(B1,"mmm") will return Mar
=TEXT(B1,"mmmm") will return March