Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm having difficulties getting a formula to work. Any help is appreciated.
Column H2 is a percentage of the previous, If H2 is greater than 40 I need to multiply by 4%, but if it is greater than 30 mutilply by 3% all other to equal 0. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You say H2 is a percentage so you mean greater than 40%?
What do you want to multiply by 3% or 4%?, assuming G2 perhaps try =IF(H2=0.4,4%,IF(H2=0.3,3%,0%))*G2 "ron" wrote: I'm having difficulties getting a formula to work. Any help is appreciated. Column H2 is a percentage of the previous, If H2 is greater than 40 I need to multiply by 4%, but if it is greater than 30 mutilply by 3% all other to equal 0. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Not sure what cell your wanting to multiply I did H2
=IF(H240,H2*4%,IF(H230,H2*3%,0)) "ron" wrote: I'm having difficulties getting a formula to work. Any help is appreciated. Column H2 is a percentage of the previous, If H2 is greater than 40 I need to multiply by 4%, but if it is greater than 30 mutilply by 3% all other to equal 0. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP | Excel Worksheet Functions | |||
lookup formulas dependent upon lookup formulas | Excel Worksheet Functions | |||
automatically copy formulas down columns or copy formulas all the | Excel Worksheet Functions | |||
Formulas not evaluated, Formulas treated as strings | Excel Discussion (Misc queries) | |||
formulas for changing formulas? | Excel Discussion (Misc queries) |