Unique formula which can find delay for number 1 to 50 at once

motilulla

Well-known Member
Joined
Feb 13, 2008
Messages
2,362
Office Version
  1. 2010
Using Excel 2010
Hello,

I am using following formula given by Fluff under this link Count delay of specific number after it finds reset to 0, and repeat counts

I have a few numbers of results in the columns “B” they are in between 1 to 50, In the column “C” there is formula which finds the delay of the number is in the cell “C5” to get the delay of the each numbers I have to change the number and put delay of their corresponding number in the columns “G:M”

Now I require a formula which find delay of each number automatically in the columns “G:M” in the cells G6:M55 as shown in the example below. (Also I want to mention that appearance for the each number max will be 10 times)

Does it is possible to have unique formula which can find the delay of each numbers?

Note: my request if I could be possible, I can use the given formula in the excel 2000 also.

MrExcel Question.xlsx
ABCDEFGHIJKLMN
1
2
3
4Few ResultDelayUniqueUnique1 Time2 Time3 Time4 Time5 Time6 Time7 Time
5Few Result1NumCountDelayDelayDelayDelayDelayDelayDelay
629 13161458
732 2175
849 322553
945 4348118
1042 5098
117 653917452821
1215 73374505
1336 83
148 92
1535 103
1612 111
1734 122
1821 132
199 140
2033 152
21116160
2250 170
2310 185
2413 190
2520 202
2623 212
2726 221
2835 232
2924 242
303 250
3110 262
3230 270
3333 280
3439 292
35114304
3640 311
3715 322
3835 334
3923 341
4030 353
4130 362
428 372
4345 381
446 391
4540 404
4631 411
4744 421
487 432
4933 442
5029 452
5149 461
527 471
534 482
544 495
5540 502
5640 
5718 
5812 
5918 
6043 
616 
6211 
6320 
6424 
656 
668 
6749 
6848 
6937 
706 
7150 
724 
7318 
7448 
7538 
7626 
7721 
7822 
7949 
802 
8130 
8247 
833 
8441 
8544 
8649 
8710 
8832 
8943 
9033 
919 
9213 
93158
9437 
9536 
9646 
9718 
986 
9918 
Sheet1
Cell Formulas
RangeFormula
G6G6=MATCH($E6,$B$6:$B$99,0)
F6:F55F6=COUNTIF($B$6:$B$99,E6)
C6:C99C6=IF($B6=C$5,ROW()-LOOKUP(2,1/(($B$5:$B5=C$5)+($B$5:$B5="Few Result")),ROW($B$5:$B5)),"")


Please help

Thank you all.

Regards,
Moti
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,215,134
Messages
6,123,237
Members
449,093
Latest member
Vincent Khandagale

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