Excel charts - give top bottom only while ignoring rest of

amcurtin

New Member
Joined
Jan 5, 2006
Messages
16
hi there,

I have a bar chart that looks at 100 rows i.e.: the source data.

This data is sorted from the top largest to the bottom smallest. I pick the top 50 rows of the 100 for the bar chart graph.

Can the bar chart function look at the 100 rows, and just output the top 25, and bottom 25 in the chart i.e: ignore the data in the middle.

The source data changes all the time.
Do I need to go into excel and manually delete the rows, then sort the date; so i generate the chart with top 25 bottom 25?

Any ideas very welcome
A
[/code]
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.

amcurtin

New Member
Joined
Jan 5, 2006
Messages
16
Excel charts - give top bottom only (more info)

sorry i was not very clear......

The series in the chart tab is linked as follows:

[/code]=('Chart - Data'!$F$2:$F$25,'Chart - Data'!$F$75:$F$100)
Code:

I can split the 100 and get the chart to look at the top 25, bottom 25.
Can i put a line across the bar chart at the dividing point; to highlight that I do not have continuous data.

Can I upload the chart to show you? It will be much clearer?
I generate the files using VBA: paste data, sort data, and point the chart to the first 50 rows of the 100 rows. I use named ranges. Is it possible to to do this using VBA?
A
 
Upvote 0

Forum statistics

Threads
1,190,759
Messages
5,982,760
Members
439,794
Latest member
rhonllanders

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
Top