Ben85

New Member
Joined
Jan 9, 2017
Messages
30
I feel like my brain just isn't working correctly, but here is what I am trying to do.

I have 2 tables, I need to add a column to the first table, and then do a lookup for the "ITEM ID" from the second table and return the "VERIFY" number to the NEW column in the first table.

I am pretty sure this is a decently simple Index match formula, but for the life of me I am not getting it to work...

First Table: (1 Column)
Folder ID
04.315.201 6/11/2019 PO 1
04.315.201 6/11/2019 PO 2
04.315.202 6/11/2019 PO 1
04.315.202 6/11/2019 PO 2
04.315.311 6/11/2019 PO 1
04.315.311 6/11/2019 PO 2

<tbody>
</tbody>


Second Table: (2 Columns)

<colgroup><col></colgroup><tbody>
</tbody>
ITEM IDVERIFY
04.315.2011
04.315.2022
04.315.3113

<tbody>
</tbody>


Thanks for any help!
-Ben
 
Re: Index Match Help

Try

B2
=INDEX(tbl_Item[VERIFY],MATCH(1,INDEX(--ISNUMBER(SEARCH(tbl_Item[ITEM ID],[@[Folder ID]])),),0))

M.

Marcelo and AryaTech,
Very much appreciate the help I was able to get both formulas to work as needed. Thank you for your help! (y)
 
Upvote 0

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

Forum statistics

Threads
1,213,551
Messages
6,114,273
Members
448,559
Latest member
MrPJ_Harper

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