Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dmorgenstern
 
Posts: n/a
Default Trying to create a range in an IF function


I am trying to build a commission worksheet for myself. Am having
trouble with a multiple IF statement function. In particular, I am
trying to figure out how you bury a range into the IF statement. Here
is my function:

=IF(E5<175000,C5*0.055,IF(E5=175000,C5*0.075))

What I really want to do is calculate a result based on a number range,
i.e. IF number is between 170000 AND 218000, C5*.075

Can anyone help with that?


--
dmorgenstern
------------------------------------------------------------------------
dmorgenstern's Profile: http://www.excelforum.com/member.php...o&userid=32194
View this thread: http://www.excelforum.com/showthread...hreadid=519411

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Trying to create a range in an IF function

check out JE McGimpsey's website

Using SUMPRODUCT to calculate commissions or taxes using marginal rates

http://www.mcgimpsey.com/excel/variablerate.html



"dmorgenstern" wrote:


I am trying to build a commission worksheet for myself. Am having
trouble with a multiple IF statement function. In particular, I am
trying to figure out how you bury a range into the IF statement. Here
is my function:

=IF(E5<175000,C5*0.055,IF(E5=175000,C5*0.075))

What I really want to do is calculate a result based on a number range,
i.e. IF number is between 170000 AND 218000, C5*.075

Can anyone help with that?


--
dmorgenstern
------------------------------------------------------------------------
dmorgenstern's Profile: http://www.excelforum.com/member.php...o&userid=32194
View this thread: http://www.excelforum.com/showthread...hreadid=519411


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default Trying to create a range in an IF function

=IF(AND(C5=170000,C5<=218000),C5*0.075,IF(C5<1700 00,C5*0.055,"Over Range"))

Vaya con Dios,
Chuck, CABGx3



"dmorgenstern" wrote:


I am trying to build a commission worksheet for myself. Am having
trouble with a multiple IF statement function. In particular, I am
trying to figure out how you bury a range into the IF statement. Here
is my function:

=IF(E5<175000,C5*0.055,IF(E5=175000,C5*0.075))

What I really want to do is calculate a result based on a number range,
i.e. IF number is between 170000 AND 218000, C5*.075

Can anyone help with that?


--
dmorgenstern
------------------------------------------------------------------------
dmorgenstern's Profile: http://www.excelforum.com/member.php...o&userid=32194
View this thread: http://www.excelforum.com/showthread...hreadid=519411


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
function problem regarding cell range chindo Excel Worksheet Functions 1 November 10th 05 03:06 AM
how to create a conditional formula for a range of cells? Irene Excel Worksheet Functions 2 November 9th 05 04:52 PM
Offset Function works in cell, not in named range DragonslayerApps Excel Worksheet Functions 0 July 25th 05 04:39 PM
Number range function Sonya T Excel Discussion (Misc queries) 2 July 19th 05 01:19 AM
Formula to list unique values JaneC Excel Worksheet Functions 4 December 10th 04 12:25 AM


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