I'm trying to do a workaround to adding multiple rows from the same form. I created a new sheet that has columns for requests 1-10. I want to pull certain columns from that sheet to move to a new sheet and then I can use a workflow to transfer that to my main sheet. I've created an ID column that autogenerates a number as a unique identifier for the sheet the form goes into. on the second sheet I am using the formula =INDEX({Date Requested}, MATCH([Row ID]@row, {Row ID Helper}, 0)). The "Date Requested" is the column name from the first sheet that I need the information from. "Row ID" is the column name on both sheets that the unique identifier is in. My starting number is 01. This formula works on pulling the information through 09. Once the number is 10, it returns with #NO MATCH, even when there is a 10 on the other sheet. How can I fix this, or what am I doing wrong?