S Suresh Badhani Member Feb 12, 2022 #1 I have a data and have to select top and Bootom performer name if match criteria from as attached file. Attachments Auto name pick match cell.xlsx 18.4 KB · Views: 4
I have a data and have to select top and Bootom performer name if match criteria from as attached file.
B bosco_yip Excel Ninja Feb 12, 2022 #2 Try, In F33, formula copied down, and formula copied to R33 & copied down : =LOOKUP("zzz",$A$1:INDEX($1:$1,MATCH(E33,IF(ISERR(FIND("Not",$B33)),$30:$30,$31:$31),0))) Attachments Auto name pick match cell.xlsx 17.6 KB · Views: 5 Last edited: Feb 12, 2022
Try, In F33, formula copied down, and formula copied to R33 & copied down : =LOOKUP("zzz",$A$1:INDEX($1:$1,MATCH(E33,IF(ISERR(FIND("Not",$B33)),$30:$30,$31:$31),0)))
S Suresh Badhani Member Feb 12, 2022 #3 bosco_yip said: Try, In F33, formula copied down, and copied right to R33 & copied down : =LOOKUP("zzz",$A$1:INDEX($1:$1,MATCH(E33,IF(ISERR(FIND("Not",$B33)),$30:$30,$31:$31),0))) View attachment 77786 Click to expand... Thats working very very thanks but what is zzz in lookup
bosco_yip said: Try, In F33, formula copied down, and copied right to R33 & copied down : =LOOKUP("zzz",$A$1:INDEX($1:$1,MATCH(E33,IF(ISERR(FIND("Not",$B33)),$30:$30,$31:$31),0))) View attachment 77786 Click to expand... Thats working very very thanks but what is zzz in lookup
B bosco_yip Excel Ninja Feb 12, 2022 #4 Suresh Badhani said: Thats working very very thanks but what is zzz in lookup Click to expand... "zzz" is refer to a very big text number, formula logic is to return the last text value within a range. For more details, please Google "Excel Bignum". Regards Last edited: Feb 12, 2022
Suresh Badhani said: Thats working very very thanks but what is zzz in lookup Click to expand... "zzz" is refer to a very big text number, formula logic is to return the last text value within a range. For more details, please Google "Excel Bignum". Regards