+ Reply to Thread
Results 1 to 3 of 3

How do I create a rating system?

  1. #1
    Registered User
    Join Date
    10-01-2015
    Location
    Manchester,
    MS-Off Ver
    2010
    Posts
    2

    Question How do I create a rating system?

    What I want to do is create a rating system that has a running average, that updates every time I put a new rating in a designated cell.

    For example, cell A2 would be my average rating, and A1 would be the designated rating cell for new entries.

    So that I could enter a new number into A1, press return, and then A2 would be updated with the new average rating.

    The A1 cell would then clear ready for a new entry.


    Is this possible, if so, could anyone help with the solution?

    It would be greatly appreciated.


    Thanks,

    Jeky.
    Last edited by JekyDC; 10-01-2015 at 07:45 AM.

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,944

    Re: How do I create a rating system?

    You need to store the values somewhere. To do that

    1) Copy the code below
    2) Right-Click the sheet tab of interest.
    3) Select "View Code"
    4) Paste the code into the window that appears.
    5) Save the file as a macro-enabled .xlsm file.
    6) Make changes as needed - I used column Z to store the values

    Then in cell A2, use the formula

    =AVERAGE(Z:Z)

    If you use a different column, change the Z:Z in the formula and the "Z" in the code.


    Please Login or Register  to view this content.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    10-01-2015
    Location
    Manchester,
    MS-Off Ver
    2010
    Posts
    2

    Re: How do I create a rating system?

    You're a hero Bernie.

    This worked perfectly.

    Thank you!

    Jeky.

+ 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] Rating system
    By Mavi28 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-05-2015, 10:25 PM
  2. ELO Rating system
    By Melis K. in forum Excel General
    Replies: 3
    Last Post: 11-23-2013, 01:06 PM
  3. Weekly Rating System
    By swltony in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-14-2012, 01:00 PM
  4. Rating system build
    By adamwestrop in forum Excel General
    Replies: 10
    Last Post: 08-16-2011, 03:05 PM
  5. Building a rating system
    By adamwestrop in forum Excel General
    Replies: 2
    Last Post: 08-16-2011, 03:59 AM
  6. Rating system
    By TTL in forum Excel General
    Replies: 1
    Last Post: 07-10-2007, 12:17 AM
  7. help with my rating system
    By sarina1113 in forum Excel General
    Replies: 3
    Last Post: 10-05-2006, 05:55 PM

Tags for this Thread

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