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

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
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,429
Messages
6,119,433
Members
448,897
Latest member
ksjohnson1970

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