View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Gmspences10@googlemail.com is offline
external usenet poster
 
Posts: 7
Default Convert Text into Numbers

On 22 Dec, 09:39, "Rick Rothstein \(MVP - VB\)"
wrote:
Are you talking about physically replacing the word "Positive" with the
number 4 within the same cell (same for your other substitutions)? If so,
you will need a macro to do that. You would want to use the Worksheet Change
event and use the Replace function to perform the actual substitutions.
There are a few ways to handle the replacement lists... kind of depends on
how many replacements we are talking about... 5 or 500. If this is the way
you need to go, post back with more details about what you need to do.

Rick

wrote in message

...



I've got office 2007 suite. I have some data on excel and it is in
currently, text format. I want to be able to convert the text into
number. An example (not that you don't already know what I am talking
about), I want to be able to convert the word "Positive" to 4 or
"Disagree" to 5.


If anyone has any reference of doing that, I would appreciate it.- Hide quoted text -


- Show quoted text -


Hi,

Why not just use Excel's find and replace function?

You can specify the column you wish to search for "Positive" or
"Disagree" then Ctrl + F in the find criteria "Find what:" "Positive"
then "Replace with:" "4"