Firstly, EDATE itself knows about month lengths and leap years: type 30/11/2015 into A1 and =EDATE(A1,3) into B1 and you will see this.
Can you explain clearly what you would expect 75% of three months to be? What date are you expecting your calculation above to return?
EDIT: I wonder if this is what you are looking for?
=EDATE(A1,ROUNDUP(B1*C1,0))
Bookmarks