#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brian
 
Posts: n/a
Default Text to value

Hello all. I want to relate text to a numerical value. For example the word
"Car" is equal to 4 points, the word "Phone" is equal to 2 points, the word
"Talk" is equal to 5 points and so on at one time then add and give me a
total of points. Is this to complex for Excel, if not what is a possible
function? Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chip Pearson
 
Posts: n/a
Default Text to value

Brian,

The easiest way would be to use a VLOOKUP function. Create a
table in some unused cells, say Y1:Z10, listing the words in one
column and the respective values in the second column. Then, use
the following formula:

=VLOOKUP(A1,Y1:Z10,2,FALSE)

See help for VLOOKUP for more info.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Brian" wrote in message
...
Hello all. I want to relate text to a numerical value. For
example the word
"Car" is equal to 4 points, the word "Phone" is equal to 2
points, the word
"Talk" is equal to 5 points and so on at one time then add and
give me a
total of points. Is this to complex for Excel, if not what is a
possible
function? Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Brian
 
Posts: n/a
Default Text to value

I think I'm confused. I have a table already set up. I want to find the word
"robbery" and relate that this is 4 points then continue adding points for
other particular words until finished. All my data is in a merged cell in
list format. I want to find the words, then add there related values, then
place the result in a predetermined field in my spreadsheet. Any solutions?

"Chip Pearson" wrote:

Brian,

The easiest way would be to use a VLOOKUP function. Create a
table in some unused cells, say Y1:Z10, listing the words in one
column and the respective values in the second column. Then, use
the following formula:

=VLOOKUP(A1,Y1:Z10,2,FALSE)

See help for VLOOKUP for more info.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Brian" wrote in message
...
Hello all. I want to relate text to a numerical value. For
example the word
"Car" is equal to 4 points, the word "Phone" is equal to 2
points, the word
"Talk" is equal to 5 points and so on at one time then add and
give me a
total of points. Is this to complex for Excel, if not what is a
possible
function? Thanks




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Concatenate function to generate text in Text Box Mary S. Charts and Charting in Excel 1 December 14th 05 08:55 PM
Text shown up in other cells everytime a text is entered in 1 cell bioyyy Excel Discussion (Misc queries) 1 August 26th 05 05:26 PM
Finding Specific Text in a Text String Peter Gundrum Excel Worksheet Functions 9 April 10th 05 07:21 PM
SUMPRODUCT vs Text??? Ken Excel Worksheet Functions 2 April 9th 05 07:21 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM


All times are GMT +1. The time now is 06:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"