sprinklerman
New Member
- Joined
- Jan 19, 2016
- Messages
- 2
I am having problems with this IF function, It is for pricing with price breaks for areas over 20000, and a bigger break for areas over 30000. Any help would be greatly appreciated.
The background! B9, C10, D10, and E10 are on another sheet in the workbook.
=IF(D2<4167,background!B9,IF(4168<d2>19999,(background!C10),IF(20000<d2>29999,(background!D10),IF(D2>30000,(background!E10)))))</d2></d2>
The background! B9, C10, D10, and E10 are on another sheet in the workbook.
=IF(D2<4167,background!B9,IF(4168<d2>19999,(background!C10),IF(20000<d2>29999,(background!D10),IF(D2>30000,(background!E10)))))</d2></d2>