I am trying to separate claim data in a wooksheet similar to the table below.
I would like to take the data above and turn it into the table below preferably with formulas but I know I may have to resort to macros.
Right now I have a sheet with a table with the data from the top table and I have a converter sheet to make the below table format and then I copy and paste the ew format into another table.
Is there another way to do this to update this automatically with formulas? Sometimes the claim will only have one or two tires not the full three.
Claim # | Customer Data | Tire 1 | Serial #1 | Refund 1 | Tire 2 | Serial #2 | Refund 2 | Tire 3 | Serial #3 | Refund 3 |
W0001 | Jane Doe | 225 | P3RTY | $ 100.00 | 225 | P4RTY | 150 | 225 | P5RTY | 200 |
I would like to take the data above and turn it into the table below preferably with formulas but I know I may have to resort to macros.
Claim # | Customer Data | Tire | Serial | Refund |
W0001 | Jane Doe | 225 | P3RTY | $ 100.00 |
W0001 | Jane Doe | 225 | P4RTY | $ 150.00 |
W0001 | Jane Doe | 225 | P5RTY | $ 200.00 |
Right now I have a sheet with a table with the data from the top table and I have a converter sheet to make the below table format and then I copy and paste the ew format into another table.
Is there another way to do this to update this automatically with formulas? Sometimes the claim will only have one or two tires not the full three.
Last edited: