Wanting to find 2 different forms of text that are similar and make them appear in another cell

Jaffabfc

Board Regular
Joined
Jul 5, 2013
Messages
196
Office Version
  1. 365
Platform
  1. Windows
Hi,

I currently have several thousand lines of data in column B and they have descriptions of paper/exercise books etc.

I am wanting in column C it to say if it can find in column B if it has A4 or A4+ or A5 (etc) in the text and pull it back to the cell.

So B2 says "Red book a4 200 pages" in C2 i want a formula to say its found a4, so the formula would say A4
But in B3 i could have "red books a4+ 100 pages" in C3 i would like the fomrula to pull back the answer of A4+.

Ive done it loads before just minds gone blank.

thanks
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
also some cells in column B have a4 then a space and a plus, without changing the data i am wanting that picking up as a4+ too
 
Upvote 0
Try this.
Mappe21
BCDEF
2Red book a4 200 pagesA4A4
3red books a4+ 100 pagesA4+A4+
4calendar A5A5A4 +
5calendar A5 +A5+A5
6A5+
7A5 +
Tabelle1
Cell Formulas
RangeFormula
C2:C5C2=SUBSTITUTE(LOOKUP(2,1/SEARCH($F$2:$F$7,B2),$F$2:$F$7)," ","")
 
Upvote 0

Forum statistics

Threads
1,215,094
Messages
6,123,071
Members
449,092
Latest member
ipruravindra

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