ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   MORE THAN 8 IF CONDITION IN A FORMULA IS NOT ACCEPTING (https://www.excelbanter.com/excel-worksheet-functions/117044-more-than-8-if-condition-formula-not-accepting.html)

SAMBASIVARAO RAVI

MORE THAN 8 IF CONDITION IN A FORMULA IS NOT ACCEPTING
 
Sales (in units) 100 200 300 400 500 600 700 800 900 1000 1100
Commission (per unit) 0 3 4 5 6 7 8 9 10 11
12
above sales slabs and commission per unit has given. if any person sold up
to 100 units commission his comission shoud be 0, if a person sold between
101 to 200 then his commission should be Units * 3, if a persons sold between
201 to 300 then his commission should be Units * 4 like that a person will
get commission on sales.

for the above i want to use a if condition to calculate commission. for that
i have to use 10 if conditions in a formula but it is accepting up to 7 if
conditions only in a formula

please show the solution for the above

Dave F

MORE THAN 8 IF CONDITION IN A FORMULA IS NOT ACCEPTING
 
XL versions before XL 2007 have a limit of 7 nested functions. There are
ways around this limite; see here for details as it applies to IF functions:
http://www.cpearson.com/excel/nested.htm

Dave
--
Brevity is the soul of wit.


"SAMBASIVARAO RAVI" wrote:

Sales (in units) 100 200 300 400 500 600 700 800 900 1000 1100
Commission (per unit) 0 3 4 5 6 7 8 9 10 11
12
above sales slabs and commission per unit has given. if any person sold up
to 100 units commission his comission shoud be 0, if a person sold between
101 to 200 then his commission should be Units * 3, if a persons sold between
201 to 300 then his commission should be Units * 4 like that a person will
get commission on sales.

for the above i want to use a if condition to calculate commission. for that
i have to use 10 if conditions in a formula but it is accepting up to 7 if
conditions only in a formula

please show the solution for the above


Bob Phillips

MORE THAN 8 IF CONDITION IN A FORMULA IS NOT ACCEPTING
 
=IF(H1<2,0,(H1-1)*100)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"SAMBASIVARAO RAVI" <SAMBASIVARAO wrote in
message ...
Sales (in units) 100 200 300 400 500 600 700 800 900 1000 1100
Commission (per unit) 0 3 4 5 6 7 8 9 10

11
12
above sales slabs and commission per unit has given. if any person sold up
to 100 units commission his comission shoud be 0, if a person sold between
101 to 200 then his commission should be Units * 3, if a persons sold

between
201 to 300 then his commission should be Units * 4 like that a person will
get commission on sales.

for the above i want to use a if condition to calculate commission. for

that
i have to use 10 if conditions in a formula but it is accepting up to 7 if
conditions only in a formula

please show the solution for the above




macropod

MORE THAN 8 IF CONDITION IN A FORMULA IS NOT ACCEPTING
 
=MIN(12,INT((Sales-1)/100)+2)

--
macropod
[MVP - Microsoft Word]


"SAMBASIVARAO RAVI" <SAMBASIVARAO wrote in
message ...
Sales (in units) 100 200 300 400 500 600 700 800 900 1000 1100
Commission (per unit) 0 3 4 5 6 7 8 9 10

11
12
above sales slabs and commission per unit has given. if any person sold up
to 100 units commission his comission shoud be 0, if a person sold between
101 to 200 then his commission should be Units * 3, if a persons sold

between
201 to 300 then his commission should be Units * 4 like that a person will
get commission on sales.

for the above i want to use a if condition to calculate commission. for

that
i have to use 10 if conditions in a formula but it is accepting up to 7 if
conditions only in a formula

please show the solution for the above





All times are GMT +1. The time now is 08:53 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com