I think I understand what you're talking about.
You have a formula in A2 that calculates a percent of B2 ?
Maybe =B2*25%
OR
=B2*0.25
You perhaps want the results of this formula to match the dollar amount that
is in A1 ?
You also want to know what percent of B2 it takes to match the dollar amount
in A1 ?
If this is what you wish, try these ideas:
Change the formula in A2 to:
=B2*C1
Where YOU put a percent in C1 (decimal 0.25), and change it around until you
get the dollar amount that you want,
OR,
Change the formula in A2 to:
=B2*A1/B2
Where you automatically get the dollar amount in B2 to match the dollar
amount in A1,
(Don't know what this would accomplish)
OR,
Enter this formula anywhere:
=A1/B2%
Where you will get the percent A1 is of B2.
Of course, if I read this wrong, and you want the percent of A1 to match B2,
interchange A1 and B2 in the above formulas.
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
The Dollars and the Percents are 2 diffrent cells. Its just that
sometimes I want to put in a percent and sometimes a dollar. For
example. in cell A1 is a dollar amount. In the Cell A2 is the dollar
amount of the pecentage of Cell B2. If I cange B2 it will change the
dollar amount. Then if I go back to A2 and put in a dollar amount the
formula for the equasion will be gone. I don't want it be be gone I
just want it to be in the background and change the percent amount.