I have the following formula below to calculate the percentage of business days left in the month where I use 21 as a constant. The formula works perfectly for what I'm trying to do.
However, if i put in the last day of any month in "C177" (ex. 3/31/2011), then i get 0%. Any thoughts on how to fix this?
=MAX(0,MIN(1,(NETWORKDAYS(C177,EOMONTH(C177,0)-1)/21)))
Bookmarks