Example
A1: 5
A2: 6
A3: 9
A4: 2
Each of these values are out of a possible 10, so I would like the cell used to show the result to be able to count the "entries" and then return the correct percentage for the value against the total amount of the entries.
So above should be able to count 40 ("10" for each entry) and then take the total value ("22") and return in the cell 22/40=.55
The value of each "entry" would be static (always 10)
Obviously the results of each box will be different but always <=10
The number of entries will be dynamic but will always be part of a range of cells
(20 cells across, but perhaps 7 cells will be blank out of 20 AND some txt that won't count like N/A)
Thanks.
A1: 5
A2: 6
A3: 9
A4: 2
Each of these values are out of a possible 10, so I would like the cell used to show the result to be able to count the "entries" and then return the correct percentage for the value against the total amount of the entries.
So above should be able to count 40 ("10" for each entry) and then take the total value ("22") and return in the cell 22/40=.55
The value of each "entry" would be static (always 10)
Obviously the results of each box will be different but always <=10
The number of entries will be dynamic but will always be part of a range of cells
(20 cells across, but perhaps 7 cells will be blank out of 20 AND some txt that won't count like N/A)
Thanks.