Need Help in If vlookup function

Rahulwork

Active Member
Joined
Jun 9, 2013
Messages
284
Hello Everyone,

I need small help in if and vlookup function

Please find below below table for example:

I want that when i apply lookup in C column it should check all raw values of same reference number in A1 or so on and give me match result. please help me

ABCdEF
123AppleDesire result - True123Pizza
3456Orange123Apple
987Banana654Bureger
654GrapesDesire Result - True654Grapes
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
How about
+Fluff v2.xlsm
ABCDE
1ABCdE
2123AppleTRUE123Pizza
33456OrangeFALSE123Apple
4987BananaFALSE654Bureger
5654GrapesTRUE654Grapes
6
Sheet3
Cell Formulas
RangeFormula
C2:C5C2=COUNTIFS(D:D,A2,E:E,B2)>0
 
Upvote 0
Thanks for response but by counting this we can't be sure that apple is tagged with 123. as apple could be tagged with other number too. i need to varify only those where apple is tagged with 123
 
Upvote 0

Forum statistics

Threads
1,213,526
Messages
6,114,136
Members
448,551
Latest member
Sienna de Souza

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