Hi all,

As you see in the formula below, there is x in it and I need to compute x when all other values for the variables are known. I have the values of M, W, Icl etc. in specific cells and I want to solve for x so that its value gets calculated and displayed in one cell. So far I have been using computational engines to calculate x, because of which I have to waste a lot of time to go write the value of x manually in the cell each time.

x=35.7-0.028*(M – W)-Icl*((3.96*10^-8)*fcl*((x + 273)^4 – (Tc + 273)^4)+fcl*hc*(x – Tai))

Do you have a solution for this? It would be very beneficial for me.