MrPokemans
New Member
- Joined
- Dec 3, 2013
- Messages
- 10
Hey guys,
I have the costs of 7000 projects with a duration of multiple years, for example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]start[/TD]
[TD]end[/TD]
[TD]cost[/TD]
[/TR]
[TR]
[TD]Project 1[/TD]
[TD]1-1-16[/TD]
[TD]1-1-17[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]Project 2[/TD]
[TD]5-5-16[/TD]
[TD]1-1-17[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]Project 3[/TD]
[TD]10-10-16[/TD]
[TD]10-10-17[/TD]
[TD]1000[/TD]
[/TR]
</tbody>[/TABLE]
I need the costs of each project per year (prices are estimates):
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]cost in 2016[/TD]
[TD]cost in 2017[/TD]
[TD]cost in 2018[/TD]
[/TR]
[TR]
[TD]Project 1[/TD]
[TD]999[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Project 2[/TD]
[TD]998[/TD]
[TD]2[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Project 3[/TD]
[TD]310[/TD]
[TD]690[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
What formulas should I use for B2:D4 in this table?
Preferably without VBA and array formulas because the file is already very heavy.
Another difficulty are the 'leap years', meaning that 2016 has 366 days.
Thanks in advance!
I have the costs of 7000 projects with a duration of multiple years, for example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]start[/TD]
[TD]end[/TD]
[TD]cost[/TD]
[/TR]
[TR]
[TD]Project 1[/TD]
[TD]1-1-16[/TD]
[TD]1-1-17[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]Project 2[/TD]
[TD]5-5-16[/TD]
[TD]1-1-17[/TD]
[TD]1000[/TD]
[/TR]
[TR]
[TD]Project 3[/TD]
[TD]10-10-16[/TD]
[TD]10-10-17[/TD]
[TD]1000[/TD]
[/TR]
</tbody>[/TABLE]
I need the costs of each project per year (prices are estimates):
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]cost in 2016[/TD]
[TD]cost in 2017[/TD]
[TD]cost in 2018[/TD]
[/TR]
[TR]
[TD]Project 1[/TD]
[TD]999[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Project 2[/TD]
[TD]998[/TD]
[TD]2[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Project 3[/TD]
[TD]310[/TD]
[TD]690[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
What formulas should I use for B2:D4 in this table?
Preferably without VBA and array formulas because the file is already very heavy.
Another difficulty are the 'leap years', meaning that 2016 has 366 days.
Thanks in advance!
Last edited: