Giving a list of 4 words in a single drop down tab a numerical value for each word.

lchalk

New Member
Joined
Jan 23, 2014
Messages
6
Hi,

I am new to this forum so I'm sorry if I have made any mistakes in my post. I am looking to give a list of 4 words which are within a drop down tab all separate numerical values. If you could shed some light on this. I have tried to use the following formula and it won't work:

=IF(ISNUMBER(SEARCH("good",C4)),"1",IF(ISNUMBER(SEARCH("moderate",C4)),"2", IF(ISNUMBER(SEARCH(''awkward'',C4)),''3'',IF(ISNUMBER(SEARCH(''N/A'',C4)),''4'',))))

Thanks in advance for any help on this.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
lchalk,

Welcome to MrExcel.

Does something like this help?


Excel 2007
BC
1This?
2Good1
3Moderate3
4Awkward2
5N/A4
Sheet1
Cell Formulas
RangeFormula
C2=SEARCH(LEFT(B2,1),"GAMN")
 
Upvote 0
lchalk,

Welcome to MrExcel.

Does something like this help?

Excel 2007
BC
1This?
2Good1
3Moderate3
4Awkward2
5N/A4

<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
C2=SEARCH(LEFT(B2,1),"GAMN")

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
Thanks, this is what I needed.
 
Upvote 0

Forum statistics

Threads
1,214,835
Messages
6,121,880
Members
449,057
Latest member
Moo4247

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top