Below is a sample of the data set (starting in cell A1) I am working with (the real set has many more rows & columns). I have a formula which will return me the Min value (-2.2) and the Max value (3.0). What I am trying to do is add a formula that will return me the location of where the Min and Max values are located. I would like to return either F6 or NY for the Min value and either E3 or GA for the Max value -- looking to get either the cell location or the column header of where the value is located. It is possible that the Min and Max values will be found in multiple locations. I am only concerned with showing one location (it could be the first or the last it doesn't matter).
Is this something that can be done via a formula? Thanks.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]CA[/TD]
[TD]TX[/TD]
[TD]FL[/TD]
[TD]GA[/TD]
[TD]NY[/TD]
[TD]NJ[/TD]
[/TR]
[TR]
[TD]Ap[/TD]
[TD]1.2[/TD]
[TD]2.2[/TD]
[TD]0.2[/TD]
[TD]2.7[/TD]
[TD]-0.3[/TD]
[TD]1.2[/TD]
[/TR]
[TR]
[TD]Or[/TD]
[TD]1.5[/TD]
[TD]2.5[/TD]
[TD]0.5[/TD]
[TD]3.0[/TD]
[TD]0[/TD]
[TD]1.5[/TD]
[/TR]
[TR]
[TD]Ba[/TD]
[TD]1.1[/TD]
[TD]2.1[/TD]
[TD]0.1[/TD]
[TD]2.6[/TD]
[TD]-0.4[/TD]
[TD]1.1[/TD]
[/TR]
[TR]
[TD]Pe[/TD]
[TD]0[/TD]
[TD]1.0[/TD]
[TD]-1.0[/TD]
[TD]1.5[/TD]
[TD]-1.5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Ch[/TD]
[TD]-0.7[/TD]
[TD]0.3[/TD]
[TD]-1.7[/TD]
[TD]0.8[/TD]
[TD]-2.2[/TD]
[TD]-0.7[/TD]
[/TR]
[TR]
[TD]Gr[/TD]
[TD]1.0[/TD]
[TD]2.0[/TD]
[TD]0[/TD]
[TD]2.5[/TD]
[TD]-0.5[/TD]
[TD]1.0[/TD]
[/TR]
</tbody>[/TABLE]
Is this something that can be done via a formula? Thanks.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]CA[/TD]
[TD]TX[/TD]
[TD]FL[/TD]
[TD]GA[/TD]
[TD]NY[/TD]
[TD]NJ[/TD]
[/TR]
[TR]
[TD]Ap[/TD]
[TD]1.2[/TD]
[TD]2.2[/TD]
[TD]0.2[/TD]
[TD]2.7[/TD]
[TD]-0.3[/TD]
[TD]1.2[/TD]
[/TR]
[TR]
[TD]Or[/TD]
[TD]1.5[/TD]
[TD]2.5[/TD]
[TD]0.5[/TD]
[TD]3.0[/TD]
[TD]0[/TD]
[TD]1.5[/TD]
[/TR]
[TR]
[TD]Ba[/TD]
[TD]1.1[/TD]
[TD]2.1[/TD]
[TD]0.1[/TD]
[TD]2.6[/TD]
[TD]-0.4[/TD]
[TD]1.1[/TD]
[/TR]
[TR]
[TD]Pe[/TD]
[TD]0[/TD]
[TD]1.0[/TD]
[TD]-1.0[/TD]
[TD]1.5[/TD]
[TD]-1.5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Ch[/TD]
[TD]-0.7[/TD]
[TD]0.3[/TD]
[TD]-1.7[/TD]
[TD]0.8[/TD]
[TD]-2.2[/TD]
[TD]-0.7[/TD]
[/TR]
[TR]
[TD]Gr[/TD]
[TD]1.0[/TD]
[TD]2.0[/TD]
[TD]0[/TD]
[TD]2.5[/TD]
[TD]-0.5[/TD]
[TD]1.0[/TD]
[/TR]
</tbody>[/TABLE]