I got a data like this:
![]()
I want to count how many days I read continuously without interruption.
I use the FLATTEN and SORT formula to combine the two columns and sort it from least to largest. However, how do I count for the number of continue numbers? How to remove repeated numbers?