Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
toyota58
 
Posts: n/a
Default Triple occurence formula

Anyone knows how to make a triple occurence formula ?


Example:


Cell A1 = 2356789
Cell A2 = 01345
Cell A3 = 012345


Here we find that 3 and 5 have triple occurence.



Thank You.

  #2   Report Post  
Max
 
Posts: n/a
Default

One play ..

With the posted source numbers in A1:A3
(numbers are assumed text numbers, may have leading zeros)

Put in say, B1:

=IF(SUMPRODUCT(--(ISNUMBER(SEARCH(COLUMNS($A$1:A1)-1,$A1:$A3))))=3,COLUMNS($
A$1:A1)-1,"")

Copy B1 across 10 cols to K1

B1:K1 will return the results

Or, vertically,

Put in say, A5:

=IF(SUMPRODUCT(--(ISNUMBER(SEARCH(ROWS($A$1:A1)-1,$A$1:$A$3))))=3,ROWS($A$1:
A1)-1,"")

Copy A5 down 10 rows to A14

A5:A14 will return the results

--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"toyota58" wrote in message
ups.com...
Anyone knows how to make a triple occurence formula ?


Example:


Cell A1 = 2356789
Cell A2 = 01345
Cell A3 = 012345


Here we find that 3 and 5 have triple occurence.



Thank You.



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 07:13 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"