problems with nested IF

CharJT

New Member
Joined
Jan 20, 2005
Messages
2
Hi :)

I'm trying to create a spreadsheet for my husband, who has to pay commissions based on the amount. However, no matter what is typed in D3, the result is always 4.8. (I get that I goofed up somewhere...I just can't figure out where!)

This is the equation:

=IF(AND(D3>0.01,D3<0.99),0.3,IF(AND(D3>1,D3<9.99),0.35,IF(AND(D3>10,D3<24.99),0.6,IF(AND(D3>25,D3<49.99),1.2,IF(AND(D3>50,D3<199.99),2.4,IF(AND(D3>200,D3<499.99),3.6,4.8))))))

What have I done wrong?

Thank you for your help :)

Char
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,215,521
Messages
6,125,306
Members
449,218
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top