You guys have helped me in the past and I'm sure you will help me again:
So I have Sheet1 that includes a list of assets from which I generate cash flows
[TABLE="width: 385"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD] [TABLE="width: 635"]
<colgroup><col span="5"></colgroup><tbody>[TR]
[TD] [/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Asset No.[/TD]
[TD]Asset Name[/TD]
[TD]Duration (Months)[/TD]
[TD]Cost[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]Asset 1[/TD]
[TD]12[/TD]
[TD] 5,000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]Asset 2[/TD]
[TD]15[/TD]
[TD] 15,000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]3[/TD]
[TD]Asset 3[/TD]
[TD]10[/TD]
[TD] 4,500
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
in Sheet2 I have a set of formulas to produce the cash flows in this range (A1:J75).
What I desperately need is for this code to be able to repeat this range of formulas for each asset on top of each other so I can use them as a database later for dashboarding purposes.
Many thanks in advance.
So I have Sheet1 that includes a list of assets from which I generate cash flows
[TABLE="width: 385"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD] [TABLE="width: 635"]
<colgroup><col span="5"></colgroup><tbody>[TR]
[TD] [/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Asset No.[/TD]
[TD]Asset Name[/TD]
[TD]Duration (Months)[/TD]
[TD]Cost[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]Asset 1[/TD]
[TD]12[/TD]
[TD] 5,000[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]Asset 2[/TD]
[TD]15[/TD]
[TD] 15,000[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]3[/TD]
[TD]Asset 3[/TD]
[TD]10[/TD]
[TD] 4,500
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
in Sheet2 I have a set of formulas to produce the cash flows in this range (A1:J75).
What I desperately need is for this code to be able to repeat this range of formulas for each asset on top of each other so I can use them as a database later for dashboarding purposes.
Many thanks in advance.