About 165,000 results
Open links in new tab
  1. Creating a chart in Excel that ignores #N/A or blank cells

    I believe that excel ignores blanks by default (see 'Hidden and empty cells' submenu under 'Select Data Source'). As for the #N/A, can you just make your chart from a derived column, where …

  2. excel - How do I apply data filter to only the table range and not …

    I have got two adjacent tables. When I apply data filter on first table, it filters the whole row hiding rows from 2nd table as well. How do I restrict filter to only the first table range?

  3. Excel Pivot Chart: remove zero values - Stack Overflow

    When I make a pivot table, I'm able to hide the zero values using this explanation : Excel 2010: Hide 0 values in Pivot However when I make a pivot chart (line chart) the series B keep …

  4. How to store an extra piece of (hidden) information with a cell in …

    Save data in Hyperlink You can store data in hyperlinks for example in the link itself or in the tooltip for the link. The advantage of this method is that the data is tied to the cell itself, and not …

  5. How to hide Source Data Tables in Power Pivot - Stack Overflow

    In Excel, go the table you want to hide, then go to the Power Pivot tab, and select "Add to Data Model". This will make the table directly visible in Power Pivot, where you can now "Hide from …

  6. Any way to hide Slicer Values in Excel 2010 - Stack Overflow

    6 I know that Excel 2010 Slicers will visually indicate when there is no data associated with a particular slicer selection. For example, they are faded in color for 2010 if you have no values …

  7. Excel pivot table exclude some column totals - Stack Overflow

    We want to hide the subtotals and totals for the # and $̅/unit columns: To make the above picture I used the best answer below to manually select each cell I did not want to show up and set the …

  8. Turning the visibility of chart series on/off using excel Macros/vba

    Apr 17, 2015 · Worksheets("Graphical Data").ChartObjects(1) but I can neither get the chart object ( I get a subscript out of range error) nor able to find any method that would allow me to …

  9. hide - Hiding rows in Excel based on date - Stack Overflow

    I need to automatically hide rows in excel that have a past date in column H3:H3000. The code below doesn't do anything when I input it: Sub HideRowsDate() Dim cell As Range For Each …

  10. Ignore cells on Excel line graph - Stack Overflow

    Jan 13, 2017 · In Excel 2007 you have the option to show empty cells as gaps, zero or connect data points with a line (I assume it's similar for Excel 2010): If none of these are optimal and …