ExcelHelpPls
New Member
- Joined
- Jun 20, 2011
- Messages
- 10
Greetings,
I'm hoping someone can help me with this problem that I'm guessing there is an easy answer too (but i can't figure it out).
I'm trying to find the nth largest value of a column "C" based on criteria from both column "A" and "B". For example:
A B C
Yes 1 500
Yes 5 600
No 1 800
Yes 2 900
The logic I need to folllow is "If column A = "Yes" and column B = "1 or 2 or 3" return the nth largest value in column C of all values that meet those two requirements.
I was able to use the LARGE function with an IF statement to return the correct value of one criteria (LARGE(IF(A1:A5="Yes",C1:C5),1), but can't figure out how to add the second criteria.
Any help would be greatly appreciated.
Thank you
I'm hoping someone can help me with this problem that I'm guessing there is an easy answer too (but i can't figure it out).
I'm trying to find the nth largest value of a column "C" based on criteria from both column "A" and "B". For example:
A B C
Yes 1 500
Yes 5 600
No 1 800
Yes 2 900
The logic I need to folllow is "If column A = "Yes" and column B = "1 or 2 or 3" return the nth largest value in column C of all values that meet those two requirements.
I was able to use the LARGE function with an IF statement to return the correct value of one criteria (LARGE(IF(A1:A5="Yes",C1:C5),1), but can't figure out how to add the second criteria.
Any help would be greatly appreciated.
Thank you