What Function Do I use.

frsydtke

New Member
Joined
Mar 15, 2018
Messages
6
I have spent all afternoon and failed to find the correct formula.
Reaching out for some help.

We have a basic excel with 2 Column and 5000 rows.
Column B is our SKU - FCA001, FCA002,FCA003 and so on.
Column C is our image links example below.

I am trying to find a rule to check the SKU "Column B" is contained in the adjacent row "Column C"

Is that possible please? Thank you in advance......!

#NAME?FCA001https://cdn-share.slickpic.com/u/PhillipHume/LO1/org/FCA001Anderson/p/MTQ3

<colgroup><col style="mso-width-source:userset;mso-width-alt:5412;width:111pt" width="148"> <col style="mso-width-source:userset;mso-width-alt:5156;width:106pt" width="141"> <col style="width:48pt" width="64"> </colgroup><tbody>
</tbody>
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Re: Help - What Function Do I use.

If I understand what you want correctly this should work


Excel 2010
ABC
2links has SKUFCA001https://cdn-share.slickpic.com/u/PhillipHume/LO1/org/FCA001Anderson/p/MTQ3
Sheet1
Cell Formulas
RangeFormula
A2=IF(ISNUMBER(SEARCH(B2,C2)),"links has SKU","Link does NOT have SKU")
 
Upvote 0

Forum statistics

Threads
1,215,256
Messages
6,123,903
Members
449,132
Latest member
Rosie14

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