Hello Experts,
i have a monthly data in sheet one, i am trying to sort by the largest amounts in sheet 2 with a formula, i get a num error with the formula i used, i so realised that when two figures have same figure it repeats the first instance all though i thought the below formula will resolve that. kindly assist to sort the data by the largest amount and deal with the num error. thanks
INDEX(Sheet1!A$2:A$21,SMALL(IF(Sheet1!$N$2:$N$21=P20,ROW(Sheet1!$A$2:$A$21)-ROW(Sheet1!$A$2)+1,""),COUNTIF(Sheet1!$N$2:N19,Sheet1!N19)))
Bookmarks