How do I create a rating system?

JekyDC

New Member
Joined
Oct 1, 2015
Messages
1
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.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
I think this would need to be accomplished with VBA. The simplest way (in my opinion, at least) would be to have a range somewhere else in the workbook where each entry could be saved. For example, you might hide a sheet called "Data" and each entry would be added to the list on this tab. A worksheet change event would trigger the macro.
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,195
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top