Nesting help
in "C2" I would like onenested formula that takes A2 times 3%, then that sum
is then rounded to nearest ten thousands
"Mike H" wrote:
The further description clarified little. from what I can see
A2 B2 C2
32,549.00+976.47= 33,525.47
If that's correct then what do you want to do with C2? Always round Up?
Down? Nearest 1000? or is it none of those?
Mike
"Alabama" wrote:
Sorry....I was trying to give a better description of my problem, I provided
a copy of mu formula to show what I am trying to accomplish.
"Mike H" wrote:
Why are you starting a new thread? Did you look at the answer in the previous
one?
"Alabama" wrote:
I am trying to nest the calculation of the gross up and the rounding,
following is an example as well as the formula that I am receiving the error
on, also I do not know why my final rounded figure did not round up to 34K?
Example:
Payment Gross Up Sum Rounded
32,549.00 976.47 33,525.47 30,000.00
=SUM(B2*3%,ROUND(B2,1-LEN(INT(B2))))
|