Hello,
I have a series of tasks occurring over several different days. I'm wanting to calculate a value for each of the days, if that day is between certain start and finish dates. However, the results are only displaying values on the task start and finish dates instead of also showing a value on each of the days between the start and finish dates. If a day is not between the start and finish dates it is to display 00.0
=IF(AND(V$15>=$I20, V$15<=$J20),V20*$T20,"00.0")
In the above:
V$15 is the date of the month
$I20 is the start date of the task
$J20 is the finish date of the task
V20 is a number I want to multiply by a preassigned value ($T20).
Recommendations are greatly appreciated.
Michael
I have a series of tasks occurring over several different days. I'm wanting to calculate a value for each of the days, if that day is between certain start and finish dates. However, the results are only displaying values on the task start and finish dates instead of also showing a value on each of the days between the start and finish dates. If a day is not between the start and finish dates it is to display 00.0
=IF(AND(V$15>=$I20, V$15<=$J20),V20*$T20,"00.0")
In the above:
V$15 is the date of the month
$I20 is the start date of the task
$J20 is the finish date of the task
V20 is a number I want to multiply by a preassigned value ($T20).
Recommendations are greatly appreciated.
Michael