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

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
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,215,734
Messages
6,126,542
Members
449,316
Latest member
sravya

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