+ Reply to Thread
Results 1 to 10 of 10

Logarithms

Hybrid View

  1. #1
    sirsoto
    Guest

    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

  2. #2
    Tim Williams
    Guest

    Re: Logarithms

    =LOG10(A1)/LOG10(A2)

    Tim

    --
    Tim Williams
    Palo Alto, CA


    "sirsoto" <sirsoto@discussions.microsoft.com> wrote in message
    news:1E3D7625-AED4-485C-8A80-50EA91E55DAE@microsoft.com...
    > 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




  3. #3
    Forum Contributor
    Join Date
    03-03-2005
    Posts
    316
    If by Log10(number) you mean Log (number) to base 10, then

    =Log(A1)/Log(B1) in your chosen cell.

  4. #4
    sirsoto
    Guest

    Re: Logarithms

    Thanks for responding. I tried it but it didn't work. In cell A1, I typed
    the following:

    =log( ( ((300000*.05)+1) / (150*49) ) /log(1.05) )

    i only put the spaces here for your ease of reading. The result should
    equal a non-integer, 22.0918475.

    I did it by hand, so i know this value is correct.


  5. #5
    Registered User
    Join Date
    06-30-2005
    Posts
    61
    Did Excel give you an answer of about 0.027?

    I tried it by hand and got around 0.027. I copied and pasted what you wrote without the spaces into Excel and got around 1.98. I entered the different sets of the problem individually into Excel and got the correct answer of 0.027 again.
    Last edited by Losse; 07-19-2005 at 01:51 PM.

  6. #6
    Registered User
    Join Date
    06-30-2005
    Posts
    61
    Excel knows the correct order of operations. As soon as you close the )'s, the log entry is complete.
    You can try:
    =LOG(1+300000*0.05)/(150*49) /LOG(1.05)

    to get the correct answer of around 0.27

  7. #7
    l.a.
    Guest

    Logarithms

    here in Excel what are logarithms for? what specific jobs could this be
    applicable to? thanx

  8. #8
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,391
    l.a.: logarithms show up frequently in math, science, and engineering calculations. Basically, a logarithm is the "inverse" of exponentiation [10^3=1000, log10(1000)=3]. There are several good tutorials on logarithms on the internet - try putting "logarithm" into your favorite search engine.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1