Forum Discussion
John_D2255
Mar 20, 2024Copper Contributor
Duplicate values using xlookup
I am getting the following response when trying to look for the Subcomp (Subcompetency) associated with the lowest Subcomp score. Xlookup keeps finding the first occurrence when there are multiples ...
Detlef_Lewin
Mar 20, 2024Silver Contributor
Try this:
=SORT(CHOOSECOLS('Download sheet'!$A$4:$E$101,1,5,4,2),2,1)
John_D2255
Mar 20, 2024Copper Contributor
Will try. Thanks! I am also trying a filter function embedded in a sort function