Make Vlookup More Easy and Simple

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hello all..

i have excel formula, that's make confused :
how to make more easy or similar that, name sheet "Input Lap"
Code:
=VLOOKUP(VLOOKUP($N$2;'Input Lap'!$A:$CQ;ROW([COLOR=#ff0000]A23[/COLOR]);FALSE);'Input Lap'!$A:$CQ;69;FALSE)

i must typing one by one to change cell A23. A24,.....etc....
any help thank in advance...

m.susanto
 
Last edited:

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
What is the value in N2 and what is the table in Input Map? Can you explain, using 2 different examples, what you want the formula to do?
 
Upvote 0
What is the value in N2 and what is the table in Input Map? Can you explain, using 2 different examples, what you want the formula to do?

thanks this Jack :


Excel 2007
CDEFGHIJKLMNOPQRSTUVWXYZAAAB
2Row1
3
111NoPropertyCode ItemsAmount
1121Rumah Negara Golongan I Tipe C Permanen4010201007 - 29961.002.246.483.15
1132Rumah Negara Golongan I Tipe C Permanen4010201007 - 301.087.268.732.928.00
1142#N/A#N/A-
1152#N/A#N/A-
1162#N/A#N/A-
LAP REVAL
 
Last edited:
Upvote 0
When this formula of yours...

=VLOOKUP(VLOOKUP($N$2;'Input Lap'!$A:$CQ;ROW(A23);FALSE);'Input Lap'!$A:$CQ;69;FALSE)

will be looking like this successively:

=VLOOKUP(VLOOKUP($N$2;'Input Lap'!$A:$CQ;{23};FALSE);'Input Lap'!$A:$CQ;69;FALSE)

=VLOOKUP(VLOOKUP($N$2;'Input Lap'!$A:$CQ;{24};FALSE);'Input Lap'!$A:$CQ;69;FALSE)

=VLOOKUP(VLOOKUP($N$2;'Input Lap'!$A:$CQ;{25};FALSE);'Input Lap'!$A:$CQ;69;FALSE)

Etc...

So what is the real problem?
 
Upvote 0
thanks Aladin..

i want copy down that formula but not working :
=VLOOKUP(VLOOKUP($N$2;'Input Lap'!$A:$CQ;{23};FALSE);'Input Lap'!$A:$CQ;69;FALSE)
i always change reference cell 23,24,25, etc....very manually...

when i copy down formula the cell not change still in {23}
 
Last edited:
Upvote 0
thanks Aladin..

i want copy down that formula but not working :
=VLOOKUP(VLOOKUP($N$2;'Input Lap'!$A:$CQ;{23};FALSE);'Input Lap'!$A:$CQ;69;FALSE)
i always change reference cell 23,24,25, etc....very manually...

when i copy down formula the cell not change still in {23}

are you not wanting that

ROW(A23) gives 23

and copied down, it becomes 24, 25, etc?
 
Upvote 0

Forum statistics

Threads
1,215,591
Messages
6,125,711
Members
449,252
Latest member
cryss1988

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