Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

If Satement formula

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
floreman - 12 May 2008 14:15 GMT
I have a commission base of £40000 to £80000 I have tried to put a statement
together but end up with negative or positive valves if go above or below
range
eg
"=IF($I$16>=80000,(40000*$K$16),IF(I16<80000,(I16-40000*K16),IF(I16<40000,(0))))
using excel 2003 SP3
Bob Phillips - 12 May 2008 14:39 GMT
Bit of a guess as you didn't explain the rules

=IF($I$16>=80000,40000*$K$16,IF(I16<80000,($I$16-40000)*K16,IF($I$16<40000,0)))

Signature

HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

>I have a commission base of £40000 to £80000 I have tried to put a
>statement
[quoted text clipped - 3 lines]
> "=IF($I$16>=80000,(40000*$K$16),IF(I16<80000,(I16-40000*K16),IF(I16<40000,(0))))
> using excel 2003 SP3
floreman - 13 May 2008 16:34 GMT
HI Bob

This came back with a negative when I put in £100000 revenue figure i.

What I am trying to do is that people earn commission on
£0-£40000,£40000-£80000 and above £80000 @ 30%,35% & 40% so my problem is
with the middle formula getting a multiple if statement to look at what can
be earned between 40000 to 80000 eg 10000 comms @ 30%
50000 comms 40000@ 30% 10000@35% an so on I hope this explains better.

Regards

Mike

> Bit of a guess as you didn't explain the rules
>
[quoted text clipped - 7 lines]
> > "=IF($I$16>=80000,(40000*$K$16),IF(I16<80000,(I16-40000*K16),IF(I16<40000,(0))))
> > using excel 2003 SP3
Per Jessen - 12 May 2008 14:39 GMT
Hi

=IF(I16<40000,0,IF(I16<80000,(I16-40000*$K$16),40000*K16))

Regards,
Per

>I have a commission base of £40000 to £80000 I have tried to put a
>statement
[quoted text clipped - 3 lines]
> "=IF($I$16>=80000,(40000*$K$16),IF(I16<80000,(I16-40000*K16),IF(I16<40000,(0))))
> using excel 2003 SP3
floreman - 13 May 2008 16:36 GMT
HI
What I am trying to do is that people earn commission on
£0-£40000,£40000-£80000 and above £80000 @ 30%,35% & 40% so my problem is
with the middle formula getting a multiple if statement to look at what can
be earned between 40000 to 80000 eg 10000 comms @ 30%
50000 comms 40000@ 30% 10000@35% an so on I hope this explains better.

Regards

Mike

> Hi
>
[quoted text clipped - 10 lines]
> > "=IF($I$16>=80000,(40000*$K$16),IF(I16<80000,(I16-40000*K16),IF(I16<40000,(0))))
> > using excel 2003 SP3
Per Jessen - 13 May 2008 19:48 GMT
Hi
This formula should do what you need. I have 30%, 35% and 40% in A1:A3, but
that can be changed as needed. The formula should be entered as one line.

=IF(I16<=40000,I16*$A$1,IF(I16<=80000,40000*$A$1+((I16-40000)*$A$2),40000*$A$1+40000*$A$2+((I16-80000)*$A$3)))

Best regards,
Per

> HI
> What I am trying to do is that people earn commission on
[quoted text clipped - 23 lines]
>> > "=IF($I$16>=80000,(40000*$K$16),IF(I16<80000,(I16-40000*K16),IF(I16<40000,(0))))
>> > using excel 2003 SP3
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.