I need to find and report in a cell the max or min value of a list. For example, if I have 3 cells, the deviation from a specification can be - or +. For example, 3 cells might contain the error found, such as -0.1%, 0.2% and 0.3%. Or, 0.1%, 0.2% and -0.3%. I need to report in a cell the "maximum" error, whether it be positive or negative.
One possible complication, is that sometimes there might be no error, as all = 0.0%.
I was thinking about some complicated nesting arrangement, with min and max, then reporting the cell address, then showing the contents for that address in the reporting cell. I am trying to keep things simple though, and it seems there should be a way to do this.
Thanks in advance for any help.
Bookmarks