Count Formula Help

Sallys1975

New Member
Joined
Nov 4, 2013
Messages
3
I have a spread sheet with multiple lines of data, where each row may contain a value say "AR" multiple times in that same row (up to 4 times), I want to know if one does appear in the row, but I do not want it counted multiple time, it there an easy way this can be done?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
If(countif()):


Excel 2010
ABCDEFGHIJ
185646718941452312 
2722817853814954
38520816168618791
483Q6060W44346041
52696686453519611
61456488642ARARAT16AR FOUND
787857398152377012
88793746E15155229
9562969424333391535
10711008698816271AR95AR FOUND
115046R728026676493
1254761190239517697
13704423824888724480
143374AR5133R344912AR FOUND
154638T7422Y8194ARAR FOUND
166951154372695220
1720248332674752699
1839354184294987595
191040638280U355820
20591A441943457167
216994466444481758
Sheet1
Cell Formulas
RangeFormula
J1=IF(COUNTIF($A1:$I1,"AR")>0,"AR FOUND","")


(or if you just want to know if it appears once change the >0 to =1)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,084
Messages
6,128,722
Members
449,465
Latest member
TAKLAM

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