olimajor123
Board Regular
- Joined
- Nov 13, 2013
- Messages
- 72
Hi,
Have a formula I think should work but it doesn't seem to be.
I basically am trying to sort some top scorers by position. I have a rank sumproduct forumla that works for the ranking, but I then want to display top scorers for each position in another sheet.
I have
<bdo dir="ltr">=if(and(Engine!$B:$B="DEF",Engine!$AQ:$AQ=1),Engine!$C:$C,"")
In the above, column B on the engine sheet displays the position, column AQ displays the rank and Column C is the players name. I am asking it to get the players name if the position is Defender and the rank is number 1. Can anyone let me know why this forumla isnt working?
Thanks
</bdo>
Have a formula I think should work but it doesn't seem to be.
I basically am trying to sort some top scorers by position. I have a rank sumproduct forumla that works for the ranking, but I then want to display top scorers for each position in another sheet.
I have
<bdo dir="ltr">=if(and(Engine!$B:$B="DEF",Engine!$AQ:$AQ=1),Engine!$C:$C,"")
In the above, column B on the engine sheet displays the position, column AQ displays the rank and Column C is the players name. I am asking it to get the players name if the position is Defender and the rank is number 1. Can anyone let me know why this forumla isnt working?
Thanks
</bdo>