+ Reply to Thread
Results 1 to 15 of 15

Likert-scale

  1. #1
    Registered User
    Join Date
    01-22-2005
    Posts
    7

    Likert-scale

    Hello everyone,

    I have a problem that I couldnt figure out.


    For example, the values (5- Likert scale) I have in the first column:

    strongly agree
    agree
    undecided
    disagree
    strongly disagree
    disagree
    disagree
    agree
    undecided
    agree
    .
    .
    .
    .
    .
    etc.


    And each value has a rep. number.

    strongly agree=1
    agree=2
    undecided=3
    disagree=4
    strongly disagree=5

    What I want to do is, for example

    if the first cell is "agree", in the next colum it should be seen as "2";

    in the second cell, if the value is "strongly disagree", it should be "5".

    Is there a formula to do this? I really appreciate any help.

    Molly.

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    set up a table like this somewhere - maybe on sheet 2 cells a1:b5

    strongly agree 1
    agree 2
    undecided 3
    disagree 4
    strongly disagree 5

    assuming your orginal column of responses is column a (starting in a1)
    in cell b1 put the following

    =vlookup(a1, sheet2!$a$1:$b$5,2,false)

    and copy down column b
    not a professional, just trying to assist.....

  3. #3
    Registered User
    Join Date
    01-22-2005
    Posts
    7
    It still does't work, probably iam still doing something wrong.

    Thanks for your reply tho.

  4. #4
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    it should work fine....note there are no spaces in the vlookup function....what error are you getting?

  5. #5
    Registered User
    Join Date
    01-22-2005
    Posts
    7
    i took a snapshot, maybe you can see better what I am doing wrong

    thanks
    Last edited by molly78; 01-22-2005 at 08:06 PM.

  6. #6
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    I am sorry but I won't open an unknown file...if you can describe how your sheet is laid out - you can copy formulas out of excel and past to this forum.

  7. #7
    Registered User
    Join Date
    01-22-2005
    Posts
    7
    Oh sorry.

    Well, like you suggested, I opened sheet 2.
    I put the data from A1 to A5

    strongly agree
    agree
    undecided
    disagree
    strongly disagree

    B1 to B5

    1
    2
    3
    4
    5


    I clicked on B1 cell

    Copy/pasted =vlookup(a1, sheet2!$a$1:$b$5,2,false) into B1

    hit the enter, then it gives notice saying that The formula you typed contains an error.

  8. #8
    Forum Contributor
    Join Date
    01-11-2004
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    388
    Hi!

    Nothing wrong with the formula.

    Which B1 did you put the formula in? It needs to be on sheet1.

    Alf

  9. #9
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    =vlookup(a1,sheet2!$a$1:$b$5,2,false)

    note I removed a space

    I am also assuming this formula is placed on some sheet other than sheet2

  10. #10
    Registered User
    Join Date
    01-22-2005
    Posts
    7
    in sheet 1, I have the data of the respondents (A1 to A50)


    Sheet 1


    A B
    1 strongly agree =vlookup(a1,sheet2!$a$1:$b$5,2,false)
    2 undecided
    3 agree
    4 disagree
    5 agree
    6 strongly agree
    .
    .
    .
    .
    50




    when I enter the formula, it says formula contains en error (still)
    ---------------------------------


    Sheet 2


    A B

    1 Strongly agree 1
    2 Agree 2
    3 Undecided 3
    4 Disagree 4
    5 Strongly disagree 5



    Edit: now I look what I posted, the text looks a bit weird. I tried to make what I see on excel.

  11. #11
    Forum Contributor
    Join Date
    01-11-2004
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    388
    Hi!

    Swap your columns A and B on sheet 1.

    (If you look back, that's the way Duane suggested it eons ago...)

    Alf

  12. #12
    Registered User
    Join Date
    01-22-2005
    Posts
    7
    I am sorry ... it still doesnt work

    Maybe one of you can take a screenshot and send it to me.
    if it is possible that is.

    Sorry for the headache I am giving.

  13. #13
    Forum Contributor
    Join Date
    01-11-2004
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    388
    Hi!

    Send me a snippet to adsort-forum@yahoo.co.uk.

    Alf

  14. #14
    Registered User
    Join Date
    01-22-2005
    Posts
    7
    Sent.

    Thanks for your help again.

  15. #15
    Registered User
    Join Date
    08-11-2014
    Location
    Bangalore
    MS-Off Ver
    2013
    Posts
    1

    Re: Likert-scale

    I had a similar issue , then i improvised the a bar chart to look like a likert scale
    download.png
    here is step by step guide link

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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