0
I'm looking for a formula or set of formula to find how many numbers are found to be sequential.
See below for what im looking for
Ive found the following formula that identifies what numbers are sequential. but it doesn't tell how many are in each range =IF(A3=A2+1,C2,IF(A3=A4-1,MAX(C$1:C1)+1,""))
I'm looking for a formula or set of formula to find how many numbers are found to be sequential.
See below for what im looking for
Ive found the following formula that identifies what numbers are sequential. but it doesn't tell how many are in each range =IF(A3=A2+1,C2,IF(A3=A4-1,MAX(C$1:C1)+1,""))