Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Matt Stone
 
Posts: n/a
Default Help with a formula please

I need to count a number of text cells to find out if an exact same
occurance occurs more than twice.
I Use Excel 2003

Any ideas

Thanks


  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=COUNTIF(A:A,"the text")

--
HTH

Bob Phillips

"Matt Stone" wrote in message
...
I need to count a number of text cells to find out if an exact same
occurance occurs more than twice.
I Use Excel 2003

Any ideas

Thanks




  #3   Report Post  
FSt1
 
Posts: n/a
Default

hi matt,
try this...

=countif(A1:A50000,"yourtext")

works in xl2k. lookup countif in xl help.
Adjust the formula to fit your data.

regards

FSt1

"Matt Stone" wrote:

I need to count a number of text cells to find out if an exact same
occurance occurs more than twice.
I Use Excel 2003

Any ideas

Thanks



  #4   Report Post  
Jim May
 
Posts: n/a
Default

If in Range a1:a100 you say have abc appearing 5 times
Try in cell C1 =Countif(A1:A100,D1)
where A1:A100 is all your text
Enter into D1 abc
C1 should bring back 5


"Matt Stone" wrote in message
...
I need to count a number of text cells to find out if an exact same
occurance occurs more than twice.
I Use Excel 2003

Any ideas

Thanks




  #5   Report Post  
Bryan Hessey
 
Posts: n/a
Default


Assuming your data is in column A from cell A1 downwards,

in B1 enter

=IF(COUNTIF(A$1:A$8,A1)2,"More than two "&A1,"")

using CTRL/Shift/Enter to enter an array formula, then formula-drag
this to the bottom of your data.


--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=390147



  #6   Report Post  
Jim May
 
Posts: n/a
Default

With your given data in A1:A11 in cell B1 enter:
=COUNTIF($A$1:$A$11,A1)
and Copy (B1) down to B11.
Note amts greater than 1 !!



"Matt Stone" wrote in message
...
Perhaps I did not explain it right. I have a column of different text of
which contain 3 characters (Approx 11 rows). I need to make sure that of
these none of them appear more than two times:

Example.

Column A
che
man
ars
mcy
eve
asv
ars
bir
whu
wba
liv

I need a sum to make sure the above text does not appear more than twice.
Bearing in mind I have multiple columns with different text in each.

Thanks

"Jim May" wrote in message
news:JWoFe.92$MZ6.55@lakeread01...
If in Range a1:a100 you say have abc appearing 5 times
Try in cell C1 =Countif(A1:A100,D1)
where A1:A100 is all your text
Enter into D1 abc
C1 should bring back 5


"Matt Stone" wrote in message
...
I need to count a number of text cells to find out if an exact same
occurance occurs more than twice.
I Use Excel 2003

Any ideas

Thanks








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 12:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"