Mathmatical functions in Excel

R

Rick Rothstein \(MVP - VB\)

Either use...

=10^Number

for Log Base 10 or use...

=EXP(Number)

for Natural Logs.

Rick
 
Top