Hi,
Here is another problem I am trying to figure out that I have not been able to search for a solution.
I have a list of values that are grouped, what I want is a formula to calculate the range (Max-Min)
Here is an example of my data
Group Name Value Range Calc (Max-Min)
GRP1 2 4
GRP1 4
GRP1 6
GRP2 1 2
GRP2 3
GRP3 7 6
GRP3 4
GRP3 2
GRP3 8
GRP4 2
GRP4 1
GRP4 3
GRP5 6 6
How do we loop thru my rows and return Max - Min for each group?
Thanks
Dave
Here is another problem I am trying to figure out that I have not been able to search for a solution.
I have a list of values that are grouped, what I want is a formula to calculate the range (Max-Min)
Here is an example of my data
Group Name Value Range Calc (Max-Min)
GRP1 2 4
GRP1 4
GRP1 6
GRP2 1 2
GRP2 3
GRP3 7 6
GRP3 4
GRP3 2
GRP3 8
GRP4 2
GRP4 1
GRP4 3
GRP5 6 6
How do we loop thru my rows and return Max - Min for each group?
Thanks
Dave