I have this formula
in (U2:Y2), when I try to use this formula
on (AB2:AF2), It doesn't give any error or result. But I know this formula works, I used it before. Can it be the reason that I use =small() function on U2:Y2. Can you help me fix the problem? please. thanks.
Code:
{=SMALL(N2:R2,{1,2,3,4,5})}
Code:
=IFERROR(INDEX($U2:$Y2,SMALL(IF($U2:$Y2=0,COLUMN($U2:$Y2)),COLUMN(U:U))),"")