I'm setting up a table with many questions. The questions asked will change depending on the answers given. Each row will contain a question. The first column is the question number. I'd like the question number to change based on it's position in the table. I hide the rows for questions that are not being used. If the question is in the 5th row, it should be question 5. Is there a way to determine the row number and then have it change if it moves up or down in the table?