Bob Morrison
New Member
- Joined
- Dec 11, 2009
- Messages
- 31
<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} </style> <![endif]--> Ok, I have say Column “A” with entries such as:
2(Sold)
5
7
1(Sold)
6
10
21
And I want to count the number of cells with (Sold) in them. The numbers prefixing the (Sold) are of no consequence for this calculation.
I thought something along the lines of =countif(A1:A10, Sold) but of course that doesn’t work. (Well doesn’t for me). The answer I’m looking for is of course 2 in the above example.
I was thinking along the lines of a “Wild Card” prefixing the Sold, say, *.(Sold) but that doesn’t work either.
[FONT="]So I thought I’d check with the XL experts to see if it can be done.
Thanks
[/FONT]
2(Sold)
5
7
1(Sold)
6
10
21
And I want to count the number of cells with (Sold) in them. The numbers prefixing the (Sold) are of no consequence for this calculation.
I thought something along the lines of =countif(A1:A10, Sold) but of course that doesn’t work. (Well doesn’t for me). The answer I’m looking for is of course 2 in the above example.
I was thinking along the lines of a “Wild Card” prefixing the Sold, say, *.(Sold) but that doesn’t work either.
[FONT="]So I thought I’d check with the XL experts to see if it can be done.
Thanks
[/FONT]