Helen Wills

New Member
Joined
Nov 14, 2014
Messages
27
Office Version
  1. 365
Platform
  1. Windows
Hi

I have an audit template where we have a set of scored criteria.
each one marked green = 5 points
amber = 3 points
red = 0 points

We add up all the the score, using aggregate(9,6,range)
We then calculate a %age grade using a simple divide total by max possible total formula

This works fine when all are marked green. It also works fine if the score is anything less than 99%. However, in the event that through the whole entire audit, just one single question is amber the percentage is 99.5%. The %age grade cell is displaying 100%. I can't have this being the case, as if one question is is scored as amber, it cannot be a 100% score !

I have no issues with the scores at anything other than 99% being rounded up. I just can't have 99% being rounded up... any ideas please???



hav
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Maybe this?

I reference cell A1
• Use a number format of Percentage: Zero decimal places
• Apply this conditional formatting rule:
Rule: =AND(A1>0.99,A1<1)
Number Format: Percentage (2 decimal places)

If the A1 value is 0.99 or less....zero decimal places (0.841 would display as 84%)
If A1 is between 0.99 and 1, exclusive ...2 decimal places (0.996 would display as 99.6%)

Is that something you can work with?
 
Last edited:
Upvote 0
that has worked great! thank you! x

set just to show 1 decimal place for 99.5%. thanks so much
 
Upvote 0

Forum statistics

Threads
1,214,897
Messages
6,122,151
Members
449,068
Latest member
shiz11713

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