Converting month number from full date cell into text month in Excel
问题 So I have a pretty long column with name dates and hours, like this: 14/01/2017 03:30 (They are DD/MM/YYYY HH:MM) I need to get the month number and show it as text, like January, February, and so on. If I format the destination cell as 'MMM' all the column cells show January even if the given month is 2, 3, or let's say 12. I also tried the formula =TEXT(L2,"mmmm") (since the given info come from column F. Any ideas? 回答1: sounds like your date and time are stored as text and not in excels