I have been working to find this solution for about 3 weeks now, I am close but I am stuck on one last piece.
Please refer to this link for a copy of the sheet.
http://dl.dropbox.com/u/2421006/Example%20Sheet.xlsx
The top is the solution (done manually) and the bottom is the starting point.
I have several overlapping ranges of data of which I need to find the highest number of overlaps, going left to right. Once the optimal point has been identified, all other numbers need to be turned into zero other then the point of highest overlap.
If there are to consecutive points that satisfy this criteria, then the left most will be used. For example, M26 and N26 both have a value of 4, but M26 will be used.
I have an idea of how to do this, but now sure exactly how to implement it. For each range, say RED, go along each value in the SUM row at the bottom, find the highest value (if more then one, use left most). Once identified, turn all other values into 0.
This is just my idea of how to do it, is this possible? Are there better and simpler solutions to this? I am a very visual person which is why I have structured it this way, but if pure math can do it that works for me as well.
Please refer to this link for a copy of the sheet.
http://dl.dropbox.com/u/2421006/Example%20Sheet.xlsx
The top is the solution (done manually) and the bottom is the starting point.
I have several overlapping ranges of data of which I need to find the highest number of overlaps, going left to right. Once the optimal point has been identified, all other numbers need to be turned into zero other then the point of highest overlap.
If there are to consecutive points that satisfy this criteria, then the left most will be used. For example, M26 and N26 both have a value of 4, but M26 will be used.
I have an idea of how to do this, but now sure exactly how to implement it. For each range, say RED, go along each value in the SUM row at the bottom, find the highest value (if more then one, use left most). Once identified, turn all other values into 0.
This is just my idea of how to do it, is this possible? Are there better and simpler solutions to this? I am a very visual person which is why I have structured it this way, but if pure math can do it that works for me as well.