ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Validation List to fill adjacent cell with IF? (https://www.excelbanter.com/excel-discussion-misc-queries/180006-validation-list-fill-adjacent-cell-if.html)

braeden13

Validation List to fill adjacent cell with IF?
 
I am trying to set up a drop down list (list is set up ok) that has the
months of the year in it to correspond with a number for the month using IF,
but it doesn't seem to work. Here is the formula I was trying in cell A2:

IF(A1="January",(1))*IF(A1="February",(2))...etc.

The value in A2 comes back as 0 or #NAME. Obviously this is not the way to
set this up, but I am unsure how to make it work. Is there somewhere I can
look this up or does someone have a formula to use? I use Excel 2002 and
2003.

Bob Phillips

Validation List to fill adjacent cell with IF?
 
How about

=MONTH(DATEVALUE("01-"&A1&"-2000"))

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"braeden13" wrote in message
...
I am trying to set up a drop down list (list is set up ok) that has the
months of the year in it to correspond with a number for the month using
IF,
but it doesn't seem to work. Here is the formula I was trying in cell A2:

IF(A1="January",(1))*IF(A1="February",(2))...etc.

The value in A2 comes back as 0 or #NAME. Obviously this is not the way
to
set this up, but I am unsure how to make it work. Is there somewhere I
can
look this up or does someone have a formula to use? I use Excel 2002 and
2003.




Teethless mama

Validation List to fill adjacent cell with IF?
 
=MONTH(A1&" 1")


"braeden13" wrote:

I am trying to set up a drop down list (list is set up ok) that has the
months of the year in it to correspond with a number for the month using IF,
but it doesn't seem to work. Here is the formula I was trying in cell A2:

IF(A1="January",(1))*IF(A1="February",(2))...etc.

The value in A2 comes back as 0 or #NAME. Obviously this is not the way to
set this up, but I am unsure how to make it work. Is there somewhere I can
look this up or does someone have a formula to use? I use Excel 2002 and
2003.



All times are GMT +1. The time now is 03:59 AM.

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