See Stephen Bullen's site for a download.
http://www.oaltd.co.uk/Excel/Default.htm
FunChrt1 is a workbook showing how to create dynamic ranges for charting.
Or browse Tushar Mehta's site for dynamic charts.
http://www.tushar-mehta.com/excel/newsgroups/dynamic_charts/index.html
Gord Dibben MS Excel MVP
> See Stephen Bullen's site for a download.
>
[quoted text clipped - 33 lines]
>
> - Show quoted text -
Thank you
I managed to look at the examples and make my own changes. But Before
I can make that Pie-chart I have to sum up the coloum, let me explain
I have these coloums
A B
Item1 2 000,00
Item2 1 000,00
Item3 3 000,00
Item1 1 500,00
Item4 2 300,00
Item2 1 000,00
Before making the chart I have to add all the Items (grouped) and get
something like this:
A B
Item1 3 500,00
Item2 2 000,00
Item3 3 000,00
Item4 2 300,00
Is there a smart way to group and add Items like that?
tnx again
Pete_UK - 28 Feb 2008 12:45 GMT
Draw up a list of the individual items, eg from A25 onwards. Then in
B25 put this formula:
=SUMIF(A$1:A$20,A25,B$1:B$20)
Then copy this formula down as required.
Hope this helps.
Pete
On Feb 28, 12:22 pm, khers1...@gmail.com wrote:
> > See Stephen Bullen's site for a download.
>
[quoted text clipped - 62 lines]
>
> - Show quoted text -
khers1350@gmail.com - 29 Feb 2008 10:35 GMT
> Draw up a list of the individual items, eg from A25 onwards. Then in
> B25 put this formula:
[quoted text clipped - 77 lines]
>
> - Show quoted text -
It did tnx
Pete_UK - 29 Feb 2008 10:41 GMT
You're welcome.
Pete
On Feb 29, 10:35 am, khers1...@gmail.com wrote:
> > Draw up a list of the individual items, eg from A25 onwards. Then in
> > B25 put this formula:
[quoted text clipped - 81 lines]
>
> - Show quoted text -