find repeat data ‎continuous from a list data

jasmimh

New Member
Joined
Nov 28, 2016
Messages
8
Hi sir,
i wanna to know how to find repeat data ‎continuous from a list data...
Example; From F6:AJ6 they have data 1,0,0,0,1,1,1.....
I need formula become TRUE result if they have 3 times 0 continuous...

34294266571_40305f0d7f_b.jpg
 
Last edited:

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
0
0
1######
1
0
1
0
1
0#######
0=IF(AND(A3=A2,A3=A1),"cont","")
0cont
1
1
0
0
0cont
0cont
1
1

<colgroup><col width="64" span="8" style="width:48pt"> </colgroup><tbody>
</tbody>
 
Upvote 0
thanks oldbrewer for your reply....
i just use OR(COUNTIF(F21:H21,0)=3,COUNTIF(G21:I21,0)=3,COUNTIF(H21:J21,0)=3..........
and it work for me...
 
Upvote 0

Forum statistics

Threads
1,215,948
Messages
6,127,871
Members
449,410
Latest member
adunn_23

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