Hello everyone,
I would like to know if there is a way to add horizontal lines the shows the acceptable limits on a chart. Everything I have applied to these charts I have learned from reading and doing some research on the Internet.
Here’s what I have so far. I have a spreadsheet where the chart is getting the info. Which consist of: Temperature, Ph, Viscosity, and Solids. I am using a line chart.
The chart has a moving average, a moving range for min and max. So when data is entered, the lines on the chart moves up or down depending on the values entered.
I entered the following formulas in chart series:
For average - ISNUMBER(‘SHEET1’!PH)*AVERAGE(‘SHEET1’!PH)
For Min - ISNUMBER(‘SHEET1’!PH)*MIN(‘SHEET1’!PH)
For Max - ISNUMBER(‘SHEET1’!PH)*MAX(‘SHEET1’!PH)
These formulas are working fine for my moving ranges. Now, I would like to add two horizontal lines that don’t move. One for the low-end specs and one for the high-end specs. This way, you can see when you’re over the high and low acceptable spec limits. This is a dynamic chart so it updates as Info is added. I can add another column with the high and low spec limits, but need it to update it self rather than adding this when the data is entered because I will be using four charts one each category. Right now I am using excel 2000. I purchased excel 2007 but haven’t received it yet.
Any suggestions or ideas would be greatly appreciated.
Thanks Dan
I would like to know if there is a way to add horizontal lines the shows the acceptable limits on a chart. Everything I have applied to these charts I have learned from reading and doing some research on the Internet.
Here’s what I have so far. I have a spreadsheet where the chart is getting the info. Which consist of: Temperature, Ph, Viscosity, and Solids. I am using a line chart.
The chart has a moving average, a moving range for min and max. So when data is entered, the lines on the chart moves up or down depending on the values entered.
I entered the following formulas in chart series:
For average - ISNUMBER(‘SHEET1’!PH)*AVERAGE(‘SHEET1’!PH)
For Min - ISNUMBER(‘SHEET1’!PH)*MIN(‘SHEET1’!PH)
For Max - ISNUMBER(‘SHEET1’!PH)*MAX(‘SHEET1’!PH)
These formulas are working fine for my moving ranges. Now, I would like to add two horizontal lines that don’t move. One for the low-end specs and one for the high-end specs. This way, you can see when you’re over the high and low acceptable spec limits. This is a dynamic chart so it updates as Info is added. I can add another column with the high and low spec limits, but need it to update it self rather than adding this when the data is entered because I will be using four charts one each category. Right now I am using excel 2000. I purchased excel 2007 but haven’t received it yet.
Any suggestions or ideas would be greatly appreciated.
Thanks Dan