So right now my formula is: =IF(Q8="",0,(IF(OR($L8>AC$6,$L8=""),(((MAX(0,MIN(EOMONTH(AC$6,0),$R8)-MAX(AC$6,$Q8))))))))+IF(S8="",0,(IF(OR($L8>AC$6,$L8=""),(((MAX(0,MIN(EOMONTH(AC$6,0),$T8)-MAX(AC$6,$S8))))))))+ IF($U8="",0,(IF(OR($L8>AD$6,$L8=""),(((MAX(0,MIN(EOMONTH(AC$6,0),$V8)-MAX(AC$6,$U8))))))))
How do I modify it so that I am excluding the last day when it's within the month and including the last day when it goes over a month? I also think I have too many $'s in there. I want to copy this formula over to the Feb, March, April sections as well and I think having the $'s will cause some problems. Sorry for all the newbie q's!