Hi I'm trying to create a formula which limits its self at a certain value, the formula I am using up to now works fine however I need it to limit its self to a maximum value of 845.
=IF(B14>MIN(200)*OR(MAX(1500)),((B14-200)/100)*65,0)
any suggestions on how to do this?
thanks
=IF(B14>MIN(200)*OR(MAX(1500)),((B14-200)/100)*65,0)
any suggestions on how to do this?
thanks