I have a scenario I am not sure how to accomplish what I need to accomplish. I have Item numbers in column A and serial numbers for that item number in Columns B-E. Column A will have duplicate values, which I would like to have them all in the same row. For if Item 1 is in A1, A7, A12, A17 and A22, then all of the serial numbers for those rows would need to go to Cells Behind A. So in essence I would like to merge the data that each item number has into one row as shown. Any ideas on how to accomplish this? So you can see all of the serial numbers for Item 1 would go into the same row. After the forumula is run, preferably in a new sheet there would be 5 rows for each item and then all of those serial numbers for that item behind. I would then transpose the rows into columns when I am done as I need the items in columns rather than rows. Let me know if you have any ideas on how I can accomplish this.
After everything is done I would like to have the table look like this with all of the serial numbers behind the item number:
Item Number | Serial | Serial | Serial | Serial | ||||||||||||||||
Item 1 | 1 | 22 | 43 | 64 | 6 | 27 | 48 | 69 | 11 | 32 | 53 | 74 | 16 | 37 | 58 | 79 | 21 | 42 | 63 | 84 |
Item 2 | 2 | 23 | 44 | 65 | ||||||||||||||||
Item 3 | 3 | 24 | 45 | 66 | ||||||||||||||||
Item 4 | 4 | 25 | 46 | 67 | ||||||||||||||||
Item 5 | 5 | 26 | 47 | 68 | ||||||||||||||||
Item 1 | 6 | 27 | 48 | 69 | ||||||||||||||||
Item 2 | 7 | 28 | 49 | 70 | ||||||||||||||||
Item 3 | 8 | 29 | 50 | 71 | ||||||||||||||||
Item 4 | 9 | 30 | 51 | 72 | ||||||||||||||||
Item 5 | 10 | 31 | 52 | 73 | ||||||||||||||||
Item 1 | 11 | 32 | 53 | 74 | ||||||||||||||||
Item 2 | 12 | 33 | 54 | 75 | ||||||||||||||||
Item 3 | 13 | 34 | 55 | 76 | ||||||||||||||||
Item 4 | 14 | 35 | 56 | 77 | ||||||||||||||||
Item 5 | 15 | 36 | 57 | 78 | ||||||||||||||||
Item 1 | 16 | 37 | 58 | 79 | ||||||||||||||||
Item 2 | 17 | 38 | 59 | 80 | ||||||||||||||||
Item 3 | 18 | 39 | 60 | 81 | ||||||||||||||||
Item 4 | 19 | 40 | 61 | 82 | ||||||||||||||||
Item 5 | 20 | 41 | 62 | 83 | ||||||||||||||||
Item 1 | 21 | 42 | 63 | 84 |
Item Number | Serial | Serial | Serial | Serial | ||||||||||||||||
Item 1 | 1 | 22 | 43 | 64 | 6 | 27 | 48 | 69 | 11 | 32 | 53 | 74 | 16 | 37 | 58 | 79 | 21 | 42 | 63 | 84 |
Item 2 | 2 | 23 | 44 | 65 | 7 | 28 | 49 | 70 | 12 | 33 | 54 | 75 | 17 | 38 | 59 | 80 | ||||
Item 3 | 3 | 24 | 45 | 66 | 8 | 29 | 50 | 71 | 13 | 34 | 55 | 76 | 18 | 39 | 60 | 81 | ||||
Item 4 | 4 | 25 | 46 | 67 | 9 | 30 | 51 | 72 | 14 | 35 | 56 | 77 | 19 | 40 | 61 | 82 | ||||
Item 5 | 5 | 26 | 47 | 68 | 10 | 31 | 52 | 73 | 15 | 36 | 57 | 78 | 20 | 41 | 62 | 83 |
Last edited: