I want to determine the MAX and MIN in a confined system. I want to be able to drag and drop a formula whose range will only correspond to the elevations within the system. In the example below the Low and High Value in the system will be calculated via the max/min formula within a range. How do I confine my range to just stay within the boundaries of "SYSTEM 1", "SYSTEM 2", "SYSTEM 3" without actually manually changing the range for each system. It's impractical for me to manual change the range for each system because I have rows being added and removed all the time which I'm sure will cause errors. I'd like the formula to cover the range of elevations in the sheet (over 20k lines) but only find the max and min values separately for each system. That means in this example, three systems will have three max values and three low values (I have over a hundred systems in my file and they aren't named as neatly as SYSTEM-#.).
Please help!
My table should look something like this
SYSTEM LOW VALUE IN SYSTEM HIGH VALUE IN SYSTEM ELEVATION SYSTEM 1 1 10 1 SYSTEM 1 1 10 5 SYSTEM 1 1 10 3 SYSTEM 1 1 10 10 SYSTEM 1 1 10 4 SYSTEM 2 14 33 14 SYSTEM 2 14 33 22 SYSTEM 2 14 33 30 SYSTEM 2 14 33 15 SYSTEM 2 14 33 33 SYSTEM 3 6 16 6 SYSTEM 3 6 16 6 SYSTEM 3 6 16 16 SYSTEM 3 6 16 10 SYSTEM 3 6 16 15
Bookmarks