Hi @Νικόλαος Γιαννέλος
To get the second largest number by summing these cells, the formula could be
=LARGE(CHOOSE({1,2,3},SUM(F8:F9),SUM(M8:M9),SUM(T8:T9)),2)
Then I look for the formula with which, if the sum between cells F8:F9 and M8:M9 and T8:T9 with the same elements as before
I am a little confused about it, I will provide following formulas first:
The second largest number: =INDEX(CHOOSE({1,2,3},E1,L1,S1),,MATCH(LARGE(CHOOSE({1,2,3},SUM(F8:F9),SUM(M8:M9),SUM(T8:T9)),2),CHOOSE({1,2,3},SUM(F8:F9),SUM(M8:M9),SUM(T8:T9))))
The first largest number: =INDEX(CHOOSE({1,2,3},E1,L1,S1),,MATCH(LARGE(CHOOSE({1,2,3},SUM(F8:F9),SUM(M8:M9),SUM(T8:T9)),1),CHOOSE({1,2,3},SUM(F8:F9),SUM(M8:M9),SUM(T8:T9))))
Any misunderstanding, welcome to post back.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.