Forum Discussion
Jays_407
Jan 15, 2019Copper Contributor
Please advise best function or formula to fetch the "Expected results" Column D
Please advise best function or formula to fetch the "Expected results" in Column D from the lookup data in the attached spreadsheet. Appreciate your help. Thx JS
Hello
=INDEX($F$5:$O$7,MATCH(A2,$E$5:$E$7,0),B2)
2 Replies
Sort By
- Detlef_LewinSilver Contributor
Hello
=INDEX($F$5:$O$7,MATCH(A2,$E$5:$E$7,0),B2)
- Jays_407Copper Contributor
Awesome - Thank You Lewin, Appreciate your support.
Detlef_Lewin wrote:Hello
=INDEX($F$5:$O$7,MATCH(A2,$E$5:$E$7,0),B2)