LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 391
Default how ti find a particular is available


Use dynamic ranges. These "grow" as the table has more
rows added. Set your chart to pick up the data from the
range names.

eg Table is B6:J25

from the menu, Insert/Name/Define
enter a name like MyData
in refers to put this:

=OFFSET(Sheet1!$B$6,0,0,COUNTA(Sheet1!$B$6:$B$200) ,9)


Since this is a dynamic range, yuo won't see it listed in
the range names dropdown. to test, hit F5 ( goto) and
type in MyData
then hit Enter

Patrick Molloy
Microsoft Excel MVP


-----Original Message-----
I have a dynamic spread sheet. one day there may be five

rows of data for
charting.
after a week five more may be added. I have a programme

for drawing chart
for the first five rows which is dyamically programmed

which takes into
account augumentatins of data for these five items. But

when I added five
more rows I would like to draw charts for the additional

five rows. If I
use the same programme it again draws fresh charts for

the same rows for
which I have already drawn chart and of course for new

rows. I would like
to have a programme which from a list of names finds out

whether the chart
is available

If the chart is available go to the next name else draw

a chart.

how to go about.

thanks and regards


.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find First Non blank cell than find column header and return that value Silver Rose Excel Worksheet Functions 10 April 30th 07 05:56 PM
Despite data existing in Excel 2002 spreadsheet Find doesn't find AnnieB Excel Discussion (Misc queries) 1 June 16th 06 02:15 AM
'find' somtimes can't find numbers. I folowd the 'help' instructi. Yaron Excel Worksheet Functions 2 November 30th 05 05:46 PM
How do I find a file/spreadsheet that Excel says is Already open but I can't find it? nwtrader8 Excel Discussion (Misc queries) 5 June 21st 05 02:16 PM
backwards find function to find character in a string of text Ashleigh K. Excel Programming 1 January 14th 04 04:36 PM


All times are GMT +1. The time now is 03:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"