Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2004

Tip: Looking for answers? Try searching our database.

Text and numbers

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Pepper Sue - 19 Oct 2004 17:27 GMT
I'm  working on a job applicant scoring system.  I would like for any text
that I type to represent a number value that I choose, so that I can score
applicants.
Peo Sjoblom - 19 Oct 2004 18:15 GMT
Create a vlookup table

a    5
b    4
c    3
d    2
e    1

assume the range is

Sheet2!$A$2:$B$6

then use a formula like

=VLOOKUP(A2,Sheet2!$A$2:$B$6,2,0)

where A2 would be a cell where you type for instance
"c" which will return the score 3

Regards,

Peo Sjoblom

> I'm  working on a job applicant scoring system.  I would like for any text
> that I type to represent a number value that I choose, so that I can score
> applicants.
Gord Dibben - 19 Oct 2004 20:51 GMT
Sue

From Peo Sjoblom....
=IF(A1="","",VLOOKUP(A1,{0,"F";0.6,"D";0.7,"C";0.8,"B";0.9,"A"},2))

From Jason Morin......
=LOOKUP(A1*100,{0,60,70,80,90},{"F","D","C","B","A"})

Adjust ranges of numbers to letters to suit.

Gord Dibben Excel MVP

>I'm  working on a job applicant scoring system.  I would like for any text
>that I type to represent a number value that I choose, so that I can score
>applicants.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.