Problem with VLOOKUP

tajulit

Board Regular
Joined
Oct 24, 2015
Messages
111
I use this formula for copy data into sheet1 from Sheet2

Code:
=VLOOKUPINDEX($A1,Sheet2!$A:$B,COLUMN(),FALSE)


When i use VLookup formula with small text it works fine but with a large text it doesn't work. Any Solution?
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Edited:
I use this formula for copy data into sheet1 from Sheet2
Code:
=IFERROR(VLOOKUP($A1,Sheet2!$A:$E,COLUMN(),FALSE),"")
When i use VLookup formula with small text it works fine but with a large text it doesn't work. Any Solution?

Example of My text:
[TABLE="width: 64"]
<colgroup><col width="64"></colgroup><tbody>[TR]
[TD="width: 64"]http://www.imdb.com/offsite/?page-action=offsite-finefilms&token=BCYi37qHGFuydSnewTppmgErdM_LYPXfImEn5OoJfaZ8gObcI5GB9c4BwZNrhj387LcihfYibYo9%0D%0AVOsTVwihD50i5X33C2lBONBKSshWVFJE7rP9ZelsaPWmPCLaP_DoS26nAYPnCR-Mks4zuF0pOzMm%0D%0AOuBYNoQ4T4jqMiZ2rTLg8g3uI_e_gJpOVv2qAJ58szvCinNxj0-nJU3H-X0k0MgdkZRuu-SW139x%0D%0AEDBdzIChvek%0D%0A&ref_=tt_pdt_ofs_offsite_1[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
Hi, It is not a link for download. It is example about my data which need to Match with VLOOkUp

Sorry.
Do not understand where the error
---
This trial
Code:
=INDEX(Sheet2!$B:$E,SUMPRODUCT(MIN((Sheet2!$A:$A=$A1)*ROW(Sheet2!$A:$A))),COLUMN())
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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