A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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.