Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do I re-code nominal data into numeric values

Hi, I have a lot of data from an electronic survey that needs coding into
numeric values and was wondering if there are any EXCEL formulas or macros or
something that are able to do this? The closest thing I've found is a Logic
function but i need more than the option of providing "true or false". For
example, one of my scales had five points ranging from never - always. I need
to be able to change never = 0, rarely = 1, sometimes = 2, mostly = 3, and
always = 4. It will take me days to re-code it all manually I need - HELP!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how do I re-code nominal data into numeric values

Source data assumed in A1 down, eg: sometimes
In B1:
=VLOOKUP(A1,{"never",0;"rarely",1;"sometimes",2;"m ostly",3;"always",4},2,0)
Copy down as far as required
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,100 Files:360 Subscribers:56
xdemechanik
---
"No time to waste, please help!" wrote:
Hi, I have a lot of data from an electronic survey that needs coding into
numeric values and was wondering if there are any EXCEL formulas or macros or
something that are able to do this? The closest thing I've found is a Logic
function but i need more than the option of providing "true or false". For
example, one of my scales had five points ranging from never - always. I need
to be able to change never = 0, rarely = 1, sometimes = 2, mostly = 3, and
always = 4. It will take me days to re-code it all manually I need - HELP!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do I re-code nominal data into numeric values

Thanks Max sooo much, very very much appreciated! The thought of having to do
all of it manually was too distressing! My hero! xx

"Max" wrote:

Source data assumed in A1 down, eg: sometimes
In B1:
=VLOOKUP(A1,{"never",0;"rarely",1;"sometimes",2;"m ostly",3;"always",4},2,0)
Copy down as far as required
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,100 Files:360 Subscribers:56
xdemechanik
---
"No time to waste, please help!" wrote:
Hi, I have a lot of data from an electronic survey that needs coding into
numeric values and was wondering if there are any EXCEL formulas or macros or
something that are able to do this? The closest thing I've found is a Logic
function but i need more than the option of providing "true or false". For
example, one of my scales had five points ranging from never - always. I need
to be able to change never = 0, rarely = 1, sometimes = 2, mostly = 3, and
always = 4. It will take me days to re-code it all manually I need - HELP!

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default how do I re-code nominal data into numeric values

Welcome, glad it helped.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:18,100 Files:360 Subscribers:56
xdemechanik
---
"No time to waste, please help!"
wrote in message
...
Thanks Max sooo much, very very much appreciated!
The thought of having to do all of it manually was too distressing!
My hero! xx



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
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row Sam via OfficeKB.com Excel Worksheet Functions 5 February 9th 08 03:07 AM
XIRR and NOMINAL formulas become #N/A when Open/Save As in Excel 2 WinC Excel Discussion (Misc queries) 2 July 27th 07 07:54 PM
Return Numeric Labels that have different Numeric Values Sam via OfficeKB.com Excel Worksheet Functions 8 December 3rd 06 02:06 AM
creating a graph from nominal (non-numeric) data in Excel? Chris Charts and Charting in Excel 1 October 1st 05 02:37 PM
Numeric code of spaces! Johan Excel Discussion (Misc queries) 1 March 6th 05 03:49 PM


All times are GMT +1. The time now is 01:13 PM.

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

About Us

"It's about Microsoft Excel"