My cell O6 has 4 values, strong, high, moderate and weak. I enter strong in O6 I can get cell p6 to show 12 (using the formula below) and I can get the others to work by themselves but not together.
I would like to have one formula in cell p6 to enter the value (12, 9, 6 or 0) of the word, selected from O6 which I have a drop down menu for the 4 choices
=IF(ISNUMBER(SEARCH("strong",O6)),"12","")
=IF(ISNUMBER(SEARCH("high",O6)),"9","")
=IF(ISNUMBER(SEARCH("moderate",O6)),"6","")
=IF(ISNUMBER(SEARCH("weak",O6)),"0","")
Rick
I would like to have one formula in cell p6 to enter the value (12, 9, 6 or 0) of the word, selected from O6 which I have a drop down menu for the 4 choices
=IF(ISNUMBER(SEARCH("strong",O6)),"12","")
=IF(ISNUMBER(SEARCH("high",O6)),"9","")
=IF(ISNUMBER(SEARCH("moderate",O6)),"6","")
=IF(ISNUMBER(SEARCH("weak",O6)),"0","")
Rick
