Thread: Antilog
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
plinius plinius is offline
external usenet poster
 
Posts: 51
Default Antilog

Il 03/12/2012 14:43, ha scritto:
Thanx

On Thursday, January 9, 2003 9:55:03 AM UTC+5:30, Jerry Martin wrote:
Can any one out there tell me if it is possible find the
antilog when using spreadsheets ?



=LN(123456) = 11.7236401
=EXP(11.7236401) = 123456

=LOG(123456) = 5.091512202
=10^5.091512202 = 123456

=LOG(123456,16) = 4.228409357
=16^4.228409357 = 123456


Hi,
E.