Thread
:
Exponential equations
View Single Post
#
5
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein \(MVP - VB\)
external usenet poster
Posts: 2,202
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
Reply With Quote
Rick Rothstein \(MVP - VB\)
View Public Profile
Find all posts by Rick Rothstein \(MVP - VB\)