Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default how can i count text in a ranges of data

Hi all,
I have a file contain 10 sheets,every sheet contain list of names,i need to
know the frequncy of certian name all over the 10 sheets.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default how can i count text in a ranges of data

On Tue, 30 Jan 2007 07:40:01 -0800, Abdelmoneim,Mahmoud
wrote:

Hi all,
I have a file contain 10 sheets,every sheet contain list of names,i need to
know the frequncy of certian name all over the 10 sheets.

Thanks


If you will be referring to no more than 65,536 cells, you could download and
install Longre's free and easily distributable add-in morefunc.xll from
http://xcell05.free.fr/

Then use the COUNTIF.3D function.


--ron
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default how can i count text in a ranges of data

If all the sheets have the same configuration (names in identical columns),
you could try something like this:

FIRST - you must create a list of your sheet names.
You can place this list in an out-of-the-way location, say Z1 to Z10.

If the sheet names are XL's default names, just enter
Sheet1
in Z1 and drag down to automatically increment and create the list.

If you're using others sheet names, then key them into Z1 to Z10, making
sure they are spelled exactly as they appear in the tabs.

Let's say that your names are contained In A1 to D20 on each of your 10
sheets.
Assume the name you're looking to count is entered into E1.

Then try this:

=SUMPRODUCT(COUNTIF(INDIRECT("'"&Z1:Z10&"'!A1:D20" ),E1))

Watch those apostrophes and double quotes!
They're included just in case there might be spaces in the sheet names.

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===




"Abdelmoneim,Mahmoud" wrote
in message ...
Hi all,
I have a file contain 10 sheets,every sheet contain list of names,i need to
know the frequncy of certian name all over the 10 sheets.

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
How to convert a month to a quarter ...... Epinn New Users to Excel 26 May 3rd 23 07:45 PM
count specific text that occurs in a range of cells Tim Excel Discussion (Misc queries) 16 October 10th 06 01:41 AM
sorting 2 colums of numbers and incremening them down blk&wht Excel Discussion (Misc queries) 10 October 9th 06 10:12 PM
count G4:G51 for critera only if D4:D51 contains text data sir Lancelot Excel Worksheet Functions 2 November 13th 05 07:53 PM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM


All times are GMT +1. The time now is 02:03 AM.

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"