Hi Guys,
I have a formula I use to spread a $ value [L3] between 2 specified dates [H3 & I3]
The problem is the spread should only be for working days and not weekends.
My thoughts are that my formula should include =networkdays but I cannot work out how to include it, could someone help me out or let me know if I am barking up the wrongtree and should be using something else to achive the result.
=IF(AND(N$2>=$H3,N$2<=$I3),$L3,"0")
Thanks in advance Rob
I have a formula I use to spread a $ value [L3] between 2 specified dates [H3 & I3]
The problem is the spread should only be for working days and not weekends.
My thoughts are that my formula should include =networkdays but I cannot work out how to include it, could someone help me out or let me know if I am barking up the wrongtree and should be using something else to achive the result.
=IF(AND(N$2>=$H3,N$2<=$I3),$L3,"0")
Thanks in advance Rob