Hello,
I'm trying to count new rows that come in on a web form below a specific row using a formula. How do I start my formula range on a specific row, then count all new rows that are below it as they come in from the webform?
We use a webform to receive quotes from subcontractors. As they come in, they are moved up to be filed under the company "parent" row as children. Each time this happens, the formula errors if I am using the column range formula without a row number; however, if I put in the row number, I cannot count new rows. How do I fix this?
Ex.
=COUNT([Quote #]:[Quote #])
- This counts all rows, but includes old quotes. Not what I want.
I want to start at a given row, then allow it to change as we move numbers from below it to above it, but also add new rows that come in from the form...
Ex.
=COUNT([Quote #]$250:[Quote #])
As you know, that formula doesn't work, but hopefully you get the idea, and see what I'm trying to do..