Results 1 to 2 of 2
  1. #1
    snubee is offline Novice
    Windows 10 Access 2007
    Join Date
    Jun 2020
    Posts
    1

    Question Converting Likerrt Scale to Values and Calculating Average

    I'm working on a database after not having done anything in Access for over five years so I've forgotten most everything.

    I have a survey that uses a likert scale of Strongly Agree, Agree, Neither Agree, Disagree, and Strongly Disagree. I want to convert these to numerical values 1-4. Then I want to calculate the average score for the whole survey in the report.



    How do I convert these to numerical values in a report? I researched how to average and it is telling me to go to the Design tab and the Grouping and Totals group, but when I go to the Design Tab in Layout I do not see a Grouping and Totals option anywhere.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,894
    Options:

    1. lookup table with the numeric values, include table in query - really should have been saving the numeric values to begin with then convert to descriptors

    2. calculate with expression in query: Switch([fieldname]="Strongly Agree", 1, [fieldname]="Agree", 2, [fieldname]="Neither Agree Nor Disagree", 3, [fieldname]="Strongly Disagree", 4)

    then use field with Avg() function in textbox on report



    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Calculating Average Time in the footer
    By Rickstar321 in forum Reports
    Replies: 2
    Last Post: 01-09-2020, 04:15 AM
  2. Calculating an average from checkboxes?
    By Twitchie in forum Reports
    Replies: 2
    Last Post: 03-06-2014, 01:02 PM
  3. Calculating a weighted average
    By lugnutmonkey in forum Queries
    Replies: 2
    Last Post: 01-29-2013, 04:49 PM
  4. any idea on calculating average?
    By sk88 in forum Access
    Replies: 3
    Last Post: 08-30-2011, 11:32 PM
  5. Calculating average in table
    By prv in forum Database Design
    Replies: 1
    Last Post: 12-14-2010, 01:35 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums