Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default IF formula to get a percentage increase

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default IF formula to get a percentage increase

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default IF formula to get a percentage increase

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
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
Increase percentage formula Jim Excel Discussion (Misc queries) 1 June 16th 07 09:06 PM
Percentage increase Lynne Mawson New Users to Excel 2 March 29th 07 02:02 PM
How can I create a percentage increase formula? Karen Excel Worksheet Functions 2 August 30th 06 06:50 PM
Excel formula that calculates percentage of increase or decrease Ration Excel Worksheet Functions 2 January 23rd 06 04:10 PM
percentage increase bigjeffscv Excel Worksheet Functions 1 September 26th 05 11:50 PM


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