+ Reply to Thread
Results 1 to 3 of 3

>value response

  1. #1
    Kaputa
    Guest

    >value response

    =IF(D3>0,LOG(C3/F3),">"&LOG(C3/10)) gives me the two options that I want.
    Thanks to all who responded. Now, the first part is rounded to 1 decimal
    place, ie 0.0, because I chose so in custom mode. When the second part is
    true, however, I loose the custom formatting and get several decimal places
    added. How do I prevent this?

  2. #2
    Ed Ferrero
    Guest

    Re: >value response

    Hi Kaputa,

    =IF(D3>0,LOG(C3/F3),">"&TEXT(LOG(C3/10),"0.0"))

    Ed Ferrero
    Microsoft Excel MVP
    http://www.edferrero.com

    > =IF(D3>0,LOG(C3/F3),">"&LOG(C3/10)) gives me the two options that I want.
    > Thanks to all who responded. Now, the first part is rounded to 1 decimal
    > place, ie 0.0, because I chose so in custom mode. When the second part is
    > true, however, I loose the custom formatting and get several decimal
    > places
    > added. How do I prevent this?




  3. #3
    RagDyer
    Guest

    Re: >value response

    Try this:

    =IF(D3>0,LOG(C3/F3),">"&TEXT(LOG(C3/10),"#.#"))

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Kaputa" <[email protected]> wrote in message
    news:[email protected]...
    > =IF(D3>0,LOG(C3/F3),">"&LOG(C3/10)) gives me the two options that I want.
    > Thanks to all who responded. Now, the first part is rounded to 1 decimal
    > place, ie 0.0, because I chose so in custom mode. When the second part is
    > true, however, I loose the custom formatting and get several decimal

    places
    > added. How do I prevent this?



+ 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