Given a single column list containing text items with numbers following, find the item with the largest sum.
For example in the following list your formula should return c (with a sum of 9).
a
1
3
b
1
2
5
c
2
7
d
8
Your answer should be a single formula involving Excel functions only that refers to a single named range x containing the list of values.
You may assume numbers are positive. Good luck!
For example in the following list your formula should return c (with a sum of 9).
a
1
3
b
1
2
5
c
2
7
d
8
Your answer should be a single formula involving Excel functions only that refers to a single named range x containing the list of values.
You may assume numbers are positive. Good luck!