Hi all,
I am a novice to vba and macros so I apologize in advance.
On one tab (data), I have a list of project numbers in column A ranging from A2:A12. Each project has a Construction date (column b), Construction cost (column C), Top phase date (column d), top phase cost (column e) so on and so forth thru column m.
On another tab (input), I have all the phases (construction, top hole etc) listed out in column A, associated dates in column b and costs in column c.
I am trying to run each project thru this input tab with their associated dates and costs which basically outputs a cashflow to another tab (capex tab).
Finally, I hope to copy each project number and their cashflow from the capex tab to a new sheet. So, it will have to go from row to row in the data tab pulling dates and costs into the input tab and then copying the cashflow from the capex tab into a new sheet.
Any help or advice on how to start this would be greatly appreciated!
Thanks!
I am a novice to vba and macros so I apologize in advance.
On one tab (data), I have a list of project numbers in column A ranging from A2:A12. Each project has a Construction date (column b), Construction cost (column C), Top phase date (column d), top phase cost (column e) so on and so forth thru column m.
On another tab (input), I have all the phases (construction, top hole etc) listed out in column A, associated dates in column b and costs in column c.
I am trying to run each project thru this input tab with their associated dates and costs which basically outputs a cashflow to another tab (capex tab).
Finally, I hope to copy each project number and their cashflow from the capex tab to a new sheet. So, it will have to go from row to row in the data tab pulling dates and costs into the input tab and then copying the cashflow from the capex tab into a new sheet.
Any help or advice on how to start this would be greatly appreciated!
Thanks!