That MATCH() does what I need - finding series of ones, but when rows exceed 300 000 it stuck.
Do I need to split the raw data on 300k rows?
What is the better alternative to get these results (if any)? In fact I need it for few millions of rows.
Thanks!
Do I need to split the raw data on 300k rows?
What is the better alternative to get these results (if any)? In fact I need it for few millions of rows.
Thanks!
Cell Formulas | ||
---|---|---|
Range | Formula | |
C1:C10 | C1 | =IF(B1>=$F$1,0,1) |
D1:D10 | D1 | =MATCH(0,C1:C260000,0)-1 |