Multiple Criteria Lookup - VBA Help

jaya

Board Regular
Joined
Aug 18, 2004
Messages
225
Can some assist me to replace 1 in A1 and B1 with the variable Rw in the following please.

ElxJobNo = Evaluate("INDEX(Index(Jobnumbers,0,1),MATCH(indirect(""A1"")&indirect(""B1""),Index(Jobnumbers,0,3)&Index(Jobnumbers,0,4),0))")

This works as it is but I am unable to use the incremental variable Rw to go though a series of rows.

Thanks in advance.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Don't bother found the answer myself.

Replaced ""A1"" with " + Chr(34) + "A" + Trim(Str(Rw)) + Chr(34) + "

Sorry if any of you spent any time on this.
 
Upvote 0
Don't bother found the answer myself.

Replaced ""A1"" with " + Chr(34) + "A" + Trim(Str(Rw)) + Chr(34) + "

Sorry if any of you spent any time on this.

Hi, i am trying with your approach to match multiple criteria in index match formula with loop. But its not working.

Could you give me some tips?

Thanks,
 
Upvote 0

Forum statistics

Threads
1,224,606
Messages
6,179,862
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top