At work, I have made a macro to format and chart out data that comes from testing the parts we make. The values have to be within a certain range, so I would like to add lines to the charts denoting where the tolerance limits are.
For example, one parameter is a voltage value for a certain signal. It must be between .271 and .451 to be in spec, so I would like to add lines at those values on that chart.
Other charts are measuring different things and would have different values, but the basic principle is the same.
The number of data points per signal is not the same, but is usually quite large, around a couple thousand each.
I have found a couple of different options around the internet involving the drawing tools or adding a new data series to the charts, but I am not well versed in those aspects of excel macros. In fact, I don’t think I can find the page that I first found the data series idea at.
A new series for each line is the best approach.
Usage (adding one line for each cut-off):