I'm far away from being an excel guru and I'm having trouble translating this excel formula to a php web based application.
The one I've stomped into is this formula:
=MAX(0,IF((1-(450000-B9)/100000)>1,1,((1-(450000-B9)/100000))))
Could you guys break it down and explain what it does...