Count of percentages between 2 columns

Dataminer1

New Member
Joined
May 19, 2005
Messages
21
I am feeling very very rusty today. I cannot for the life of me figure out how to count the number of percentages that I have when figuring the percentages between two columns.

I have two columns that come from a SQL table (A is the denominator, B is the numerator) and they equate to X percent. I need to count the number entries that are 10%, 20%, etc.

I envision 10 lines on another sheet each line with its own formula giving me 100% of my population.

suggestions?



Thanks in advance for any guidance given!
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
if you are just doing the % calculation in column c and they all come out to 10,20,30 etc... then just do =countif(range,10%)
 
Upvote 0
Can I not get what I want without the need for column C? I was thinking something with a countifs but I have not been successful thus far. If this is my only solution I can create the C column.
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

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