philiphales
New Member
I have a start date and an end date, networkdays gives me the number of working days. I have a sum of money I want allocating to each working day. Please show me how?
I have a start date and an end date, networkdays gives me the number of working days. I have a sum of money I want allocating to each working day. Please show me how?
HiAssuming you would like the amount allocated evenly per day:
=SUMOFMONEY/NETWORKDAYS(DATE1,DATE2)
We are making progress, but this is abstracted from a programme and your method has removed the weekends, which I need.Hi ,
See if this is OK.
Narayan