suptechguy
New Member
- Joined
- Jan 15, 2020
- Messages
- 10
- Office Version
- 365
- Platform
- Windows
I am starting a new project to simplify an uploading process. I would like to create a workbook that is set up like this:
Two sheets, one is called “Upload Data”, and the other is called “Prepared File. The “Prepared File” sheet has the column headers in the correct order for the upload to work properly. When users copy and paste data into the “Upload Data” sheet, then the data for each column will copy into sheet “Prepared File’ and will be arranged in the correct order.
I think the logic would look something like this:
In sheet (“Prepared File”) in range (“9:9”)
Match each column header (A9, B9, C9, …) with the column headers in sheet (“Upload data”) in range (“A:A”).
If exact match is found, copy the data in that column from Sheet (“Upload Data”) into the matching column on sheet (“Prepared File”)
If a match is not found, then put a (“x”) above that column (A8, B8, C8, …) in sheet (“Prepared File”)
Please help. Thank!
Two sheets, one is called “Upload Data”, and the other is called “Prepared File. The “Prepared File” sheet has the column headers in the correct order for the upload to work properly. When users copy and paste data into the “Upload Data” sheet, then the data for each column will copy into sheet “Prepared File’ and will be arranged in the correct order.
I think the logic would look something like this:
In sheet (“Prepared File”) in range (“9:9”)
Match each column header (A9, B9, C9, …) with the column headers in sheet (“Upload data”) in range (“A:A”).
If exact match is found, copy the data in that column from Sheet (“Upload Data”) into the matching column on sheet (“Prepared File”)
If a match is not found, then put a (“x”) above that column (A8, B8, C8, …) in sheet (“Prepared File”)
Please help. Thank!