Sort subs. by amount

  • Thread starter Thread starter Martin ©¿©¬
  • Start date Start date
M

Martin ©¿©¬

Hi
I have 2 columns
A has a name and B has a subscription amount
Would it be possible to sort by the number of persons subscribing
under £100 - 200 - 300 - 400 - 500 and over 500 from which I would
then make a graph/bar chart/pie etc

This is my first attempt at this so please keep it simple please

Martin
©¿©¬
 
Martin,
You could use the COUNTIF function to give number of payments
in a given range:

0-100
101 -200
201-300
etc

An example:

=COUNTIF($B:$B,"<=100") will count subscriptions <= £100:00

=COUNTIF($B:$B,"<=200")-COUNTIF($B:$B,"<=100") will count subscriptions
£100 and <= £200

Does this help?
 
Martin,

Use a pivot table. Select your data table with the subscription amounts, then use Data / Pivot
Table... and hit Finish.

Then drag the Subscription amount button to both the row field and the data field, and right click
the row field button, select "Field Settings" and select "Count" under Summarize by. Then right
click the filed again, choose "Group and Show Detail", choose "Group", then use 100 as the starting
value, 500 as the ending value, and 100 as the step value, and you will get your summary.

HTH,
Bernie
MS Excel MVP
 
Help;
Could anyone help me regarding adding column cells that have text and
be able to put a formula in a blank cell adding the total of cells
within that column for a numeric total?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top