Running count of occurrence in list
To create a running count for a specific value that appears in a range of cells, you can use the COUNTIF function with an expanding range. In the example shown, the formula in C5 is: =IF(B5=value,COUNTIF($B$5:B5,value),"") where value is the named …Read more