Need help- Find Function with Multiple criteria

Mallappa

New Member
Joined
Jul 20, 2012
Messages
15
Hi everyone,

I need your help for Find Function with Multiple criterias. Ex-

ADC XE AD ADKO R Ad Know Op
ADC XE AD ADKO X Ad Know
ADC XE AD ADKOAd Know
KNE XE KN ACDA

If this is my data in Column A, I need to find the names which contains " R " and " X " in 16th digit. I can do it using find formula twice but is there a way to do it in on shot..?

The formula I'm using is =FIND(" R ",A1,16) it gives me numbers like 16, 17, 19, 20 etc but I'm interested only in 16 digit so I just filter for 16 and copy the data to seperate tab.

Waiting for you ans​
 
Try this...

Sheet1

*AB
AD AD ADKO I Acquired Content
SCS XE RE RE__ I Knowledge
SCS XE SC SECO I Knowledge
KNC XE IC CMIO I StrtIntCntPrj
SCM XE TH TECH I Knowledge
KNC XE KN DDOP I Digital Deply
ADC XE AD ADKO R Ad Know Op
ADC XE AD ADKO x Ad Know
ADC XE AD ADKO X Ad Know
ADC XE AD ADKOAd Know
KNE XE KN ACDA
CFT XE CF FLXCFlexsmrComp

<COLGROUP><COL style="FONT-WEIGHT: bold; WIDTH: 30px"><COL style="WIDTH: 234px"><COL style="WIDTH: 72px"></COLGROUP><TBODY>
[TD="bgcolor: #cacaca, align: center"]2[/TD]

[TD="align: right"]FALSE[/TD]

[TD="bgcolor: #cacaca, align: center"]3[/TD]

[TD="align: right"]FALSE[/TD]

[TD="bgcolor: #cacaca, align: center"]4[/TD]

[TD="align: right"]FALSE[/TD]

[TD="bgcolor: #cacaca, align: center"]5[/TD]

[TD="align: right"]FALSE[/TD]

[TD="bgcolor: #cacaca, align: center"]6[/TD]

[TD="align: right"]FALSE[/TD]

[TD="bgcolor: #cacaca, align: center"]7[/TD]

[TD="align: right"]FALSE[/TD]

[TD="bgcolor: #cacaca, align: center"]8[/TD]

[TD="align: right"]TRUE[/TD]

[TD="bgcolor: #cacaca, align: center"]9[/TD]

[TD="align: right"]FALSE[/TD]

[TD="bgcolor: #cacaca, align: center"]10[/TD]

[TD="align: right"]TRUE[/TD]

[TD="bgcolor: #cacaca, align: center"]11[/TD]

[TD="align: right"]FALSE[/TD]

[TD="bgcolor: #cacaca, align: center"]12[/TD]

[TD="align: right"]FALSE[/TD]

[TD="bgcolor: #cacaca, align: center"]13[/TD]
[TD="align: left"]ASL XE AT ASLRIFRSEUDevSMR[/TD]
[TD="align: right"]TRUE[/TD]

[TD="bgcolor: #cacaca, align: center"]14[/TD]

[TD="align: right"]TRUE[/TD]

</TBODY>



This formula entered in B2 and copied down:

=OR(EXACT(MID(A2,15,3),{" R "," X "}),COUNT(SEARCH("SMR",A2)))

Cool. It works great. Thank you very very much for your support. I get back to you if I come across any doubts in future.:confused:
 
Upvote 0

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,225,487
Messages
6,185,270
Members
453,285
Latest member
Wullay

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