Forum Discussion
Excel Help
In the attached file, the formula in E3 is:
=IFNA(LOOKUP(2,1/(($B$2:$B$21=AGGREGATE(15,6,$B$2:$B$21/($B$2:$B$21<1500),ROW()-2))*
(COUNTIF(E$2:E2,$A$2:$A$21)=0)),
$A$2:$A$21),"")
In G3, the formula is modified like this:
=IFNA(LOOKUP(2,1/(($B$2:$B$21=AGGREGATE(15,6,$B$2:$B$21/(($B$2:$B$21>=1500)*
($B$2:$B$21<2000)),ROW()-2))*(COUNTIF(G$2:G2,$A$2:$A$21)=0)),
$A$2:$A$21),"")
In I3, the formula is again modified like this:
=IFNA(LOOKUP(2,1/(($B$2:$B$21=AGGREGATE(15,6,$B$2:$B$21/($B$2:$B$21>=2000),ROW()-2))*
(COUNTIF(I$2:I2,$A$2:$A$21)=0)),
$A$2:$A$21),"")
In F3, H3, and J3, this formula is copied therein:
=IFNA(LOOKUP(2,
1/($A$2:$A$21=E3),
$B$2:$B$21),"")
- ian_122282Oct 05, 2019Copper Contributor
Twifoo - thanks for your assistance on this.
I will review this now and study your approach.
I will get back to you just in case I have a question.