Compare range data to another column data

mobeenraheem

New Member
Joined
Oct 24, 2014
Messages
4
I have 121 values in C column which i need to compare A column 5k values.

I made simple IF formula where "Pizza" with wild card represent C column data.

Code:
=IF(A1="","",IF(ISNUMBER(SEARCH("*Pizza*",A1)),"True","False"))

I tried to put range width wildcard but its not giving me correct result.Little help here.

Also i tried one more thing i nested this formula for 121 values and off course excel giving me Error about more then 64 levels of nesting.
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
still not clear friend, show us the first 10 rows of cols A to C with the outcome you want
 
Upvote 0
I also tried but its not working.

Code:
=IF(A1="","",IF(ISNUMBER(SEARCH({"*Pizza*"; "*American (Traditional)*"},A1)),"True","False"))

And

Code:
=IF(A1="","",IF(ISNUMBER(SEARCH("*"&$C$1:$C$121&"*",A1)),"True","False"))
 
Upvote 0

Forum statistics

Threads
1,215,779
Messages
6,126,848
Members
449,343
Latest member
DEWS2031

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