Forum Discussion
saad soliman
Jul 07, 2018Brass Contributor
Excel Formula Help
Hi, What formula I could use to search an exact match of three cells in the first worksheet from the second worksheet and retrieve a specific value from the last column in the second worksheet? ...
- Jul 08, 2018
This worked. Thanks Detlef.
Regards
Saad
saad soliman
Brass Contributor
Hi Detlef,
I have tried this formula, but the problem is that I have to know which row number I should look for in Sheet2, which is Row # 2 in the formula you sent. I need a generic formula.
Thanks
saad soliman
Jul 07, 2018Brass Contributor
I have attached another Sheet with more data. I need to retrieve the Hourly rate in Column H (Sheet1) for the exact match of "Position", "Work Type" and "Age" in Sheet2.
Regards
- Detlef_LewinJul 08, 2018Silver Contributor
Changed formula to:
=LOOKUP(2,1/ISNUMBER(SEARCH(A2,Sheet2!$A$3:$A$42))/(Sheet2!$B$3:$B$42=D2)/(Sheet2!$C$3:$C$42=E2),Sheet2!$D$3:$D$42)
- saad solimanJul 08, 2018Brass Contributor
This worked. Thanks Detlef.
Regards
Saad