![]() |
converting month name to number
would like to convert a column that holds the name of a month
(January, February, etc) into a number (1, 2). Is there an easy way to do this, you can't do enough if statemnts to do that. any suggestions? |
Answer: converting month name to number
Converting Month Names to Numbers in Excel
To convert a column of month names into their corresponding numbers in Microsoft Excel, you can use the MONTH function. Here are the steps to follow:
That's it! You now have a column of month numbers that you can use for further analysis or calculations. |
converting month name to number
Responded in excel.misc.
=MONTH(DATEVALUE("01-"&A21)) -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "runsrealfast" wrote in message ups.com... would like to convert a column that holds the name of a month (January, February, etc) into a number (1, 2). Is there an easy way to do this, you can't do enough if statemnts to do that. any suggestions? |
converting month name to number
On 13 Jun 2006 10:26:03 -0700, "runsrealfast" wrote:
would like to convert a column that holds the name of a month (January, February, etc) into a number (1, 2). Is there an easy way to do this, you can't do enough if statemnts to do that. any suggestions? Here's one way: =TEXT(DATEVALUE("1 " &A1&" 2000"),"m") --ron |
All times are GMT +1. The time now is 04:49 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com