View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein \(MVP - VB\) Rick Rothstein \(MVP - VB\) is offline
external usenet poster
 
Posts: 2,202
Default Exponential equations

How do I enter and exponential equation in a cell?

Another possibility is to use the POWER function. Using references...

=POWER(A1,B2)

or using constants...

=POWER(3,5)

or you can use a combination of the two.

Rick