+ Reply to Thread
Results 1 to 6 of 6

Converting scale descriptors to numbers

  1. #1
    Registered User
    Join Date
    02-04-2017
    Location
    Melbourne, Aus
    MS-Off Ver
    Office Mac 2016
    Posts
    2

    Converting scale descriptors to numbers

    Hi all,

    Sorry in advance if this is in the wrong place.

    I have some data from a 5-point Likert scale that unfortunately has been exported as text - and I would like to convert it to numbers.

    Column A has the descriptive text in it, and it'll be one of 5 options: very fresh, fresh, normal, tired, very tired. I would like to be able to convert the text to a number in column B. Very fresh = 5, fresh = 4, normal = 3, and so on.

    For example, A1 has the text "normal" in it. I would like a formula for cell B1 that can recognise the text in A1 and shows the corresponding number, so that B1 ends up reading "3".

    Thanks in advance for your help with my rather novice question!

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,461

    Re: Converting scale descriptors to numbers

    Try

    A table as below in X2:Y6 (or wherever)

    Very fresh 1
    Fresh 2
    Normal 3
    Tired 4
    Very tired 5

    in B1 ...

    =VLOOKUP($A1,$X$2:$Y$6,2,0)

    will return number corresponding to text in A1

    BUT the Likert strings are "embedded" in a test string .." this is a fresh idea" ???
    Last edited by JohnTopley; 02-04-2017 at 09:42 AM.

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Converting scale descriptors to numbers

    in "B1"
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by avk; 02-04-2017 at 08:18 AM. Reason: Posting Problem


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  4. #4
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Converting scale descriptors to numbers

    in "B1"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Converting scale descriptors to numbers

    One way...

    =IFERROR(MATCH(A1,{"Very Tired","Tired","Normal","Fresh","Very Fresh"},0),"")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Registered User
    Join Date
    02-04-2017
    Location
    Melbourne, Aus
    MS-Off Ver
    Office Mac 2016
    Posts
    2

    Re: Converting scale descriptors to numbers

    Thanks so much everyone - solved!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] How to count number of unique descriptors
    By kophanz in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-21-2016, 10:06 PM
  2. counting rows between specified descriptors
    By dralyagmas in forum Excel General
    Replies: 18
    Last Post: 07-12-2012, 09:25 AM
  3. Numbers on a Log scale graph.....
    By chrisbrez2002 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-28-2009, 11:57 AM
  4. Converting the scale of values on a scattergram
    By Eric Lurie in forum Excel General
    Replies: 1
    Last Post: 07-24-2007, 04:19 AM
  5. Setting round numbers for the scale
    By Mangesh Yadav in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 09-10-2005, 01:05 AM
  6. [SOLVED] How to break scale when numbers are wide range?
    By Rachel in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 07-13-2005, 02:05 PM
  7. [SOLVED] Converting rows to columns on a large scale
    By Bootsy in forum Excel General
    Replies: 0
    Last Post: 02-23-2005, 01:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1