Forum Discussion
johngrade
Jul 11, 2023Copper Contributor
Index matching numbers across a row with dupes
Hey folks! I'm pretty green to excel functions and could use some help: I inherited a report (that has been scrubbed) that is using a simple index-matching formula to pull the top 4 items ...
- Jul 11, 2023
Maybe something like:
=TAKE(SORTBY(FILTER($B$1:$I$1,$B2:$I2>0,""),FILTER($B2:$I2,$B2:$I2>0,0),-1),,4)