Scenario:
- I have Column A filled with roughly 3000 product IDs. (These are the products I want to update)
- I have Column B filled with roughly 45,000 product IDs (These are all of my product IDs, in which the 3000 or so from Column A are in...)
- Columns C - AZ have data that is connected with the product IDs in column B (the product name, description, price, etc)
I need to find a way to sort the data in columns B-AZ to match/align with the product IDs in Column A, while keeping the information connected to the product IDs intact.
Hopefully I would then be able to scroll down to where my Column A ends, and can then delete the rest of the data in B-Z, leaving me with organized, matched data for my 3000 product IDs.
I hope this makes sense and is clear...I have tried VLookup and IF statements, but I DO NOT want just another column that displays if the data is in Column B, (I already know it is) I need all of the information to be sorted according to Column A's matching Column B's product IDs.
Thank you for your help! I desperately need it!
-PSLAV
Edit: Here is an extremely simplified version of what I am trying to accomplish...
And want it to look like this
- I have Column A filled with roughly 3000 product IDs. (These are the products I want to update)
- I have Column B filled with roughly 45,000 product IDs (These are all of my product IDs, in which the 3000 or so from Column A are in...)
- Columns C - AZ have data that is connected with the product IDs in column B (the product name, description, price, etc)
I need to find a way to sort the data in columns B-AZ to match/align with the product IDs in Column A, while keeping the information connected to the product IDs intact.
Hopefully I would then be able to scroll down to where my Column A ends, and can then delete the rest of the data in B-Z, leaving me with organized, matched data for my 3000 product IDs.
I hope this makes sense and is clear...I have tried VLookup and IF statements, but I DO NOT want just another column that displays if the data is in Column B, (I already know it is) I need all of the information to be sorted according to Column A's matching Column B's product IDs.
Thank you for your help! I desperately need it!
-PSLAV
Edit: Here is an extremely simplified version of what I am trying to accomplish...
And want it to look like this
Last edited: