![Excel Sheet Raw Data]()
I want sum of time divide by sum of people of the top two weights in one formula. The result should give me 0.7857142857.
e.g.
The formula should pick up the biggest two weights (30% and 40% of Row A). And then take (C4+C7)/(B4+B7)
Is there a way to express this in one formula?