VBA to enter formulas

Status
Not open for further replies.

Javi

Active Member
Joined
May 26, 2011
Messages
440
Hi All

I have a workbook with 20 formulas (See below) all are referencing a different sheet (Sheet1 “MAIN”).
I need to create additional sheets with the same formula in each the same cell location. The one exception is the formula needs to reference the next row from the reference sheet (Sheet1 “MAIN”).

Thank you, any assistance would be greatly appreciated or even a different approach this is my third approach to this process.

The below formulas are located on (Sheet9) this sheet is completed.


(“C8”) =+Main!C10
(“A10”) =+Main!AK10
("K8") =+Main!J10
("C13") =+Main!C10
("C14") =+Main!F10
("C15") =+Main!AF10
("F15") =+Main!I10
("C17") =+Main!D10
("C24") =+Main!C10
("C25") =+Main!AF10
("C26") =+Main!D10
("C28") =+Main!E10
("F25") =+Main!I10
("I25") =+Main!J10
("C40") =+Main!C10
("C41") =+Main!AF10
("C42") =+Main!D10
("C44") =+Main!E10
("F41") =+Main!I10
("I41") =+Main!$J$10

Below is what I need be entered on (Sheet10). I will need to duplicate this process from (Sheet10 – Sheet59). (Sheet59 should eventually reference row 60)

(“C8”) =+Main!C11
(“A10”) =+Main!AK11
("K8") =+Main!J11
("C13") =+Main!C11
("C14") =+Main!F11
("C15") =+Main!AF11
("F15") =+Main!I11
("C17") =+Main!D11
("C24") =+Main!C11
("C25") =+Main!AF11
("C26") =+Main!D11
("C28") =+Main!E11
("F25") =+Main!I11
("I25") =+Main!J11
("C40") =+Main!C11
("C41") =+Main!AF11
("C42") =+Main!D11
("C44") =+Main!E11
("F41") =+Main!I11
("I41") =+Main!$J$11
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Status
Not open for further replies.

Forum statistics

Threads
1,214,647
Messages
6,120,722
Members
448,987
Latest member
marion_davis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top