Hi
In the attached, I have 2 sheets and an array Index and Match formula to return a value in Col D from col A
in sheet2 based on col A and col C of sheet1. using this formula, I can find only extact match but not an approx. match
How do I modify the formula to include finding approx match?
=INDEX(Sheet2!A:A,MATCH(Sheet1!A2&Sheet1!C2,Sheet2!$B$2:$B$5&Sheet2!$C$2:$C$5,0)+1)
From the attached, I want to find the Approval authority for amount 10,000. The above formula give me #N/A
where I want to have a return of Assc+Exec from Sheet2
TIA
regards, francis