Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 28
Default IF Statement, multiple criteria

Hello,
I need to write an IF statement for the following sales commission
calculation:

If <1000 then *.05
If 1000 but <3999 then *.1
If 4000 then *.125

Please help...
Thank you!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default IF Statement, multiple criteria

hi
try this
=IF(A24000,A2*0.125,IF(A21000,A2*0.1,A2*0.05))


regards
FSt1

"chickalina" wrote:

Hello,
I need to write an IF statement for the following sales commission
calculation:

If <1000 then *.05
If 1000 but <3999 then *.1
If 4000 then *.125

Please help...
Thank you!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default IF Statement, multiple criteria

Try this with your value in A1. You can add more criterias.

=A1*LOOKUP(A1,{0,1000,4000},{0.05,0.1,0.125})

If this post helps click Yes
---------------
Jacob Skaria


"chickalina" wrote:

Hello,
I need to write an IF statement for the following sales commission
calculation:

If <1000 then *.05
If 1000 but <3999 then *.1
If 4000 then *.125

Please help...
Thank you!

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
If statement with multiple criteria and multiple results Tickfarmer Excel Discussion (Misc queries) 3 January 28th 09 08:11 PM
match multiple criteria ina range from multiple criteria multiplet RG Excel Worksheet Functions 8 September 28th 07 04:21 AM
Multiple criteria if statement braydon16 Excel Discussion (Misc queries) 2 June 22nd 06 07:45 PM
Multiple if criteria in one statement (if/sumproduct) thekovinc Excel Discussion (Misc queries) 3 February 17th 06 08:22 PM
IF statement using multiple criteria Joe Gieder Excel Worksheet Functions 1 October 27th 05 09:11 PM


All times are GMT +1. The time now is 04:23 AM.

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"