JPhotonics
Member
I have a spreadsheet where users will select answers to questions, however, these users may also want to ADD a new question (ROW). How can I make it so that I can have a cell to the left (for example A16) be numbered 1 and then any numbers after it follow in sequential order? The standard form/template has Cells A16 through A18 as questions, numbered 1, 2 and 3. There will be other subsets of questions also, but they are all in 3-question standard groupings.
Currently, in order to keep the formulas and drop-down answers for the questions, the user must copy the row and insert it. This keeps the formatting correct for the row and allows the questions to be answered and post results properly. However, it does not automatically sequence the question number. So, the user winds up with 1, 2, 2, 3 for example. Is there a formula I can put in the cell(s) to auto-sequence if the user copies and inserts the formula to create a new Row (question)?
I have attached a sample of the worksheet. You will notice that it is a Macro-Enabled Worksheet because I am running some code to allow me to timestamp when all questions become "Approved" or "Approved w/ Comments". If it would work best to put in more code for the auto-sequencing, that would be fine, but if that is the case, I would prefer users NOT have to copy and insert.
Currently, in order to keep the formulas and drop-down answers for the questions, the user must copy the row and insert it. This keeps the formatting correct for the row and allows the questions to be answered and post results properly. However, it does not automatically sequence the question number. So, the user winds up with 1, 2, 2, 3 for example. Is there a formula I can put in the cell(s) to auto-sequence if the user copies and inserts the formula to create a new Row (question)?
I have attached a sample of the worksheet. You will notice that it is a Macro-Enabled Worksheet because I am running some code to allow me to timestamp when all questions become "Approved" or "Approved w/ Comments". If it would work best to put in more code for the auto-sequencing, that would be fine, but if that is the case, I would prefer users NOT have to copy and insert.