Thread: Logarithms
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sirsoto sirsoto is offline
external usenet poster
 
Posts: 8
Default Logarithms

Hello,

How can I divide a logarithm by a logarithm? For example, I would like to
make the following computation in one cell:

= log10(number) / log10(number)

I know I can take the log of the numerator in one cell and the denominator
in another, however, this is not what I want. Please advise