how to find(vblookup) but part of the value

jamiguel77

Active Member
Joined
Feb 14, 2006
Messages
387
Office Version
  1. 2016
  2. 2010
  3. 2007
Platform
  1. Windows
  2. Web
hi all.

hi have this sheet:

https://imgur.com/a/qCbFd

specially see D5 AND D6 cells (the value)..

also i have this other sheet (same book):

https://imgur.com/a/1ql4J

see the value in cell: A2, A3, A4

in A2 have the value: P678 if try find it in my sheet1: https://imgur.com/a/qCbFd this value is located in D9 right? how to get the value in C9 and A9 and store it in: my sheet 2: https://imgur.com/a/1ql4J (same as the image)

in the case of the value of A3: H300 this value is on sheet1 in cell: D5 but if you see the content of this cell is: T226 H300 how do the work?
in the case of the value of A4: J 304 this value is on sheet1 in cell: D5 but if you see the content of this cell is: T226 H300 how do the work? if you see J 304 have a space, need remove first and try lookup.

thanks
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
I dont know your sheets so will need some adjustment but maybe like this:

=INDEX(Sheet1!$A$1:$A$100,MATCH("*"&SUBSTITUTE(A2," ","")&"*",Sheet1!$D$1:$D$100,0))
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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