+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17

Thread: Formula for: Format Decimal places?

  1. #16
    nastech
    Guest

    Re: Formula for: Format Decimal places?

    Many Thanks.... I have a better understanding of what goes where in that
    equation, and without fully knowing how the equation works yet, sorry,
    intuition is that it is what I need, &, is probably more dynamic than what I
    could have done... Many Thanks -Nastech

    XXXXXXXXXX

    "Ron Rosenfeld" wrote:

    > On Thu, 3 Nov 2005 21:15:01 -0800, "nastech"
    > <nastech@discussions.microsoft.com> wrote:
    >
    > >p.s. divide by 1000 might only work for every 10 power of 3, is that telling
    > >the future, or what anyways, I maybe would utimately.. have cell that
    > >works divsor to the power thing (3, 6, 9), stead of 1000000000000000000000

    >
    > In the equations I recommended, try substituting your number of shares, or your
    > equation to compute the number shares, for "A1"
    >
    > See if that gives you what you want.
    >
    > For example:
    >
    >
    > =TRUNC($IN/Price,2-INT(LOG10($IN/Price)))/10^INT(LOG10($IN/Price))
    >
    > =10^INT(LOG10($IN/Price))
    >
    >
    > --ron
    >


  2. #17
    Ron Rosenfeld
    Guest

    Re: Formula for: Format Decimal places?

    On Fri, 4 Nov 2005 06:00:04 -0800, "nastech"
    <nastech@discussions.microsoft.com> wrote:

    >Many Thanks.... I have a better understanding of what goes where in that
    >equation, and without fully knowing how the equation works yet, sorry,
    >intuition is that it is what I need, &, is probably more dynamic than what I
    >could have done... Many Thanks -Nastech
    >
    >XXXXXXXXXX


    You're welcome.

    As to what the equation is doing:

    The equation changes the value (A1 or $IN/Price) to three significant digits
    divided by 100 -- so as to give you your 0.00 type of output. In order to do
    that, it divides the original by some multiple of 10; that multiple is the
    output of the second formula.

    Hope it helps you.
    --ron

+ 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.2.0