another vlookup help

agron1974

New Member
Joined
Jan 12, 2018
Messages
4
Hi again,

For the next stage, how do I set up the lookup formula in the first table to look for the item number in the 2nd table.

categoryhero
5other

<colgroup><col style="width:48pt" width="64"> <col style="mso-width-source:userset;mso-width-alt:3840;width:79pt" width="105"> </colgroup><tbody>
</tbody>


CategoryheroItemTitle
2Aquaman32724
Collectibles > Comics > Silver Age (1956-69) > Superhero > Aquaman

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>

Thanks
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Are these tables on the same sheet, different sheets?

What cells do the tables utilize?
What do you want to display if it can't find a category during your search?
 
Upvote 0
agron1974, Good afternoon.

Your request is confusing.

When creating a message use the GO ADVANCED button and use the table creation buttons in the menu to help us understand the layout of your spreadsheet.

Please, explain your need a little better by giving us an example of research and how it would be the expected result.

I'm sure we can help you.
 
Upvote 0
I'm trying to match the category and the hero columns between the two tables. Once the two columns match up to give me the information in the item number column. Have the formula give me a N/A if nothing matches. They are on two separate tabs, both start at A1.
 
Upvote 0
Hi agron1974,

I agree with Marcilio - your request is a bit confusing. But, here are my two cents: I ASSUME that you are attempting to enter a numerical value under the "Category" column say, in sheet1 and under the "hero" column the VLOOKUP function will return the hero you're looking for? Your lookup table being in sheet2. If so, the needed formula would be:

=VLOOKUP(A2,Sheet2!A1:D23,2,FALSE)
 
Upvote 0
vlookupvlookupWhat's causing the confusion is this, I'm using =INDEX(info!A9:B233,MATCH(1,(info!A9:A233=X2)*(info!B9:B233=Y2),0),1). I'm thinking that a formula can offer me more help than this formula. What can I do?

Table 1
*Action
*CategoryProduct:UPCTitleyearcategoryhero
Add
#VALUE!
52 (2006-2007) #1C
20065other

<colgroup><col span="3"><col><col><col><col><col></colgroup><tbody>
</tbody>

Table 2
Category
hero
ItemTitle
13972Collectibles > Comics > Golden Age (1938-55) > Cartoon Character

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
 
Upvote 0
Maybe I'm the only one that is not getting it but, I'm not getting it. Your post is still very confusing agron1974. The problem/solution may seem very easy from your perspective but we, at least me, are not seeing it.

The way I am reading your last post is that you want the formula to be placed in the "*Category" column of Table 1 in which I assume you want it to read a value from Table 2 correct?? If so, the VLOOKUP should work fine.

Please reply if this will work. If not, please be very specific/thorough with what you're needing - bullet points maybe? The more guidance you provide to the forum viewers the better we can assist you.
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,262
Members
449,075
Latest member
staticfluids

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