+ Reply to Thread
Results 1 to 3 of 3

Automatically updated chart show empty cells as a gap - how to fix it?

  1. #1
    Registered User
    Join Date
    06-24-2009
    Location
    NV
    MS-Off Ver
    Excel 2003
    Posts
    34

    Question Automatically updated chart show empty cells as a gap - how to fix it?

    Formulas in C-column causing chart show empty cells as a gap. How to fix it?

    The attached file has a properly displayed chart.

    Thanks,
    hmgrts
    Attached Files Attached Files
    Last edited by hmgrts; 06-30-2009 at 02:58 PM.

  2. #2
    Forum Contributor
    Join Date
    04-01-2009
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2010
    Posts
    280

    Re: Automatically updated chart show empty cells as a gap - how to fix it?

    If you change your COUNTA to COUNT it will only see numbers (not formula's).
    Also, your yVal needs to move up one...

    xVal=OFFSET(Sheet1!$A$2,0,0,COUNT(Sheet1!$A:$A),1)
    yVal=OFFSET(Sheet1!$C$2,0,0,COUNT(Sheet1!$B:$B),1)

  3. #3
    Registered User
    Join Date
    06-24-2009
    Location
    NV
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Automatically updated chart show empty cells as a gap - how to fix it?

    Thank you very much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1