View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
san2000 san2000 is offline
external usenet poster
 
Posts: 2
Default how to solve equations in excel that involve iterations?

The equation has one unknown, but appear on both sides of the equation:

A+B/2 = SQRT(C/D) * [(E - A)^(3/2)] / [(A - B)^(1/2)]

THe only unknown that need to be solved is A. B, C, D, and E are known
variables. How to solve?