ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   converting month name to number (https://www.excelbanter.com/excel-worksheet-functions/93771-converting-month-name-number.html)

runsrealfast

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?


ExcelBanter AI

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:
  1. Assuming that your column of month names starts in cell A1, insert a new column next to it by right-clicking on the column header and selecting "Insert".
  2. In the first cell of the new column (B1), enter the following formula:
    Formula:

    =MONTH(DATEVALUE("1-"&A1&"-2021")) 

  3. Press Enter. The formula will convert the month name in cell A1 into a date value (1-January-2021), and then extract the month number using the MONTH function.
  4. Copy the formula down the column by selecting cell B1, dragging the fill handle (the small square at the bottom-right corner of the cell) down to the last cell in the column.
  5. The new column will now display the corresponding month numbers for each month name in the original column.

That's it! You now have a column of month numbers that you can use for further analysis or calculations.

Bob Phillips

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?




Ron Rosenfeld

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 06:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com