+ Reply to Thread
Results 1 to 3 of 3

Omit data point from chart if corresponding value is 0

  1. #1
    Registered User
    Join Date
    07-25-2009
    Location
    india
    MS-Off Ver
    Excel 2016
    Posts
    41

    Omit data point from chart if corresponding value is 0

    I want to show last 3 weeks open issues against each person.
    For last week if the value is zero then corresponding person name should not be shown in charts. Is there any way to do it automatically.
    currently iam doing it manually by selecting data source and unchecking manually.
    Last edited by 6StringJazzer; 03-11-2018 at 04:34 PM.

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Charting issue -

    Your description is kind of a brain dump and gives us no clue about what data you have, how it is organized, or what your chart looks like.

    It will be much easier to understand your problem if you provide your file. This allows us to see and experiment with your data, layout, formulas, code, and possibly attach a file with a completed solution. If you are looking for formulas to produce a desired result, it helps if you create a mock-up of what you want the result to look like. Otherwise we would have to build something from scratch, trying to guess what you want it to look like.

    The paper clip icon does not work for attachments. Instead, under the text box where you type your reply click the Go Advanced button. On the next screen scroll down and click on Manage Attachments, which will show a pop-up window to Select and Upload a file. Then close the window.

    Moderator's note: Please take the time to review our rules. There aren't many, and they are all important. Rule #1 requires good titles. I have updated it for you this time for the sake of expediency. --6StringJazzer
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    03-15-2018
    Location
    Canada
    MS-Off Ver
    Microsoft Excel 2010
    Posts
    10

    Re: Omit data point from chart if corresponding value is 0

    Quote Originally Posted by hai_krk View Post
    I want to show last 3 weeks open issues against each person.
    For last week if the value is zero then corresponding person name should not be shown in charts. Is there any way to do it automatically.
    currently iam doing it manually by selecting data source and unchecking manually.
    Hello,

    You could try to use a nested if statement that triggers a VLOOKUP if the condition is met. For example:

    =If(A1 = 0, N/A, VLOOKUP(column with persons name, Range, Value you want to return from the spreadsheet, False))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Dynamic Charting Issue Excel 2013
    By Michael92 in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 08-03-2017, 02:00 PM
  2. [SOLVED] Dynamic Charting Issue
    By Webman1012 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 04-25-2013, 04:14 PM
  3. [SOLVED] Charting issue
    By Blake 7 in forum Excel General
    Replies: 1
    Last Post: 09-19-2012, 09:33 AM
  4. Time Charting issue, please help
    By vpnvipin in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 06-29-2012, 11:48 AM
  5. Excel 2007 : Excel 2007 Charting Issue
    By SheriJay in forum Excel General
    Replies: 4
    Last Post: 03-31-2009, 04:50 AM
  6. Formula, charting issue
    By witchydesign in forum Excel General
    Replies: 0
    Last Post: 01-26-2009, 11:48 AM
  7. Charting Issue in Excel 2007
    By pmazumda in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 04-17-2008, 09:29 PM

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