Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Excel formula

I am using the formula - =COUNTIF(E913:E914,"COR") to count the number of
times the word COR occurs in my document. I got the formula from Excel Help
in the program. The problem is that it won't count, the answer is always
zero even though COR appears several times in Column E. Am I using the wrong
formula or even entering it wrong? Help!
--
Bonni
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,118
Default Excel formula

The formula you posted: =COUNTIF(E913:E914,"COR")
counts the number of cells that contain only "COR" (not case-sensitive) in
the 2 cells you referenced (E913 and E914).

Is that your situation?
Or may the cells contain "COR" within other text, e.g. "CORPORATE"?

Just in case....try this:
=COUNTIF(E913:E914,"*COR*")

The asterisks (*) are wildcards and will extend the match to any cell that
contains "COR" anywhere in it's displayed text. (only in those 2 cells, of
course)

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Bonni Wilbourne" wrote:

I am using the formula - =COUNTIF(E913:E914,"COR") to count the number of
times the word COR occurs in my document. I got the formula from Excel Help
in the program. The problem is that it won't count, the answer is always
zero even though COR appears several times in Column E. Am I using the wrong
formula or even entering it wrong? Help!
--
Bonni

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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Excel Formula Issue [email protected] Excel Discussion (Misc queries) 2 August 16th 06 11:44 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
converting formula from lotus.123 to excel zaharah Excel Worksheet Functions 2 July 27th 05 03:04 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 08:52 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"