Count cycle period

Kishan

Well-known Member
Joined
Mar 15, 2011
Messages
1,648
Office Version
  1. 2010
Platform
  1. Windows
Hi,

I need to count cycle of 1X2 period when each time it is completed.

Data in Cells C6:C66 Result in cells E6:E14 colours are just shown to show example clearly.

Example data


Book1
ABCDEF
1
2
3
4
5C1Count Cycle
6X5
7X12
8X13
927
1015
11X7
12X3
1314
1415
151
16X
171
181
19X
201
211
222
231
24X
251
26X
271
281
291
301
311
321
332
341
352
361
37X
38X
39X
401
41X
422
43X
44X
451
461
472
481
49X
50X
51X
52X
53X
542
551
56X
572
581
591
602
61X
622
631
641
651
66X
67
68
Sheet1


Thank you in advance

Kishan
 
I think you have Excel 2000? That doesn't have the IFERROR function. You can just remove it like this:

=MAX(MATCH("X",OFFSET($C$6:$C$66,SUM(E$5:E5),0),0),MATCH(1,OFFSET($C$6:$C$66,SUM(E$5:E5),0),0),MATCH(2,OFFSET($C$6:$C$66,SUM(E$5:E5),0),0))

I believe the rest of the functions work in 2000. You'll just get an error at the end of the list instead of an empty cell.
Hi Eric, Yes this formula is working perfect :)

Thank you very much for your help

Kind Regards,
Kishan


 
Upvote 0

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,216,566
Messages
6,131,437
Members
449,652
Latest member
ylsteve

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