Share via

Can excel solve this equation?

Anonymous
2024-08-20T13:12:23+00:00

I want excel to solve for x in the following equation if possible

0.26 + x =0.22 notnsure if I'm writing it right nut Basically I'm running a finance goal and i need my cost to be 22 percent for the week. Monday it was 26 I need to know what percent Tuesday needs to be to get back to an average of 22 percent

I know the answer is 0.18 but can I get excel to give me that answer?

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

2 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. HansV 462.6K Reputation points
    2024-08-20T14:19:23+00:00

    From your description I guess that you want the average of 0,26 and x to be 0,22.

    One option:

    (0.26 + x) / 2 = 0.22

    0.26 + x = 2*0.22

    x = 2*0.22 - 0.26

    So the formula =2*0.22-0.26 will return the number you want.

    Another option:

    In A1, enter 0,26

    Leave B1 empty

    In C1, enter the formula =AVERAGE(A1:B1)

    On the Data tab of the ribbon, in the Forecast group, select What-If Analysis > Goal Seek...

    Enter C1 in the 'Set cell' box.

    Enter 0.22 in the 'To value' box.

    Enter B1 in the 'By changing cell' box.

    Click OK. After a short interval, Excel should find a solution:

    As you seem B1 now contains 0,18.

    Was this answer helpful?

    0 comments No comments