MFritts253
MIS
I'm working on a project in which i need to check a trend for contracts and show the precentage of contracts still N weeks away from the week the contract was opened. I enter a begin date and End Date to select my Range. Then for Week Date In my range I count the total number of Contacts, Count the number of contracts still open then i divide the still open number by the total number of contracts.
I understand how to a date range but what i do not understand is how to calculated the number of contracts 1 Week from opened date, 2 Weeks from Opened date, 3 Weeks and so on.
looks like this in excel:
Week 1 Week 2
Total C Open % Open %
6/10 16,000 15,000 95 12,000 85 .........
6/17 15,000 12,000 80 11,500 77 .......
...
....
.....
My table is
Contract
.......opendate
........closedate
.........ContractID
........CustID
..........Item
I understand how to a date range but what i do not understand is how to calculated the number of contracts 1 Week from opened date, 2 Weeks from Opened date, 3 Weeks and so on.
looks like this in excel:
Week 1 Week 2
Total C Open % Open %
6/10 16,000 15,000 95 12,000 85 .........
6/17 15,000 12,000 80 11,500 77 .......
...
....
.....
My table is
Contract
.......opendate
........closedate
.........ContractID
........CustID
..........Item