Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok, I am trying to create a formula that will do the following:
If cell F2 has any number between 23 and 28, I want it to multiply cell E2 by 20%, if it has 28.01 and 32, then I want it to multiply cell E2 by 25%. If it has 32.01- 40, then I want cell E2 to multiply by 30%. And so on. I only want it to do 5 sets of this. Can anybody help? please email me at Thanks, Jorge |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=E2*IF(F250,40%,IF(F240,35%,IF(F232,30%,IF(F22 8,25%,IF(F223,20%,0)))))
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "jorgecarrejo" wrote in message ... Ok, I am trying to create a formula that will do the following: If cell F2 has any number between 23 and 28, I want it to multiply cell E2 by 20%, if it has 28.01 and 32, then I want it to multiply cell E2 by 25%. If it has 32.01- 40, then I want cell E2 to multiply by 30%. And so on. I only want it to do 5 sets of this. Can anybody help? please email me at Thanks, Jorge |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you very much. AFter trying and trying I finally got this to work. I
had to change some values from my example to get this to fit, and it did. I do have another question: I want excel to calcute using the formula you gave me if it is a new product, but if it is an old product I want to use a different formula. So if b2 says "new" then I want to use 1 formula but if b2 says "old" then I want to use a different formula. So on B2 I created a drop down box with "new" and "old to choose from. SO if "new" is selected, I want the numbers to change from when "old" is selected. Does this make sense? Is it a macro I am after? Thanks for your help, "Bob Phillips" wrote: =E2*IF(F250,40%,IF(F240,35%,IF(F232,30%,IF(F22 8,25%,IF(F223,20%,0))))) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "jorgecarrejo" wrote in message ... Ok, I am trying to create a formula that will do the following: If cell F2 has any number between 23 and 28, I want it to multiply cell E2 by 20%, if it has 28.01 and 32, then I want it to multiply cell E2 by 25%. If it has 32.01- 40, then I want cell E2 to multiply by 30%. And so on. I only want it to do 5 sets of this. Can anybody help? please email me at Thanks, Jorge |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Your intervals don't seem to have a regular pattern You could use =E2*((F223)*20%+(F228)*5%+(F232)*5%) Just keep adding the extra terms for each 5%, with values set at where your intervals occur -- Regards Roger Govier "jorgecarrejo" wrote in message ... Ok, I am trying to create a formula that will do the following: If cell F2 has any number between 23 and 28, I want it to multiply cell E2 by 20%, if it has 28.01 and 32, then I want it to multiply cell E2 by 25%. If it has 32.01- 40, then I want cell E2 to multiply by 30%. And so on. I only want it to do 5 sets of this. Can anybody help? please email me at Thanks, Jorge |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to open MS Excell 2007 Sheet in MS Excell 2000??? | New Users to Excel | |||
how do I set the print area in excell 2007 | Excel Discussion (Misc queries) | |||
Excell 2007 Beta | New Users to Excel | |||
Excell 2007???? | Charts and Charting in Excel | |||
HYPERLINKS IN EXCELL 2007 | Excel Discussion (Misc queries) |