ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   please help in excel functions (https://www.excelbanter.com/excel-worksheet-functions/188610-please-help-excel-functions.html)

Rajesh Chandra

please help in excel functions
 
Suppose, i have 3 incentive slabs

No.of sale incentive slab

1-10 no.of sale*8
11-20 no.of sale*10
21 and above no. of sale*15

What formula i have to insert in the incentive column , so i will get the
incentive of every salesman if i fill only the no. of sale in the column left
to incentive slab column ?If this works i will be able to save a lot of time
and energy so please help and explain in details with examples.
--
With Thanks
Regards

Rajesh Chandra

Rick Rothstein \(MVP - VB\)[_498_]

please help in excel functions
 
Assuming your data starts in Row 2 (with Row 1 being a header row) and
further assuming Column A is your "No. of Sales" column and Column B is your
"Incentive Slab" column, put this formula in B2 and copy it down as far as
you want...

=IF(A2="","",IF(A2<=10,8*A2,IF(A2<=20,10*A2,15*A2) ))

Rick


"Rajesh Chandra" wrote in message
...
Suppose, i have 3 incentive slabs

No.of sale incentive slab

1-10 no.of sale*8
11-20 no.of sale*10
21 and above no. of sale*15

What formula i have to insert in the incentive column , so i will get the
incentive of every salesman if i fill only the no. of sale in the column
left
to incentive slab column ?If this works i will be able to save a lot of
time
and energy so please help and explain in details with examples.
--
With Thanks
Regards

Rajesh Chandra



Dana DeLouis

please help in excel functions
 
Just another option:

=MAX(8*A1,10*(A1-2),15*(A1-8))

--
HTH :)
Dana DeLouis


"Rajesh Chandra" wrote in message ...

Suppose, i have 3 incentive slabs

No.of sale incentive slab

1-10 no.of sale*8
11-20 no.of sale*10
21 and above no. of sale*15

What formula i have to insert in the incentive column , so i will get the
incentive of every salesman if i fill only the no. of sale in the column left
to incentive slab column ?If this works i will be able to save a lot of time
and energy so please help and explain in details with examples.
--
With Thanks
Regards

Rajesh Chandra

Arvi Laanemets

please help in excel functions
 
Hi

=A2*(10-(A2<11)+(A220))


--
Arvi Laanemets
( My real mail address: arvi.laanemets<attarkon.ee )



"Rajesh Chandra" wrote in message
...
Suppose, i have 3 incentive slabs

No.of sale incentive slab

1-10 no.of sale*8
11-20 no.of sale*10
21 and above no. of sale*15

What formula i have to insert in the incentive column , so i will get the
incentive of every salesman if i fill only the no. of sale in the column
left
to incentive slab column ?If this works i will be able to save a lot of
time
and energy so please help and explain in details with examples.
--
With Thanks
Regards

Rajesh Chandra




Arvi Laanemets

please help in excel functions
 
A correction

=A2*(10-2*(A2<11)+5*(A220))


Arvi Laanemets




All times are GMT +1. The time now is 07:29 PM.

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