Manny Singh Member Sep 18, 2016 #1 Hi All, Could you please help to write a formula for the attached sheet, let me know if any query. Cheers, Manny Attachments Log.xlsx Log.xlsx 23.1 KB · Views: 6
Hi All, Could you please help to write a formula for the attached sheet, let me know if any query. Cheers, Manny
B bosco_yip Excel Ninja Sep 18, 2016 #2 Try……. In F3 array formula (confirm entered with SHIFT+CTRL+ENTER) : =IFERROR(INDEX(C3:C9,MATCH(1,(--TRIM(LEFT(C3:C9,2))<=E3)*(--RIGHT(SUBSTITUTE(C3:C9,"F",""),2)>=E3),0)),"Not found") Regards Bosco Attachments LookupRange1.xlsx LookupRange1.xlsx 23.9 KB · Views: 15 Last edited: Sep 18, 2016
Try……. In F3 array formula (confirm entered with SHIFT+CTRL+ENTER) : =IFERROR(INDEX(C3:C9,MATCH(1,(--TRIM(LEFT(C3:C9,2))<=E3)*(--RIGHT(SUBSTITUTE(C3:C9,"F",""),2)>=E3),0)),"Not found") Regards Bosco
Manny Singh Member Sep 18, 2016 #3 Hi Bosco, Thanks so much, I am still a learner in excel, could you please give me a little explanation on this formula, I will appreciate it. Cheers, Manny.
Hi Bosco, Thanks so much, I am still a learner in excel, could you please give me a little explanation on this formula, I will appreciate it. Cheers, Manny.
B bosco_yip Excel Ninja Sep 19, 2016 #5 Manny Singh said: Hi Bosco, Thanks so much, I am still a learner in excel, could you please give me a little explanation on this formula, I will appreciate it. Cheers, Manny. Click to expand... Hi Manny, The formula is a two criteria LOOKUP using INDEX and MATCH and the format like this : =INDEX(TableRange,MATCH(1,(CriteriaRange1=Criteria1)*(CriteriaRange2=Criteria2),0)) Regards Bosco
Manny Singh said: Hi Bosco, Thanks so much, I am still a learner in excel, could you please give me a little explanation on this formula, I will appreciate it. Cheers, Manny. Click to expand... Hi Manny, The formula is a two criteria LOOKUP using INDEX and MATCH and the format like this : =INDEX(TableRange,MATCH(1,(CriteriaRange1=Criteria1)*(CriteriaRange2=Criteria2),0)) Regards Bosco
B bosco_yip Excel Ninja Sep 19, 2016 #7 Manny Singh said: Thanks Bosco, if I could I will give you the title of Ninja.. Click to expand... Thanks Manny, You're welcome. Regards Bosco
Manny Singh said: Thanks Bosco, if I could I will give you the title of Ninja.. Click to expand... Thanks Manny, You're welcome. Regards Bosco