Percentage to exceed 100

mikeyscoops

New Member
Joined
Mar 2, 2017
Messages
5
Hello All,

I have seen multiple articles to limit percentage values to 100%, I need mine to exceed this. Here's what I have in place...

' = E9/B9 '

Thank You!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Welcome to the board.

Perhaps you could give us some more details, like what sort of data is it, what you want to do if there is a divide by zero or error etc.
 
Last edited:
Upvote 0
Thank you for the warm welcome!

I want to create a spreadsheet to set quarterly goals. If the employee exceeds the goal, it should be reflected in the percentage amount.

This is what I have so far:
stretch_goal_template.png.html


Please let me know what other information you would need! I'm a newb!

Thank You
 
Upvote 0
A simple division can show values over 100%.


Excel 2010
ABCD
1EmployeeSalesGoal%
2Matthew12320062%
3Mark231200116%
4Luke8820044%
5John630200315%
Sheet1
Cell Formulas
RangeFormula
D2=B2/C2
 
Upvote 0
The formula for G9 is:
= E9/B9
(B9 is $534,654, E9 is $80,000, G9 is 14.96%)

G9 also is formatted for percentage, obviously. If you look at the bottom row, cell B15 (126), and cell E15 (204) should make cell G15 161.90%... instead it gives me ######.


stretch_goal_template.png
[/URL][/IMG]
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,726
Members
449,093
Latest member
Mnur

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