suprsnipes
Active Member
- Joined
- Apr 26, 2009
- Messages
- 434
Hi,
I am using the following array formula which is working great to find the consecutive frequency.
What I would like to also do is to sum the total equal to the frequency in column D. How could I do that?
Regards,
suprsnipes
I am using the following array formula which is working great to find the consecutive frequency.
Code:
=IF(A1<>"",FREQUENCY(IF(A1:A21=A1,ROW(A1:A21)),IF(A1:A21<>A1,ROW(A1:A21))),"")
What I would like to also do is to sum the total equal to the frequency in column D. How could I do that?
Regards,
suprsnipes