I have the following columns and need to return the value of something from a date through the end of the year.
1. Est Mo Contract Count - A number
2. Ave admin - Dollar Amount
3. Estimated Value - 1 x 2
4. Start Date - Start Date that 1 actually goes into effect
5. Weighted Value - Sum of 4 through end of the current year (12/31/2019).
Example 1
1 = 5 (Est Mo Contract Count)
2 = $5 (Ave admin)
3 = $125 (5 x $5) (Estimated Value)
4 = 8/1/2019 (Start Date that #1 actually goes into effect & 4 months remaining in year)
5 = $625 ($125 x 4 months) (Weighted Value)
Example 2
1 = 100 (Est Mo Contract Count)
2 = $25 (Ave admin)
3 = $2500 (100 x $25) (Estimated Value)
4 = 4/15/2019 (Start Date that #1 actually goes into effect & 8.5 months remaining in year)
5 = $21,250 ($2500 x 8.5 months) (Weighted Value)
I'm sure this is more simple than what I can think up.
Thank you very much for reviewing, I appreciate it very much.