• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Autofill monthly budget based on contract period

Tai Idrus

New Member
I wanted to make a contract monitoring dashboard using pivot table. I have hundreds of contract with different contract period.

I've created a sample table to illustrate my actual table but with only 5 contract. Please note that the column should extends until end of 2023 for this sample.

How do I automate this template to have the month column to be automatically filled based on the contract duration?

Appreciate if anyone can help me solve this dilemma.

ContractStart DateEnd DateContract Duration (Month)Contract SumMonthly Budget01-202202-202203-2022
Contract 1​
01/01/202201/05/20224 $ 10,000.00 $ 2,500.00
Contract 2​
01/03/202203/01/202310 $ 250,000.00 $ 25,000.00
Contract 3​
01/07/202231/12/202317 $ 150,000.00 $ 8,823.53
Contract 4​
01/05/202201/10/202317 $ 135,000.00 $ 7,941.18
Contract 5​
01/01/202331/12/202311 $ 1,000,000.00 $ 90,909.09
 

Attachments

  • Autofill Column.xlsx
    15.3 KB · Views: 3
When asking a question like this always give an example of what the result should look like. I am taking a guess as to what you need.

Your data format is working against you. It would be easier if your headings were actual dates, instead of text (01-2022 is text, not a date). The formulas have to use cell references (G$1) instead of structured table references (Table1[[#Headers],[02-2022]]) for that reason.

See attached.
 

Attachments

  • Tai Idrus=Autofill Column.xlsx
    17.1 KB · Views: 5
Back
Top