My countif is adding the number of "4"s in a range of rows starting at row 33 and moving to the end of the data (presently at row 41).
I'm adding new rows using a form but the row number 41 isn't increasing. So the new values aren't being counted.
=COUNTIF([Strategy...value]33:[Strategy...value]41, 4)
How do I get this to work?