View Single Post
 
Old 10-25-2022, 06:24 AM
AP41-at-OfficeFORUM AP41-at-OfficeFORUM is offline Windows 10 Office 2019
Novice
 
Join Date: May 2021
Location: Italy
Posts: 19
AP41-at-OfficeFORUM is on a distinguished road
Default COUNT TRIPLETs present in an array of values

The following formula: =SOMMA(SE(FREQUENZA(SE($A$3:$M$7=O3;RIF.RIGA($A$3: $M$7);SE($A$3:$M$7=P3;RIF.RIGA($A$3:$M$7);0));RIF. RIGA($A$3:$A$7)-1)=2;1;0))
manages to count PAIRS present in a given array of values …
QUESTION:
HOW can it be modified to count triplets instead of Pairs of values?
Sample file attached.
Attached Files
File Type: xlsx Count-triplets in array of values.xlsx (12.1 KB, 9 views)
Reply With Quote