• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Dynamic chart automatically changing its range if we select wrong date

Maniknandi


I thought I cracked this one for you a few days ago. File can be found here;


http://rapidshare.com/files/3898193334/aSales%20Analysis%20Database.xlsm


You just choose the date range and the sales person and charts are dynamically created.


Smallman
 
Maniknandi


I'm not sure here

If I select dates that don't have data the chart shows no data,

If I then select dates that are ok, the chart is good


You could use data validation to select the dates based on the criteria in the Cal sheet


Or have I misread your problem
 
Dear Smallman,


This file is not the previous one. This is new file. The problem is if we select the month or year and if that particular month and date is not in our raw data range, chart showing no data, blank. Fine, no problem. But the chart format is changed and again I have to go to the chart design mode then change the chart data range.
 
Manik


I can see your problem, it is just I had eliminated any possibility of that problem occurring in the file I provided. In my opinion you over complicated what I made simple for you. I would use the technology I built into the file in my previous post to get around this new issues.


Take care


Smalllman
 
Hi Nandi ,

Try this :

Your formula for cell H11 in the Cal tab is :

=COUNT($E$8:$E$38)

Change this to :

=MAX(10,COUNT($E$8:$E$38))

and see whether it works.

Narayan
 
Back
Top