Hi,
I'm creating a LARGE IF array funtion as follows:
=LARGE(IF(Master!$B:$B=A1,Master!$F:$F),1)
The A1 is a drop down list that is selecting a Category name and then selecting the nth largest number in Col F from 1 - 10. I also want to include an option to look at all rows in Col F so that I'm pulling the 10 largest figures from the whole list rather than category specific.
I've tried and ELSE and Or but this doesn't seem to work, I've tried naming the range 'AllCategories' and added that to the drop down but when that is selected I get an error (#NUM).
Can anyone advise how I can include the option to look at the whole column as well please?
I'm creating a LARGE IF array funtion as follows:
=LARGE(IF(Master!$B:$B=A1,Master!$F:$F),1)
The A1 is a drop down list that is selecting a Category name and then selecting the nth largest number in Col F from 1 - 10. I also want to include an option to look at all rows in Col F so that I'm pulling the 10 largest figures from the whole list rather than category specific.
I've tried and ELSE and Or but this doesn't seem to work, I've tried naming the range 'AllCategories' and added that to the drop down but when that is selected I get an error (#NUM).
Can anyone advise how I can include the option to look at the whole column as well please?