#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 159
Default Calculation Question

I want to calculate, in one cell, the result of one calculation that ends
with that calculation being added or subtracted from the primary cell.
Example: Cell B7 has an amount of $2500. I want to calculate how much of an
increase of 5% is over $2500, then automatically add or subtract that
calculated amount to the $2500 and be shown in the cell in which the formula
resides...can anyone help...I know I'm right there, but I'm just a tad
short...

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Calculation Question

=B7*1.05 gives you the increase.

Or are you lookign for the cel lto show the %, then show the changed amount?


"Larry" wrote:

I want to calculate, in one cell, the result of one calculation that ends
with that calculation being added or subtracted from the primary cell.
Example: Cell B7 has an amount of $2500. I want to calculate how much of an
increase of 5% is over $2500, then automatically add or subtract that
calculated amount to the $2500 and be shown in the cell in which the formula
resides...can anyone help...I know I'm right there, but I'm just a tad
short...

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Calculation Question

I think you need something like this:

=C7*1.05 to add 5%, or

=C7*0.95 to subtract 5%

Is this what you mean?

Pete

On Feb 5, 11:26 pm, Larry wrote:
I want to calculate, in one cell, the result of one calculation that ends
with that calculation being added or subtracted from the primary cell.
Example: Cell B7 has an amount of $2500. I want to calculate how much of an
increase of 5% is over $2500, then automatically add or subtract that
calculated amount to the $2500 and be shown in the cell in which the formula
resides...can anyone help...I know I'm right there, but I'm just a tad
short...

Thanks!



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 159
Default Calculation Question

Methinks maybe I need to be a tad bit clearer...(smile) Hopefully this will
give a better idea:

I have an amount in Cell B7, say, $2500
In Cell B8, I want to calculate and show the result of: B7 * .05, and then
automatically show the result of that calculation added to the $2500. In
other woddds, cell B8 would have the final result of $2500 x .05 + the amount
in Cell B7.

Does that help?

Thanks for the replies...I really do appreciate it...

Regards,

Larry

"Larry" wrote:

I want to calculate, in one cell, the result of one calculation that ends
with that calculation being added or subtracted from the primary cell.
Example: Cell B7 has an amount of $2500. I want to calculate how much of an
increase of 5% is over $2500, then automatically add or subtract that
calculated amount to the $2500 and be shown in the cell in which the formula
resides...can anyone help...I know I'm right there, but I'm just a tad
short...

Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Calculation Question

Perhaps you weren't able to read the replies you received?
The formula you asked for is =B7*1.05
If you prefer it, you can use =B7*(1 + .05)
or =B7 + B7*.05, but they all give the same answer.
--
David Biddulph

"Larry" wrote in message
...
Methinks maybe I need to be a tad bit clearer...(smile) Hopefully this
will
give a better idea:

I have an amount in Cell B7, say, $2500
In Cell B8, I want to calculate and show the result of: B7 * .05, and
then
automatically show the result of that calculation added to the $2500. In
other woddds, cell B8 would have the final result of $2500 x .05 + the
amount
in Cell B7.

Does that help?

Thanks for the replies...I really do appreciate it...

Regards,

Larry

"Larry" wrote:

I want to calculate, in one cell, the result of one calculation that ends
with that calculation being added or subtracted from the primary cell.
Example: Cell B7 has an amount of $2500. I want to calculate how much
of an
increase of 5% is over $2500, then automatically add or subtract that
calculated amount to the $2500 and be shown in the cell in which the
formula
resides...can anyone help...I know I'm right there, but I'm just a tad
short...

Thanks!





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
Question about financial calculation PMT Peter Aitken Excel Worksheet Functions 3 April 7th 05 01:18 PM
How do I use a check box to accept a calculation Joejoethecrackman Excel Discussion (Misc queries) 5 March 22nd 05 08:47 PM
Calculation question Bryan Excel Discussion (Misc queries) 5 March 16th 05 04:24 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


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