Formula to Calculate Percentile Based on Charges and Percentages

academygirl

New Member
Joined
Feb 14, 2023
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hello! I'm trying to figure out a formula that would allow me to calculate what % from column C would be required to get 75% of charges from column A. In the chart below, I have the charges in column A, the target in column B, and the % required to Meet target (B2/A2) in column C. Based on the sample data, 75% of the charges would be $607.50 so the rate I'd need to achieve this should come out to about 52% based on column C, but I'm not sure how to calculate this with a formula. Any help is appreciated, thanks in advance!

ChargesTarget% Needed to Meet Target
$100$1212%
$70$3550%
$100$5252%
$95$6063%
$100$6666%
$95$7579%
$100$8282%
$50$4590%
$100$9595%
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hello! I'm trying to figure out a formula that would allow me to calculate what % from column C would be required to get 75% of charges from column A. In the chart below, I have the charges in column A, the target in column B, and the % required to Meet target (B2/A2) in column C. Based on the sample data, 75% of the charges would be $607.50 so the rate I'd need to achieve this should come out to about 52% based on column C, but I'm not sure how to calculate this with a formula. Any help is appreciated, thanks in advance!

ChargesTarget% Needed to Meet Target
$100$1212%
$70$3550%
$100$5252%
$95$6063%
$100$6666%
$95$7579%
$100$8282%
$50$4590%
$100$9595%
Is it what you need?

Book1
ABCD
1ChargesTargetReference value% necessary to meet target
2$100.00$75.00$10.00750.00%
3$70.00$52.50$20.00262.50%
4$100.00$75.00$30.00250.00%
5$95.00$71.25$40.00178.13%
6$100.00$75.00$50.00150.00%
7$95.00$71.25$60.00118.75%
8$100.00$75.00$70.00107.14%
9$50.00$37.50$80.0046.88%
10$100.00$75.00$90.0083.33%
11$810.00$607.50$100.00607.50%
Sheet1
Cell Formulas
RangeFormula
B2:B11B2=A2*75%
D2:D11D2=A2*75%/C2
 
Upvote 0

Forum statistics

Threads
1,214,909
Messages
6,122,189
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