I have a minus in cell "B3" and when I and trying
to get a percentage change I am getting "-1909.50%
Are you familiar the phrase "garbage in, garbage out"?
Your computation is correct, but the result might be meaningless
because you might not be using the correct computation for the
situation.
Unfortunately, you are not being very clear about the situation. So
it is difficult to infer the best solution for you.
First, you need to understand that the formula (A3-B3)/B3 gives you
the percentage change from B3 to A3. For example, if something cost
$100 (B3) last year and it costs $150 (A3) this year, the percentage
change is 50%.
Is that really what you have in A3 and B3? Did the value start out at
-210, and it is now 3799.95(!)? I doubt it.
Conversely, if you want to compute the percentage change from A3 to
B3, you would compute (B3-A3)/A3. But I doubt that fits your
situation either.
Moreover, both formulas make sense only if the sign of A3 and B3 is
the same; that is, they are both positive, or they are both negative,
and the denominator is not zero.
My guess is: 3799.95 represents some value, and -210 represents the
change. That is, the value went from 3799.95 to 3589.95.
If that's the case, the formula that you want is simply =B3/A3,
formatted as Percentage. That will work when B3 is positive (increase
in value), too.
Hope that helps. If not, please specify what the numbers in A3 and B3
represent.
----- original posting -----