Hi there,
I'm trying to rowcount a table, to find the first empty row. However, as some of the columns in the table have If statements, I'd like to rowcount based only on the contents of column A.
That is, if column A is empty in that row, then consider that row empty.
Here is the section of...