LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #11   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 27
Default A copy of a chart doesn't change when the original has new ran

Below there is a correspondence between Jon and myself as I couldn't show
exactely what I need. Jon helped anyway and here are his answers so others
can possibly benefit it future (I hope you don't mind Jon:))):

Piotr -

You have defined Period_Invoiced as

=OFFSET(table!$H$9,0,0,COUNTA(table!$H$9:$H$17),1)

What if you define it as

=OFFSET(table!$H$9,0,0,COUNTA(table!$H$9:$H$20),1)

This will enable the range to include the last three months.

- Jon



Hi Jon,

Thank you for this hint. I have amended the range to row 20
and hey presto!! it works:) However, what I don't like or
rather my boss are these 2 empty months visible on the chart
(Nov and Dec) after I added Oct. Is there anyway to get away
with it? If I could hide those months without the data that
would be fantastic. Though, I need this chart to look as it
looked before the amendment in a form you originally
received. Let's say some slide bar or something ( I have seen
some examples but I will lose my secondary axis I am affraid).

What could you suggest?

Kind regards,

Piotr




Yes, my first suggestion counts any cell with any content, including a
formula that returns "". This should do it finally:

=OFFSET(table!$H$9,0,0,SUM(IF(LEN(table!H9:H20)0, 1,0)),1)

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


 
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
I copy a formula and the results copy from the original cell brooklynsd Excel Discussion (Misc queries) 1 June 23rd 07 01:35 AM
copy chart & colors change scott Charts and Charting in Excel 1 February 2nd 07 02:15 PM
Cannot change criteria on copied chart without changing original c Steve Charts and Charting in Excel 1 October 3rd 06 12:05 AM
making copied cells change with change in original cell Jennifer Mcdermeit Excel Worksheet Functions 2 July 20th 06 04:58 PM
Why does Excel Copy and Paste change dates from the original when. Excel changes dates in copy and paste Excel Discussion (Misc queries) 5 January 26th 05 05:08 PM


All times are GMT +1. The time now is 02:12 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"