repeat of sequence ?

mcsim

New Member
Joined
Sep 20, 2002
Messages
26
how can i find repeat of sequence in one column .

example :

column = A


a7 = value 200
a8 = value 300
a9 = value 500
a10 = value 50
et cetera

sequence = 200,300,500

i want to find how many time this sequence (200,300,500)repeat in the column , any idea ?


thanks

mcsim
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
One way...

Let A1:A13 house

{"Values";10;20;30;200;300;500;2;3;4;200;300;500}

and C1:C4

{"Seq";200;300;500}

In D2 enter:

=SUMPRODUCT((A2:A13=C2)*(A3:A14=C3)*(A4:A15=C4))

See...
Book1
ABCD
1ValuesSeqCount
2102002
320300
430500
5200
6300
7500
82
93
104
11200
12300
13500
14
15
Sheet1
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,198
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top