LordExcelalot
New Member
- Joined
- Dec 14, 2016
- Messages
- 4
Hi all,
Before I write my post, please note that I have thoroughly searched the internet incl. this forum on behalf of my question and unfortunately was not able to find an answer.
The following is my status quo:
I am combining a Large and If function in the following manner:
Here's the formula in text format:
=LARGE(IF($B:$B=20061,$C:$C),$F$1)
As you can see, C:C is the range, but only if Quarter = 20061.
My problem is, that I also need to account for duplicates. I.e. the desired outcome in the example above would be 5, but since my formula does not account for duplicates, the actual outcome is 10.
Now, in my various searches on Google and on this forum, a solution to the problem I have come across a couple of times looks like this:
=LARGE(range,COUNTIF(range,MAX(range))+1)
My question is, how do I combine my formula with this formula, given that the "range" is not straightforward in my example. I have tried experimenting with it as well, but simply can't get it to work.
Would highly appreciate your help on this.
Thank you!
Best regards,
LordExcelalot
Before I write my post, please note that I have thoroughly searched the internet incl. this forum on behalf of my question and unfortunately was not able to find an answer.
The following is my status quo:
I am combining a Large and If function in the following manner:

Here's the formula in text format:
=LARGE(IF($B:$B=20061,$C:$C),$F$1)
As you can see, C:C is the range, but only if Quarter = 20061.
My problem is, that I also need to account for duplicates. I.e. the desired outcome in the example above would be 5, but since my formula does not account for duplicates, the actual outcome is 10.
Now, in my various searches on Google and on this forum, a solution to the problem I have come across a couple of times looks like this:
=LARGE(range,COUNTIF(range,MAX(range))+1)
My question is, how do I combine my formula with this formula, given that the "range" is not straightforward in my example. I have tried experimenting with it as well, but simply can't get it to work.
Would highly appreciate your help on this.
Thank you!
Best regards,
LordExcelalot