If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Value change on cell percentage input

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-07-06, 22:38
comf36 comf36 is offline
Registered User
 
Join Date: Aug 2003
Posts: 64
Value change on cell percentage input

Could you check this and make sure it's right. My intent is to calculate a plan using the cells B32*B17 then increase it by what ever number I put in cell C34 where as cell B30 will show the results.

Thanks


=IF(B34=0,"1",B32*B17)*B34

Cell B32 is a percentage number plus or minus 92% or -92%.
Cell B17 is a normal number like 8.
Cell B34 is a percentage like 25%. But this will change depending on what number I put in. I just need to make sure the formula right pending on what percentage I input, in others words Cell B34 will be my increase percentage.
Reply With Quote
  #2 (permalink)  
Old 08-08-06, 10:00
shades shades is offline
Registered User
 
Join Date: Oct 2003
Posts: 1,091
Howdy. If you want the increase, then you need to add that to original amount. I think this might get you what you want.

=IF(B34=0,"1",B32*B17)*(1+B34)
__________________
old, slow, and confused
but at least I'm inconsistent!

Rich
(retired Excel 2003 user, 3/28/2008)

How to ask a question on forums
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On