![]() |
Sort subs. by amount
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 ©¿©¬ |
Sort subs. by amount
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 ©¿©¬ @REMOVETHIS.plus.com" wrote: 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 ©¿©¬ |
Sort subs. by amount
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 <Martin ©¿©¬ @REMOVETHIS.plus.com wrote in message ... 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 ©¿©¬ |
Sort subs. by amount
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? -- bulaman001 ------------------------------------------------------------------------ bulaman001's Profile: http://www.excelforum.com/member.php...o&userid=32264 View this thread: http://www.excelforum.com/showthread...hreadid=520106 |
Sort subs. by amount
Look in help for the SUMIF function.
HTH, Bernie MS Excel MVP "bulaman001" wrote in message ... 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? -- bulaman001 ------------------------------------------------------------------------ bulaman001's Profile: http://www.excelforum.com/member.php...o&userid=32264 View this thread: http://www.excelforum.com/showthread...hreadid=520106 |
All times are GMT +1. The time now is 01:52 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com