Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculating commissions | Excel Discussion (Misc queries) | |||
using SUMPRODUCT() for commissions | Excel Worksheet Functions | |||
commissions by range | Excel Worksheet Functions | |||
how to calculate commissions | Excel Worksheet Functions | |||
Calculate commissions | Excel Worksheet Functions |