I have a worksheet with 3 forms (on the same sheet) that is collecting information and populating onto one master sheet where I currently have information related to each form. The problem is that the 3 forms, leave me with 4 separate rows (original entry info and data from the 3 forms) that all share 1 unique identifier, and I want to have 1 row. I control the identifier with a Data Shuttle dynamic dropdown. All forms are input by different people but the dropdown assures the unique identifier.
Each form fills out different columns (associated with a candidate) on the master sheet. Can I use a function match to combine the rows that share that unique identifier (name from dynamic dropdown)? If not, how can I gather all the information into one row?