array chart

  1. Z

    Make stop graph from having 0 values vba?

    I'm trying to have a graph that doesn't chart 0 values. I'm using an array so I can change the value if it equals zero but I don't know what to change it to to make the chart not automatically graph it. Any help is appreciated. This is my code that creates the array, assigns the series to it...
  2. S

    Lookup Value in Range and return nearest number (lowest) beween sets of numbers within the range

    <tbody> Challenge 1: What you know: The employee is in pay grade 3 and rate is $25.30 Challenge: write a formula that looks up the grade, and then returns the value on that range in which $25.30 is nearest to (rounded down) Challenge 2: Write...
  3. V

    Summing selected tables across multiple sheets

    Hi I have a Table B3:AD6 on multiple sheets (YYYY-Registration). Cell B1 shows the location of the vehicle. I want to create a table on Sheet (Chart Output) that is the sum of selected tables from other sheets, which sheets are used depends upon the year selected and the Location selected via...
  4. K

    VBA array code help

    'List of PPT Slides to Paste to MySlideArray = Array(2, 3, 4, 5, 6) 'List of Excel Ranges to Copy from MyRangeArray = Array(Sheet1.Range("A1:C10"), Sheet4.Range("A1:C10"), _ Sheet3.Range("A1:C10"), Sheet2.Range("A1:C10"), Sheet5.Range("A1:C10")) With the above snippet, I need that to...
  5. C

    Sorting Text Column in A based on Values in B, and formula to be captured in an Array

    I spend a good half day trying to work a formula that Sorts a Range in Column A which contains Text and whose values are in B. This should work particularly if there are duplicate values in Column B. I am able to create in a formula in Column B, like this...
  6. A

    Treating missing values as gaps when charting arrays

    Hello, longtime lurker, first-time poster here. I didn't happen to see any topics that directly mentioned this, but I apologize if I missed it. My question is: if I'm populating a chart series with an array formula rather than a range, how do I have missing data points be charted as gaps...
  7. T

    How to create a gap in a line chart for empty data when the data series is populated with an array?

    Hi, If this has been answered elsewhere please feel to provide link to the thread. I have been searching for a while but haven't been able to find an appropriate answer. Problem I'm trying to create a line chart using "Scatter with Straight Lines" that will create a gap in the line if Y...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top