Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ceves
 
Posts: n/a
Default Returning only positive values from a function


Hello
I am trying to prepare a simple spreadsheet to illustrate sales
commissions. My problem is i want to compare a list of sales to target
sales, and calculate a stepped commission.
i.e. for all sales over $1000-2000, a commission of 2% is paid. all
sales over $2000 receive a 3% commission. Easy to do manually, but it
gets messed up when the sale is less than $1000.


--
Ceves
------------------------------------------------------------------------
Ceves's Profile: http://www.excelforum.com/member.php...o&userid=33096
View this thread: http://www.excelforum.com/showthread...hreadid=529061

  #2   Report Post  
Posted to microsoft.public.excel.misc
Infinity
 
Posts: n/a
Default Returning only positive values from a function


=If(A1<1000,A1*2%,A1*3%)

If there is more you may want to create a table and use the lookup
function.


Ceves Wrote:
Hello
I am trying to prepare a simple spreadsheet to illustrate sales
commissions. My problem is i want to compare a list of sales to target
sales, and calculate a stepped commission.
i.e. for all sales over $1000-2000, a commission of 2% is paid. all
sales over $2000 receive a 3% commission. Easy to do manually, but it
gets messed up when the sale is less than $1000.



--
Infinity
------------------------------------------------------------------------
Infinity's Profile: http://www.excelforum.com/member.php...o&userid=32725
View this thread: http://www.excelforum.com/showthread...hreadid=529061

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
Custom function returning VALUE error alex.k Excel Discussion (Misc queries) 6 September 27th 05 03:05 AM
Function to count unique values? Richard Buttrey Excel Worksheet Functions 5 September 22nd 05 02:58 PM
Error Handling #N/A with AVERAGE Function - Average of values in Row Sam via OfficeKB.com Excel Worksheet Functions 13 July 31st 05 03:59 PM
SUMIF positive values only from database gmac Excel Worksheet Functions 4 June 29th 05 09:51 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM


All times are GMT +1. The time now is 10:46 AM.

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

About Us

"It's about Microsoft Excel"