Hi - i am using a 6k record flat file with submissions records that I have turned into a pivot table for a two dimensional array, but need to get the associated content for each submission using index and match from the submission ID - in some cases there are 1000 associated records per submission ID. I need to add the associated content into columns so I can then extract all the data into merge forms.
This is two days and counting and I am not getting anywhere. At this point I can at least get data, but it is exactly the same across the rows. I have created a small subset of data for testing and here is where I have ended up with the formula.
=INDEX(testtable[RPN],MATCH($F4,testtable[SubmissionID]))
1 2 3
SubmissionID Name RPN
123 SubOne 11111 SubmissionID Name Count of RPN RPN1 RPN2 RPN3 RPN4 RPN5 RPN6 RPN7
123 SubOne 22222 123 SubOne 7 77777 77777 77777 77777 77777 77777 77777
123 SubOne 33333 555 SubTwo 5 133332 133332 133332 133332 133332 133332 133332
123 SubOne 44444 998 SubThree 3 166665 166665 166665 166665 166665 166665 166665
123 SubOne 55555
123 SubOne 66666
123 SubOne 77777
555 SubTwo 88888
555 SubTwo 99999
555 SubTwo 111110
555 SubTwo 122221
555 SubTwo 133332
998 SubThree 144443
998 SubThree 155554
998 SubThree 166665
This is two days and counting and I am not getting anywhere. At this point I can at least get data, but it is exactly the same across the rows. I have created a small subset of data for testing and here is where I have ended up with the formula.
=INDEX(testtable[RPN],MATCH($F4,testtable[SubmissionID]))
1 2 3
SubmissionID Name RPN
123 SubOne 11111 SubmissionID Name Count of RPN RPN1 RPN2 RPN3 RPN4 RPN5 RPN6 RPN7
123 SubOne 22222 123 SubOne 7 77777 77777 77777 77777 77777 77777 77777
123 SubOne 33333 555 SubTwo 5 133332 133332 133332 133332 133332 133332 133332
123 SubOne 44444 998 SubThree 3 166665 166665 166665 166665 166665 166665 166665
123 SubOne 55555
123 SubOne 66666
123 SubOne 77777
555 SubTwo 88888
555 SubTwo 99999
555 SubTwo 111110
555 SubTwo 122221
555 SubTwo 133332
998 SubThree 144443
998 SubThree 155554
998 SubThree 166665