Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Cat Cat is offline
external usenet poster
 
Posts: 63
Default 2003 Excel regarding commissions

I have a couple questions.

I am creating a spreadsheet to do commissions.

First: If A3 is less than $1 I want 0, but if over $1 to calculate at 5% of
A2
Second: Then I need if A3 is less than 5% of A2 I need a 4% calculation of
A2.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 135
Default 2003 Excel regarding commissions

Cat -
Here is what you asked for:

A3: =IF(A1<1,0,0.05*A2)
A4: =IF(A3<0.05*A2,0.04*A2,0)

--
Daryl S


"Cat" wrote:

I have a couple questions.

I am creating a spreadsheet to do commissions.

First: If A3 is less than $1 I want 0, but if over $1 to calculate at 5% of
A2
Second: Then I need if A3 is less than 5% of A2 I need a 4% calculation of
A2.

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
calculating commissions RC Excel Discussion (Misc queries) 3 July 22nd 09 12:21 AM
using SUMPRODUCT() for commissions Amanda Excel Worksheet Functions 7 January 1st 07 03:46 PM
commissions by range abryan Excel Worksheet Functions 7 November 26th 05 11:42 PM
how to calculate commissions Peter Excel Worksheet Functions 6 November 5th 05 08:01 AM
Calculate commissions Pete Petersen Excel Worksheet Functions 6 November 17th 04 10:15 PM


All times are GMT +1. The time now is 05:52 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"