Re: Converting Text To Numbers
From: Gord Dibben (gorddibbATshawDOTca)
Date: 08/25/04
- Next message: Alex: "Re: How to insert logo inside AutoShape oval"
- Previous message: Rodney POWELL: "Follow-Up: Value is 0 like it to be blank"
- In reply to: Justin: "Re: Converting Text To Numbers"
- Next in thread: Rodney POWELL: "Follow-Up: Converting Text To Numbers"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 12:32:15 -0700
Justin
One more to consider.
=LOOKUP(A1,{"average";"excellent";"good";"N/A";"no";"poor";"yes"},{40;70;60;10;50;20;30})
NOTE: the values to lookup in the array must be in ascending order.
i.e. a-z in first half of array. Second half of array can be any order.
Gord Dibben Excel MVP
On Wed, 25 Aug 2004 08:49:05 -0700, "Justin"
<anonymous@discussions.microsoft.com> wrote:
>Thanks for all of your suggestions, you've made it sound
>too easy.
>
>I'll try each option and stick with the best.
>
>Thanks all!
>
>>-----Original Message-----
>>Hi
>>
>>One way:
>>Cell A1: Good
>>Cell A2: Bad
>>Cell A3: Ugly
>>
>>Cell C1: Bad
>>Cell D1: =MATCH(C1,$A$1:$A$3,0)
>>
>>HTH. Best wishes Harald
>>
>>"Justin" <anonymous@discussions.microsoft.com> skrev i
>melding
>>news:cdfe01c48ab4$f2bc7580$a501280a@phx.gbl...
>>> Hi
>>>
>>> I hope someone can help me with this one.
>>>
>>> I'm in the process of creating a spreadsheet which will
>be
>>> used to give pupils an overal score on specific
>projects.
>>>
>>> For example, the spreadsheet will have around 30
>questions
>>> to which I can select Yes - No - N/A, or Poor, Average,
>>> Good, Excellent. The problem I need assistance with, is
>>> how do I convert the selected answer (Poor, Average,
>Good
>>> etc) to a numerical score?
>>>
>>> Any help or advice will be greatly appreciated.
>>>
>>> Oh, and no, I'm not teaching IT!
>>
>>
>>.
>>
- Next message: Alex: "Re: How to insert logo inside AutoShape oval"
- Previous message: Rodney POWELL: "Follow-Up: Value is 0 like it to be blank"
- In reply to: Justin: "Re: Converting Text To Numbers"
- Next in thread: Rodney POWELL: "Follow-Up: Converting Text To Numbers"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|