Not sure what functionality I need to be using but here is what I am looking to accomplish. I need to know how to count the number of rows in a table that are not null. I have a table with data but what I need to know is how many rows are filled out. In other words, if 5 rows out of 20 are filled out, I need my form to tell me that 5 rows are filled in. The specific data in the table is irrelevant for this calculation. Furthermore, I do not need the formula to validate the all columns in the row, just 1 column filled out is fine.
I tried the following formula but this is literally counting each row as 1 without looking for data. If the row is blank, I need the formula to skip that (or count it as 0). As mentioned, I can also pinpoint a specific cell if needed.
Count("Page2.Table1.Row1", "Page2.Table1.Row2")