Hi All,
I have this formula which I created by taking a similar formula found here and modifying. It seems to be working.
=IF(AND(C2<=4),"90", IF(AND(C2>=4,C2<=15),"405", IF(AND(C2>=15),"700","")))
The idea is to automatically calculate a dollar amount into D2 based upon cell contents of C2...