#1   Report Post  
WYN
 
Posts: n/a
Default count combinations

hi all,i have a lagre list of numbers (a1:j1000)i have to locate three digit
number combinations that may be in each row.and how many times this
combination occurs.is there a formula to do this? -- thanks wynb
wynb
  #2   Report Post  
Nick B
 
Posts: n/a
Default

You might be able to do something like:
=SUM(ISNUMBER(FIND("123",A1:J1000))*1) as an array where 123 is the number
combination you are looking for.
To enter a formula as an array, copy and paste the code into the cell, but
rather than hitting Enter, hit Ctrl+Shift+Enter.
Now this will only count each cell once. So if I use "123" then if I have
123 in A1 and 123123 in A2, it will only return 2 (once for each cell).

Something like this?

"WYN" wrote:

hi all,i have a lagre list of numbers (a1:j1000)i have to locate three digit
number combinations that may be in each row.and how many times this
combination occurs.is there a formula to do this? -- thanks wynb
wynb

  #3   Report Post  
WYN
 
Posts: n/a
Default

hi nick b, thank you,that works perfectly. wynb

"Nick B" wrote:

You might be able to do something like:
=SUM(ISNUMBER(FIND("123",A1:J1000))*1) as an array where 123 is the number
combination you are looking for.
To enter a formula as an array, copy and paste the code into the cell, but
rather than hitting Enter, hit Ctrl+Shift+Enter.
Now this will only count each cell once. So if I use "123" then if I have
123 in A1 and 123123 in A2, it will only return 2 (once for each cell).

Something like this?

"WYN" wrote:

hi all,i have a lagre list of numbers (a1:j1000)i have to locate three digit
number combinations that may be in each row.and how many times this
combination occurs.is there a formula to do this? -- thanks wynb
wynb

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
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM
count a group of numbers but do not count duplicates Lisaml Excel Worksheet Functions 2 January 26th 05 11:19 PM
Count number to reach a cumulative value Bruce Excel Worksheet Functions 5 January 25th 05 05:14 PM
Count If Formula Mimi Excel Worksheet Functions 0 November 5th 04 11:55 AM
count based on two fields - need quickly JO Excel Worksheet Functions 1 November 1st 04 09:44 PM


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