Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need a formula (IF maybe) that will result in an increase amount. I have
several types of service care (I,II,III) as drop down option on column G. Those same types of service have been assigned a percentage (1%,2%,3%) on column AF For example, If someone selects service care "I" the formula should locate the respective percentage for that level (1%) and then use this percentage to calculate a dollar amount increase with respect to a dollar amount on column AA Column G Column AA Column AF Result Drop Down 100 1% $1.0 Drop Down 200 2% $4.0 Drop Down 300 3% $9.0 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I figured it out so I thought I sha
=IF(G23=AE$3,(AA23*AF$3),IF(G23=AE$4,(AA23*AF$4),I F(G23=AE$5,(AA23*AF$5),IF(G23=AE$6,(AA23*AF$6),IF( G23=AE$7,(AA23*AF$7),IF(G23=AE$8,(AA23*AF$8))))))) "Carolina" wrote: I need a formula (IF maybe) that will result in an increase amount. I have several types of service care (I,II,III) as drop down option on column G. Those same types of service have been assigned a percentage (1%,2%,3%) on column AF For example, If someone selects service care "I" the formula should locate the respective percentage for that level (1%) and then use this percentage to calculate a dollar amount increase with respect to a dollar amount on column AA Column G Column AA Column AF Result Drop Down 100 1% $1.0 Drop Down 200 2% $4.0 Drop Down 300 3% $9.0 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Carolina,
Good that you got it working. Be aware that there is a limit to the nesting of functions; 7 levels is the maximum. Have a look at the VLOOKUP() function. There's a tutorial he http://www.contextures.com/xlFunctions02.html -- Kind regards, Niek Otten Microsoft MVP - Excel "Carolina" wrote in message ... |I figured it out so I thought I sha | =IF(G23=AE$3,(AA23*AF$3),IF(G23=AE$4,(AA23*AF$4),I F(G23=AE$5,(AA23*AF$5),IF(G23=AE$6,(AA23*AF$6),IF( G23=AE$7,(AA23*AF$7),IF(G23=AE$8,(AA23*AF$8))))))) | | "Carolina" wrote: | | I need a formula (IF maybe) that will result in an increase amount. I have | several types of service care (I,II,III) as drop down option on column G. | Those same types of service have been assigned a percentage (1%,2%,3%) on | column AF | For example, If someone selects service care "I" the formula should locate | the respective percentage for that level (1%) and then use this percentage to | calculate a dollar amount increase with respect to a dollar amount on column | AA | | Column G Column AA Column AF Result | Drop Down 100 1% $1.0 | Drop Down 200 2% $4.0 | Drop Down 300 3% $9.0 | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Increase percentage formula | Excel Discussion (Misc queries) | |||
Percentage increase | New Users to Excel | |||
How can I create a percentage increase formula? | Excel Worksheet Functions | |||
Excel formula that calculates percentage of increase or decrease | Excel Worksheet Functions | |||
percentage increase | Excel Worksheet Functions |