I am familiar with the LARGE function of finding the largest, 2nd to largest etc. value of a range.
I have the situation where I have a range of marks, and then below it another range of what the mark is out of.
E.g I have the following in A1 to E1: 1,2,3,4,5
Then in A2 to E2 I have 3,4,4,4,10
These are marks from 5 tests written, so first test was 1/3, 2nd test 2/4, 3rd = 3/4, 4th 4/4, and 5th 5/10
I want to retrieve the value in the range A1:E1 and the corresponding value in A2:E2 that gives me the biggest percentage.
So in the example above I want F1 to store 4 (=D1) & F2 to also store 4 (=D2) since 4/4 gives 100% which is the highest mark attained.
What I have accomplished so far is to calculate the highest percentage, but I don't want the percentage, I want the 2 cells representing the numerator & denominator of the mark.
This is the formula I have for calculating the highest percentage, using ctrl-shift-enter : {=LARGE(A1:E1/A2:E2,1)} which gives the result 1 (=100%)
How do I use this result to now give me the correct cells D1 & D4?
Thank you
I have the situation where I have a range of marks, and then below it another range of what the mark is out of.
E.g I have the following in A1 to E1: 1,2,3,4,5
Then in A2 to E2 I have 3,4,4,4,10
These are marks from 5 tests written, so first test was 1/3, 2nd test 2/4, 3rd = 3/4, 4th 4/4, and 5th 5/10
I want to retrieve the value in the range A1:E1 and the corresponding value in A2:E2 that gives me the biggest percentage.
So in the example above I want F1 to store 4 (=D1) & F2 to also store 4 (=D2) since 4/4 gives 100% which is the highest mark attained.
What I have accomplished so far is to calculate the highest percentage, but I don't want the percentage, I want the 2 cells representing the numerator & denominator of the mark.
This is the formula I have for calculating the highest percentage, using ctrl-shift-enter : {=LARGE(A1:E1/A2:E2,1)} which gives the result 1 (=100%)
How do I use this result to now give me the correct cells D1 & D4?
Thank you