Getting an average of the data from a percentile.

LEFROGUE

New Member
Joined
Jul 16, 2023
Messages
8
Office Version
  1. 365
Platform
  1. Windows
Hello,

I would like to get the bid cost for each percentile of search volume (What is the 70th percentile bid cost for search volume? ( At 3325.8 search volume what is the bid cost?). Is there a way to use a formula for instead of doing it step by step like below. Have 5k lines of data to work through.

Book2
ABC
19Search VolumeBid CostCumulative Search Volume
2050£ -50
21670£ -720
22234£ -954
23867£ -1,821
24354£ -2,175
2568£ 0.132,243
2650£ 0.212,293
27550£ 0.472,843
28340£ 0.473,183
29357£ 1.003,540
30778£ 2.404,318
31
32Search vol percentilePercentile
33766.810
341300.820
352033.430
362229.440
37229350
38291160
393325.870
404006.880
Sheet1
Cell Formulas
RangeFormula
B20:B30B20=C2
C20:C30C20=SUM($A$20:A20)
A33A33=PERCENTILE.EXC($G$21:$G$31,0.1)
A34A34=PERCENTILE.EXC($G$21:$G$31,0.2)
A35A35=PERCENTILE.EXC($G$21:$G$31,0.3)
A36A36=PERCENTILE.EXC($G$21:$G$31,0.4)
A37A37=PERCENTILE.EXC($G$21:$G$31,0.5)
A38A38=PERCENTILE.EXC($G$21:$G$31,0.6)
A39A39=PERCENTILE.EXC($G$21:$G$31,0.7)
A40A40=PERCENTILE.EXC($G$21:$G$31,0.8)



Grateful for any help. Thankyou.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,215,105
Messages
6,123,118
Members
449,096
Latest member
provoking

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