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

How would I create a formula to do the following:
I need to multiply figure A by the correct % based on the figures in B and C
A)$177,740 B) 38.3% C) 41.79
Ex- If B is 38.3% I would need to us the % rate based on GM% less than 40,
however,because C is 41.79 that is greater than 40 so the multiplier would
be 6.0%
The end result I would need is $177,740 X 6%. To get the 6% figure I need to
determine by the charte below, what % to use.
(B) ********(C)*********
GM% 20 20-40 40
<35 3.0% 3.5% 4.0%
<40 4.0% 5.0% 6.0%
<45 5.0% 7.0% 9.0%
<50 6.0% 9.0% 12.0%

  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph
 
Posts: n/a
Default IF FACTOR?

"Bernadette" wrote in message
...
How would I create a formula to do the following:
I need to multiply figure A by the correct % based on the figures in B and
C
A)$177,740 B) 38.3% C) 41.79
Ex- If B is 38.3% I would need to us the % rate based on GM% less than 40,
however,because C is 41.79 that is greater than 40 so the multiplier
would
be 6.0%
The end result I would need is $177,740 X 6%. To get the 6% figure I need
to
determine by the charte below, what % to use.
(B) ********(C)*********
GM% 20 20-40 40
<35 3.0% 3.5% 4.0%
<40 4.0% 5.0% 6.0%
<45 5.0% 7.0% 9.0%
<50 6.0% 9.0% 12.0%


=A8*INDEX(B3:D6,MATCH(B8*100,A3:A6)+1,MATCH(C8,B2: D2)+1)
where your inputs are in A8, B8, C8, your table of values is B3:D6.
A3 to A6 should contain your 35, 40, 45, 50 values,
I'm assuming that your 20 should have been <20, so I've got 20 in B2, 40 in
C2, and a large number in D2.

Note that you haven't catered for your 2nd input being 50% or above.
--
David Biddulph


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
Growth Factor Laura Excel Discussion (Misc queries) 2 May 15th 06 10:43 PM
multiply all values in all cells by a factor [email protected] Excel Discussion (Misc queries) 1 March 14th 06 09:51 PM
how do i set up a weighted factor model in excel? krispykreme Excel Worksheet Functions 1 December 3rd 05 01:09 PM
How to make "common factor" formula ? toyota58 Excel Worksheet Functions 1 August 18th 05 07:53 PM
Formula pull factor from chart based on value of diff field? Bill R Excel Worksheet Functions 3 July 30th 05 06:46 PM


All times are GMT +1. The time now is 11:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"