Charting Ranges

Dazed_

New Member
Joined
Feb 16, 2002
Messages
5
Hi, i've got an excel database which uses forms for increasing the data range and then inserting data. I need to graph this data. However i can't figure out how to get excel to refer to the constantly expanding range, rather than specific cells. I try typing my range name in the chart wizard, but it just selects the cells which that range currently refers too...

Any help would be ace...

Cheers, Daniel...
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
On 2002-02-17 17:41, Dazed_ wrote:
Hi, i've got an excel database which uses forms for increasing the data range and then inserting data. I need to graph this data. However i can't figure out how to get excel to refer to the constantly expanding range, rather than specific cells. I try typing my range name in the chart wizard, but it just selects the cells which that range currently refers too...

Any help would be ace...

Cheers, Daniel...

Hi Daniel
If I understand you Q ??
When entering named ranges for chart data
the format should look like;

='SheetName'!NamedRange

For a dynamically changing range I'm assuming your using a Dynamic range formula similar to;
=OFFSET('sheetname'!$B$5,0,0,COUNTA('sheetname'!$B:$B)-1,1)

which will give you a dynamically changing adress..............

Actually now that I reread your post I'm guessing you have assigned this from your form ??


Ivan
 
Upvote 0
Cheers Ivan...

I wasn't expanding my range that way... But i've found a way around my problem... Thanks for your help anyhow... much appreciated...

Daniel
 
Upvote 0

Forum statistics

Threads
1,214,642
Messages
6,120,701
Members
448,980
Latest member
CarlosWin

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