+ Reply to Thread
Results 1 to 12 of 12

Responses-classification

  1. #1
    Registered User
    Join Date
    08-26-2009
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    17

    Responses-classification

    I am administering a questionnaires on about 200 respondents; the questionnaire consists of about 40 questions. The questions elicit each respondent's views on a 7- to- 1 scale, besides respondent's demographic data. How can I classify them based on the respondent's responses after after entering them in an excel worksheet?

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Responses-classification

    It will be easier to offer suggestions if you could either upload a sample workbook showing the data categories or provide more information on the type of data and what expectations/conclusions you are working toward. It is likely you will want/need multiple classifications to understand the data from different perspectives.

  3. #3
    Registered User
    Join Date
    08-26-2009
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Responses-classification

    I have attached a sample data file. Please have a look and advise how I can classify the data.
    Attached Files Attached Files

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Responses-classification

    Explain "classify the data". If your sample data sheet included another sheet with your desired "results" then we would be able to help you formulate that much easier.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  5. #5
    Registered User
    Join Date
    08-26-2009
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Responses-classification

    I have attached a blank table of what have to classified. Please help.
    Attached Files Attached Files

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Responses-classification

    The top section is all COUNTIF() formulas.

    B2:
    =COUNTIF([Datafile.xls]Sheet1!$A:$A,LEFT(A2,3)&"*")
    (copy down 1 row)
    (this formula is weird because your text strings don't actually match fully between the two sheets, so I'm just using the first 3 letters)

    B6:
    =COUNTIF([Datafile.xls]Sheet1!$D:$D,LEFT(A6,3)&"*")
    (copy down 3 rows)

    A12 = 2 (custom number format #" yrs")
    A13 = 3 (custom number format #" yrs")
    A14 = 4 (custom number format #" yrs")
    A15 = 5 (custom number format #"+ yrs")

    B12:
    =COUNTIF([Datafile.xls]Sheet1!$E:$E,A12)
    (copy down 2 rows)
    B15:
    =COUNTIF([Datafile.xls]Sheet1!$E:$E,">="&A15)

    C18:
    =SUMPRODUCT(--([Datafile.xls]Sheet1!$A$3:$A$13=C$17),--([Datafile.xls]Sheet1!$D$3:$D$13=$B18))
    (copy down and over to fill chart.

    F21:
    =SUM(C18:D21)

    The sample file is obviously connected to the Datafile.xls sheet, so you'll have to locate it and point to it when you open the sheet.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    08-26-2009
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Responses-classification

    Thanks for your post, JBeaucaire. After practicing on it, I will get back to you for help. Thanks a billion.

  8. #8
    Registered User
    Join Date
    08-26-2009
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Responses-classification

    Can we do the same by use of 'filter'?

  9. #9
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Responses-classification

    No idea what you mean.

  10. #10
    Registered User
    Join Date
    08-26-2009
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Responses-classification

    I do not understand how to use countif if I have to find the items that fall between certain criteria like: 3 to 5 years.

  11. #11
    Registered User
    Join Date
    08-26-2009
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Responses-classification

    C18:
    =SUMPRODUCT(--([Datafile.xls]Sheet1!$A$3:$A$13=C$17),--([Datafile.xls]Sheet1!$D$3:$D$13=$B18))

    In the above formula, I don't understand the sign, "--"? How to typewrite it and what does it mean?
    Last edited by Dr.Appalayya; 11-06-2009 at 02:46 AM.

  12. #12
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Responses-classification


+ 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