Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Formula to multiply only a portion of a cell number?

Is there any way to take only a portion of an amount in a cell and then
multiply it by a number? Let's say that I have $1000 in a cell, but only $50
of it is subject to inflation of 2.5%. I need to find the formula that can
accomplish this task. Thanks, Barb
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Formula to multiply only a portion of a cell number?

As long as you can define how you get $50 out of the $1000, then the rest is
easy. Is it always 5% of the cell's value?

If so, use:

=a1/20*2.5%

Regards,
Fred.

"zsboppie" wrote in message
...
Is there any way to take only a portion of an amount in a cell and then
multiply it by a number? Let's say that I have $1000 in a cell, but only
$50
of it is subject to inflation of 2.5%. I need to find the formula that
can
accomplish this task. Thanks, Barb


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Formula to multiply only a portion of a cell number?

The actual numbers a
$67,064 and out of that amount, $4680 is not subject to the 2.5% inflation
rate. $62,384 is what is subject to the 2.5% inflation rate. I cannot
separate the two numbers. I have to keep them totaled and then figure out
the inflation rate only on the $62,384.

"Fred Smith" wrote:

As long as you can define how you get $50 out of the $1000, then the rest is
easy. Is it always 5% of the cell's value?

If so, use:

=a1/20*2.5%

Regards,
Fred.

"zsboppie" wrote in message
...
Is there any way to take only a portion of an amount in a cell and then
multiply it by a number? Let's say that I have $1000 in a cell, but only
$50
of it is subject to inflation of 2.5%. I need to find the formula that
can
accomplish this task. Thanks, Barb



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Formula to multiply only a portion of a cell number?

=MAX(0,A1-4680)*2.5%


--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"zsboppie" wrote in message
...
The actual numbers a
$67,064 and out of that amount, $4680 is not subject to the 2.5% inflation
rate. $62,384 is what is subject to the 2.5% inflation rate. I cannot
separate the two numbers. I have to keep them totaled and then figure out
the inflation rate only on the $62,384.

"Fred Smith" wrote:

As long as you can define how you get $50 out of the $1000, then the rest
is
easy. Is it always 5% of the cell's value?

If so, use:

=a1/20*2.5%

Regards,
Fred.

"zsboppie" wrote in message
...
Is there any way to take only a portion of an amount in a cell and then
multiply it by a number? Let's say that I have $1000 in a cell, but
only
$50
of it is subject to inflation of 2.5%. I need to find the formula that
can
accomplish this task. Thanks, Barb





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Formula to multiply only a portion of a cell number?

Thank you...it worked!!!!

"Bob Phillips" wrote:

=MAX(0,A1-4680)*2.5%


--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"zsboppie" wrote in message
...
The actual numbers a
$67,064 and out of that amount, $4680 is not subject to the 2.5% inflation
rate. $62,384 is what is subject to the 2.5% inflation rate. I cannot
separate the two numbers. I have to keep them totaled and then figure out
the inflation rate only on the $62,384.

"Fred Smith" wrote:

As long as you can define how you get $50 out of the $1000, then the rest
is
easy. Is it always 5% of the cell's value?

If so, use:

=a1/20*2.5%

Regards,
Fred.

"zsboppie" wrote in message
...
Is there any way to take only a portion of an amount in a cell and then
multiply it by a number? Let's say that I have $1000 in a cell, but
only
$50
of it is subject to inflation of 2.5%. I need to find the formula that
can
accomplish this task. Thanks, Barb





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
A formula for moving a portion of a cell??? McKenna Excel Discussion (Misc queries) 4 February 20th 07 10:23 PM
How do you multiply each cell by the same number? ( 899.80*.085) Shanon Excel Discussion (Misc queries) 2 March 20th 06 09:27 PM
How do I Multiply different cells by one number as a formula? secarter New Users to Excel 2 March 9th 06 03:41 AM
how can i multiply a number in each cell? jay Excel Discussion (Misc queries) 3 February 3rd 05 04:52 PM
multiply by actual number in cell CJ Cerezo Excel Worksheet Functions 3 November 29th 04 09:43 PM


All times are GMT +1. The time now is 11:05 AM.

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"