#1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default IF statement?

Not sure where to start, but here goes. I have been working on creating a
cost estimate. Cell I29 is the total cost. Based on the value in this cell
I would like to multiply it by a certain percentage. I have 16 possiblies;
$1-$100,000 = 20%, $100,001-$200,000 = 19.5%, $200,001 - $300,000 = 19% & so
on.
Excel 2000
  #2   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default IF statement?

Start by creating a table somewhere in your workbook, somewhere it will not
be seen, in the first column enter each amount that will trigger a different
percentage with the corresponding percentage in the second column. The table
should look like this:

Col(A)-Col(B)
0 - 20%
100,001 - 19.5%
200,001 - 19%
and so on, in an ascending order

Then use something like:
=A1*VLOOKUP(A1,your_table,2,1)

HTH
JG

" wrote:

Not sure where to start, but here goes. I have been working on creating a
cost estimate. Cell I29 is the total cost. Based on the value in this cell
I would like to multiply it by a certain percentage. I have 16 possiblies;
$1-$100,000 = 20%, $100,001-$200,000 = 19.5%, $200,001 - $300,000 = 19% & so
on.
Excel 2000

  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary Brown
 
Posts: n/a
Default IF statement?


Assuming that your table of values for ranges of discounts are in cells
D1:F3 with D having the starting amount, E have the upper amount and F
have the Discount, ie

1 100000 20%
100001 200000 19.5%
etc
etc
etc

Use the following formula:-

vlookup(A1,D1:F3,3,true)

This will return the discount to be used for the value entered in A1


--
Gary Brown
------------------------------------------------------------------------
Gary Brown's Profile: http://www.excelforum.com/member.php...o&userid=17084
View this thread: http://www.excelforum.com/showthread...hreadid=500681

  #4   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default IF statement?

Hi Michael

Try
=20%-INT((I29-1)/100000)*0.5%

--
Regards

Roger Govier


"
wrote in message
...
Not sure where to start, but here goes. I have been working on
creating a
cost estimate. Cell I29 is the total cost. Based on the value in
this cell
I would like to multiply it by a certain percentage. I have 16
possiblies;
$1-$100,000 = 20%, $100,001-$200,000 = 19.5%, $200,001 - $300,000 =
19% & so
on.
Excel 2000



  #5   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default IF statement?

Thanks for the help, I'll try these and see what I come up with. Mike

"Roger Govier" wrote:

Hi Michael

Try
=20%-INT((I29-1)/100000)*0.5%

--
Regards

Roger Govier


"
wrote in message
...
Not sure where to start, but here goes. I have been working on
creating a
cost estimate. Cell I29 is the total cost. Based on the value in
this cell
I would like to multiply it by a certain percentage. I have 16
possiblies;
$1-$100,000 = 20%, $100,001-$200,000 = 19.5%, $200,001 - $300,000 =
19% & so
on.
Excel 2000






  #6   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default IF statement?

Ok everything works great, Now heres the next step. I have 2 tables. I
need a check box to select one or the other to use in the estimate. Thanks
Mike

" wrote:

Thanks for the help, I'll try these and see what I come up with. Mike

"Roger Govier" wrote:

Hi Michael

Try
=20%-INT((I29-1)/100000)*0.5%

--
Regards

Roger Govier


"
wrote in message
...
Not sure where to start, but here goes. I have been working on
creating a
cost estimate. Cell I29 is the total cost. Based on the value in
this cell
I would like to multiply it by a certain percentage. I have 16
possiblies;
$1-$100,000 = 20%, $100,001-$200,000 = 19.5%, $200,001 - $300,000 =
19% & so
on.
Excel 2000




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
Long IF Statement rmitchell87 Excel Discussion (Misc queries) 2 October 2nd 05 03:50 AM
If statement Matt Montagliano Excel Discussion (Misc queries) 1 September 8th 05 08:47 PM
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
IF Statement Brent New Users to Excel 3 April 29th 05 04:24 PM
Statement lintan Excel Worksheet Functions 1 December 2nd 04 11:31 PM


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