+ Reply to Thread
Results 1 to 2 of 2

Scatter Plot that omits blank cells?

  1. #1
    Registered User
    Join Date
    01-09-2012
    Location
    Minneapolis, Minnesota
    MS-Off Ver
    Excel 2007
    Posts
    54

    Scatter Plot that omits blank cells?

    Hi,

    Just wondering if it is possible to create a scatter plot that will omit blank cells. In my example, my x values would be G2:G52, and my y values would be H2:H52. The blank cells actually contain code because data will be drawn into these cells on a daily basis. This is interfereing with the scatter plot and I'm not sure how to avoid it. Thanks!

    -Dan
    Attached Files Attached Files

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,431

    Re: Scatter Plot that omits blank cells?

    change your formula

    =IF(ROW(B1)>COUNT($B$2:$B$52),NA(),INDEX($A$2:$C$52,MATCH(SMALL($D$2:$D$52,ROW(B1)),$D$2:$D$52,0),COLUMN(B1)))

    This will work if you are only plotting markers.

    If plotting line you will need to use a named range formula approach.
    Cheers
    Andy
    www.andypope.info

+ 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