vlookup- approximate match

drewbny

Board Regular
Joined
Jan 16, 2011
Messages
98
I tried using vlookup with approximate match and my vlookups werent working. I have to lookup a column which is a concatenate of two other columns. does vlookups on approximate match not work with concatenates?
 
Hi Aladin, my current formula is

=IF($AT$4>0,LOOKUP(bignum,CHOOSE({1,2},0,INDEX(projsls,(MATCH($B29,Prjsheet,0))))/1000),LOOKUP(bignum,CHOOSE({1,2},0,INDEX(ladder20,(MATCH($L29,Ladders,0))))))

In order to make this formula calculate faster, should I replace the Index match formula with the Lookup formula with the format shown below? I need an exact match.

=IF(LOOKUP(A2,$E$2:$E$400)=A2,LOOKUP(A2,$E$2:$E$400,$G$2:$G$400),"")
 
Upvote 0

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi Aladin, my current formula is

=IF($AT$4>0,LOOKUP(bignum,CHOOSE({1,2},0,INDEX(projsls,(MATCH($B29,Prjsheet,0))))/1000),LOOKUP(bignum,CHOOSE({1,2},0,INDEX(ladder20,(MATCH($L29,Ladders,0))))))

In order to make this formula calculate faster, should I replace the Index match formula with the Lookup formula with the format shown below? I need an exact match.

=IF(LOOKUP(A2,$E$2:$E$400)=A2,LOOKUP(A2,$E$2:$E$400,$G$2:$G$400),"")

That is only possible if E2:E400 is in ascending order...
 
Upvote 0

Forum statistics

Threads
1,224,516
Messages
6,179,231
Members
452,898
Latest member
Capolavoro009

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