Nested IF statement formula error

BoggleJ

New Member
Joined
Jun 17, 2021
Messages
14
Platform
  1. Windows
So I am trying to make commission calculator based on my job at work and I used a table for the tiers we get paid out on for sales. I am trying to make a nested if statement that if a criteria is met is uses a cell on that table and loops through criteria until one is met to determine the tier you would get paid out on. My formula currently is =IF('Lead Sheet'!AE11 <= K2, 22, IF('Lead Sheet'!AE11 <= K3, 27, IF('Lead Sheet'!AE11 <= K4, 38, IF('Lead Sheet'!AE11 <= K5, 42, IF('Lead Sheet'!AE11 <= K6, 48, IF( 'Lead Sheet'!AE11 >= J7, "25", IF "53"))))))

Column AE is sales for the month on another sheet
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.

Forum statistics

Threads
1,215,026
Messages
6,122,743
Members
449,094
Latest member
dsharae57

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