Hello,
I have a spreadsheet with multiple tabs. Each week, I add a new tab. The columns on all tabs contain the same exact data type in the same column (ex, col A on all tabs is the customer #).
I need a macro that will look at col A (customer #) on the current tab, then go previous tab, look in col A and locate that customer number, then look at column c and subtract the difference from the current and prev tabs. The result will be in the current tabs col D. I need the macro to subtract the following columns and display the result on current tab.
Subtract Display In
Col C Col D
Col E Col F
Col G Col H
Col I Col J
Col K Col L
Col M Col N
I tried to create this but failed miserably...
I have a spreadsheet with multiple tabs. Each week, I add a new tab. The columns on all tabs contain the same exact data type in the same column (ex, col A on all tabs is the customer #).
I need a macro that will look at col A (customer #) on the current tab, then go previous tab, look in col A and locate that customer number, then look at column c and subtract the difference from the current and prev tabs. The result will be in the current tabs col D. I need the macro to subtract the following columns and display the result on current tab.
Subtract Display In
Col C Col D
Col E Col F
Col G Col H
Col I Col J
Col K Col L
Col M Col N
I tried to create this but failed miserably...