Hi,
I have 19 sheets that all have a table like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Loan Balances[/TD]
[TD]Daily Interest[/TD]
[/TR]
[TR]
[TD]03/30/18[/TD]
[TD]XXX.XXX[/TD]
[TD]Loan*rate[/TD]
[/TR]
[TR]
[TD]03/31/18[/TD]
[TD]XXX.XXX2[/TD]
[TD]Loan*rate[/TD]
[/TR]
</tbody>[/TABLE]
I would like to have all 19 sheets to automatically generate all the dates of the current month when such month arrive. For example, since it's April, on all 19 sheets the table will automatically add april 1st to April 30th, 2018 to the table above and other related columns.
Thank you very much for your time and wisdom.
I have 19 sheets that all have a table like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Loan Balances[/TD]
[TD]Daily Interest[/TD]
[/TR]
[TR]
[TD]03/30/18[/TD]
[TD]XXX.XXX[/TD]
[TD]Loan*rate[/TD]
[/TR]
[TR]
[TD]03/31/18[/TD]
[TD]XXX.XXX2[/TD]
[TD]Loan*rate[/TD]
[/TR]
</tbody>[/TABLE]
I would like to have all 19 sheets to automatically generate all the dates of the current month when such month arrive. For example, since it's April, on all 19 sheets the table will automatically add april 1st to April 30th, 2018 to the table above and other related columns.
Thank you very much for your time and wisdom.