kiwikiki718
Board Regular
- Joined
- Apr 7, 2017
- Messages
- 80
- Office Version
- 365
- Platform
- Windows
hello I have a macro that automatically creates column headings based on a Lov list I have within the workbook
I also have worksheet2 that contains formulas that I would need copied over to the new columns in worksheet1.
example:
Each time a new column header is in inserted it is inserted in multiplies of 2 .
I need the first new column to copy over the formula from worksheet 2 column B down for each cell that has a formula &
the 2nd new column to copy over the formula from worksheet2 column C down for each cell that has a formula
for example
Columns C & D were new columns added into worksheet1
I need column C to copy over the formula from worksheet2 Column B which contains 4 formulas and input it into worksheet1 Column C starting at C2
and I need Column D to copy over the formula from worksheet2 Column C which contains 4 formulas and input it into worksheet1 Column D starting at D2
note the first row in each worksheet contains headings.
I also have worksheet2 that contains formulas that I would need copied over to the new columns in worksheet1.
example:
Each time a new column header is in inserted it is inserted in multiplies of 2 .
I need the first new column to copy over the formula from worksheet 2 column B down for each cell that has a formula &
the 2nd new column to copy over the formula from worksheet2 column C down for each cell that has a formula
for example
Columns C & D were new columns added into worksheet1
I need column C to copy over the formula from worksheet2 Column B which contains 4 formulas and input it into worksheet1 Column C starting at C2
and I need Column D to copy over the formula from worksheet2 Column C which contains 4 formulas and input it into worksheet1 Column D starting at D2
note the first row in each worksheet contains headings.