View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Exponential equations

General for of an exponential is

Y = (A*x^2) +( B*x^1) + C

putting in numbers

= (5 * (A1^2))+(2.4*(A1^1))+5.6
wher A1 is cell A1

You

"Dianamath161" wrote:

How do I enter and exponential equation in a cell?