I have two spreadsheets (Sheet 1) and (Sheet 2) with similar data in different columns that I want to move to an existing spreadsheet(Sheet 3) in the workbook under the New columns for further analysis
If anyone can help with this it will be greatly appreciated. This is beyond my capability
- They have similar data and I need to create a VBA code that would consolidate all transaction into an existing 3rd spreadsheet spread (sheet 3) with columns A,B,C,D,E that has fixed formulas in Columns H-AA that we eventually in this ask lock from sorting
- There are 8,000 rows of transactions
- In Spread sheet 3 Column F will have a formula that calculates a total dollar amounts for each line. It will be helpful to auto sort Column G Sheet 3 that has a formula to calculate costs highest to lowest along with the data in columns A.B,C,D,E without changing the sort in rows H-AA
- Spread Sheet 1 has data in column A,B,C,K and W. The ask is to have the data be moved to Col A,B,C,D,E respectively in Sheet3 . A to A sheet 3,B to B sheet 3,C to C sheet 3,K to D sheet 3 and W to E sheet 3.
- Sheet 2 has similar data in B,C,O,T AND V where I need to move B to move to A sheet 3, C to B sheet 3, O to C sheet 3,T to move to D sheet 3 and V to E Sheet 3.
- ALL data in Sheet 1 and Sheet 2 will be copied and pasted into the Sheet 1 and Sheet 2. So as the pasting occurs Sheet 3 will change dynamically.
- I plan to Password Protect Sheet 3 BUT I am not sure if this will interfere with the code and will most likely need a unlock and lock code
- Below is a cross walk to align Sheet 1 and Sheet 2 with the Destination columns in existing sheet 3.
Sheet 1 | A | B | C | K | W |
Sheet 2 | B | C | O | T | V |
Destination | |||||
Colum in Sheet 3 | A | B | C | D | E |