I am trying to count how many times a certain value appears in a spreadsheet, but I am working with multiple values that all need to be counted. EX: "value 1"+"value 1" needs to have a count of 2, but then the value changes to "value 2" and may appear 5 times and needs to have a count of 5. The next value may only appear 3 times. Since "value 1", "value 2" and the next value change without a consistent interval, I am struggling to find an appropriate calculation.