Share via

In Excel: Finding the third variable when you know any two of the three.

Anonymous
2014-11-12T17:53:57+00:00

How do I create a formula that allows me to know any two of three variable to find the third.  For example, if I know the cost of an item and the tax rate, it will give me the total. However if I know the total and tax rate it will give me the item cost.

Is it possible without using circular references? 

Thanks, Ken

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2014-11-12T18:46:12+00:00

Hi,

See the snip below. In each case it's the yellow cells that we don't know. The formula in each of the yellow cells is shown in Col D in the snip.

Was this answer helpful?

0 comments No comments

Answer accepted by question author

Anonymous
2014-11-12T18:36:50+00:00

Hi,

if you know the total Value

and you search for the value before tax

try this

if tax is say, 23%

then

item cost = round( [total Value]/1.23, 2)

Was this answer helpful?

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Anonymous
    2014-11-28T00:30:07+00:00

    Hi Mike,

    Let me give a better example of what I am trying to do.

    Cost     %Increase      Total

    Is there a way of entering any two variables to get the third without it becoming a circular reference? 

    Ex. If I punch in the cost and increase, it will give me the total.  However, if I know the cost and total, it will give me the %Increase. I have got it to work by putting formulas in each cell and overwriting the formulas with numeric values but I get circular references and it glitches sometimes.

    Ken

    Was this answer helpful?

    0 comments No comments