#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default Count

i have one big table, need help, how do to these things funcions

1. Need to count B5 to B35 names, how meny thimes names recur.
example:
sony
philips
samusng
thomson
sony
nokia
sony
philips

and need result like this
sony 3
philips 2
samsung 1
thomson 1
etc

2. Need from all table nubers and txt find some words
example:
plaaplaa Sony pla plap lpla Sony
111sdas pla pla Sony.

And will find all Sony from this txt and cont me like this
Sony 3

Sry bad english ;) i hope u understand what i need.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 78
Default Count

these 1. and 2.
Not need that listing
samusng 1
thomson 1

need if word recur in txt more then 2-3 times then it will count it.

nr2 example more
(One box)
ag234 kama 0taba laha 45
ag284 kama maba laha 48
ag234 kama ghba laha 45
ag534 kama taiul laha 90

so here count 2 ag234
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 55
Default Count


1) Using a simple Pivot table you could get the count...Search google for
using pivot table if unsure

2) =SUM(--(MID(a1,ROW(INDIRECT("1:"&LEN(a1))),len(b1))=b1))
where A1 is your text and cell B1 is value you are searching within the Text
"eg"Sony" etc)

After copying the formula press Ctrl+shift+enter

"felix" wrote:

these 1. and 2.
Not need that listing
samusng 1
thomson 1

need if word recur in txt more then 2-3 times then it will count it.

nr2 example more
(One box)
ag234 kama 0taba laha 45
ag284 kama maba laha 48
ag234 kama ghba laha 45
ag534 kama taiul laha 90

so here count 2 ag234

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Count

I'm not sure if you have a separate list of names in 1. or if you just
want the counts against every name. Assuming your names are in column
A, then put this formula in B1:

=COUNTIF(A:A,B1)

then copy it down.

If you have a separate list of names, say beginning in D1, then put
this formula in E1:

=COUNTIF(A:A,D1)

and copy down.

For 2. you can use:

=(LEN(A1)-LEN(SUBSTITUTE(A1,"Sony","")))/LEN("Sony")

assuming your long text is in A1.

Hope this helps.

Pete



On Mar 26, 8:06*pm, felix wrote:
i have one big table, need help, how do to these things funcions

1. Need to count B5 to B35 names, how meny thimes names recur.
example:
sony
philips
samusng
thomson
sony
nokia
sony
philips

and need result like this
sony 3
philips 2
samsung 1
thomson 1
etc

2. Need from all table nubers and txt find *some words
example:
plaaplaa Sony pla plap lpla Sony
111sdas pla pla Sony.

And *will find all Sony from this txt and cont me like this
Sony 3

Sry bad english ;) i hope u understand what i need.


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
Count Employee Work Time - Don't Count Duplicates J Excel Worksheet Functions 3 May 1st 07 10:47 PM
Count Employee Work Time - Don't Double-count Overlapping Apts. J Excel Worksheet Functions 0 April 27th 07 05:52 AM
Excel 2000, count, sort a list & count totals? sunslight Excel Worksheet Functions 1 April 9th 07 05:46 PM
How do i count numbers and letters to find a total count of all Linda Excel Worksheet Functions 4 November 10th 05 04:51 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM


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