Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
A formula for moving a portion of a cell??? | Excel Discussion (Misc queries) | |||
How do you multiply each cell by the same number? ( 899.80*.085) | Excel Discussion (Misc queries) | |||
How do I Multiply different cells by one number as a formula? | New Users to Excel | |||
how can i multiply a number in each cell? | Excel Discussion (Misc queries) | |||
multiply by actual number in cell | Excel Worksheet Functions |