Hi,
I have a table with three columns and need to create a conditional rank, like this:
=SUMPRODUCT(($A$2:$A$67=$A2)*($C$2:$C$67=$C2)*($B$2:$B$67<$B2)/COUNTIFS($A$2:$A$67,$A$2:$A$67,$C$2:$C$67,$C$2:$C$67,$B$2:$B$67,$B$2:$B$67))+1
This formula needs to be copied down and adjusted to cover the whole dataset and it will quickly become heavy to calculate.
Does anybody have an alternative formula using dynamic array functions that produce a spill range to cover the dataset?
Best regards,
Marbleking
Bookmarks