Hello, I'm using Excel 2007.
I have a single column of negative numbers separated by various zeros. First I want to calculate the MIN (lowest) value of EACH GROUP of negative numbers.
So in the example below, the first group's MIN = -12, second group's MIN = -44, third group's MIN = -19, fourth's MIN = -1, etc. I'd prefer if even one lone negative number counts as a group, as long as it's separated from other negative numbers by at least one zero.
Secondly, I'd like to calculate the average of all those MIN values combined for a final number. I'm aware that I could just manually enter =MIN(A1:A5) for the first group, do that for each one and then calculate the average of all those values but I'd prefer an easier way (single formula?) if possible. Thanks for your help!
eg.
Column A
0
0
-5
-4
-12
0
-11
-4
-2
-44
0
0
0
-8
-19
0
-1
0
I have a single column of negative numbers separated by various zeros. First I want to calculate the MIN (lowest) value of EACH GROUP of negative numbers.
So in the example below, the first group's MIN = -12, second group's MIN = -44, third group's MIN = -19, fourth's MIN = -1, etc. I'd prefer if even one lone negative number counts as a group, as long as it's separated from other negative numbers by at least one zero.
Secondly, I'd like to calculate the average of all those MIN values combined for a final number. I'm aware that I could just manually enter =MIN(A1:A5) for the first group, do that for each one and then calculate the average of all those values but I'd prefer an easier way (single formula?) if possible. Thanks for your help!
eg.
Column A
0
0
-5
-4
-12
0
-11
-4
-2
-44
0
0
0
-8
-19
0
-1
0