Return multiple value from Vlookup and immediate look next value for placement of value

arjun0014

New Member
Joined
Mar 25, 2016
Messages
9
Hi,
I am currently working on returning multiple values from large excel data base. The headers of data from A1 to J1 -
Figure- Gross - Net - Exchange -Amount - Transaction id - Ref. id- Recipient - Date - Type
And all these containing the data upto 400 rows. The header FIGURE contains data like (A2-A7)
470-480-480-590-620-620 .
Now the problem is that i have a list of FIGURE which i need to fetch from the above available data. like 470, 480 , 590 , 620. So i updated the formula like that

Look up value (M1) 480

Figure (N1) =IFERROR(INDEX($A$2:$J$62,SMALL(IF($A$2:$A$62=$M$2,ROW($A$2:$A$62)-1,""),ROW(A1)),MATCH(N$1,$A$1:$J$1,0)),"") and it works perfectly fine in row and column dragging without any issue. I want to make some changes in above formula so that when it would find the values for 480 then it automatically fetch the details for value 590, LOOK FOR 620 and so on. If i would use referencing like that M2 (WITHOUT DOLLAR ) then values across the cells to N1 O1 P1 would not work . Because 480 has two results so $M2 , M$2 would not work in either row or column. So when it'll find the details of M1 (480) and place the value in N1 to P1, then N2 to P2. After that it would pick 590 and use the above syntax.


If you need further info please ask freely .
Thanks
 

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.

Forum statistics

Threads
1,215,444
Messages
6,124,891
Members
449,194
Latest member
JayEggleton

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