I am trying to spread hours over 6 months (eg.) but the first and last months are not full month. What formula do I use to calculate partial months? Right now I have the hours spread evenly over the 6 months as if they are all 6 full months. But this is not true. How do I solve the partial months issue?
Thank you,
Faizah
=IF(J$5="","",IF(AND($H256>J$5,$H256<K$5),$F256,IF(AND($H256<=J$5,$I256>=J$5),$F256,"")))
where H256 is the START and I256 is the FINISH
=D256/((I256-H256)*12/365)
where D256 is the hours to spread if all months were full.
Bookmarks