Vlookup Problem

jamiguel77

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

i understand how to work Vlookup funciton, if found a value return me a value, if not give me a #NA (right)


my dude is how to mark in the matrix the value?


see the image.

https://imgur.com/a/LkFjp1C


How to mark? found in the matriz?

thanks
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Not sure if this is what you are asking for but try this, it is a vlookup formula that will return "found" if a value matches something in the matrix and "not found" if there is no match in the matrix.

=IF(ISNUMBER(VLOOKUP(B1,$H$2:$H$8,2,FALSE)),"Found","Not Found")
 
Upvote 0
Hi friend, i think isnt the way, i know if found

but my problem is....


how to mark the value in the matriz in a new cell see the image column J2 by sample.


thanks
 
Upvote 0
You can have a lookup linking back to the other table. Try this

=IF(ISNUMBER(MATCH(H2,$B$1:$B$5,0)),"Found","Not Found")
 
Upvote 0
ok, yes i see i know

but nt exist other table

i want tye any value, mark on the table again capture other value mark on the table and so on...

i think the way is VBA right?

Thanks
 
Upvote 0
Do you mean that you want the word “found” to appear in the matrix table only after you type something in the lookup? Because you can do that by changing “Not Found” in the formula with just blank quotes. “ “ .

If you dont want to have a formula a formula in column J then you need to make something via VBA.
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,747
Members
448,989
Latest member
mariah3

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