Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 947
Default 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
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default 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



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default please help in excel functions

A correction

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


Arvi Laanemets




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula/functions for average and if functions Petu71 Excel Worksheet Functions 2 August 5th 07 08:25 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Looking for a site with functions that substitute the ATP functions Franz Verga Excel Worksheet Functions 3 June 24th 06 04:30 AM
User-defined functions created in Excel 2000 fail in Excel 2003 goodguy Excel Discussion (Misc queries) 1 October 3rd 05 07:04 PM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"