ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Min and Max Values on Chart (https://www.excelbanter.com/excel-programming/351195-min-max-values-chart.html)

Bill[_30_]

Min and Max Values on Chart
 
Hello,
Is there a quick (and easy) way of determing the minimum and maximum values
of data points on a chart? I have multiple lines on a chart and want to be
able to find the min value and the max value.

Thanks.

Bill



Tom Ogilvy

Min and Max Values on Chart
 
go to the source data and do

set rng = <source data range
dblMin = application.Min(rng)
dblMax = Application.Max(rng)

--
Regards,
Tom Ogilvy


"Bill" wrote in message
link.net...
Hello,
Is there a quick (and easy) way of determing the minimum and maximum

values
of data points on a chart? I have multiple lines on a chart and want to

be
able to find the min value and the max value.

Thanks.

Bill






All times are GMT +1. The time now is 12:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com