+ Reply to Thread
Results 1 to 3 of 3

Remove Rounding On Formula

  1. #1
    Forum Contributor
    Join Date
    07-12-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    136

    Remove Rounding On Formula

    I know this is probly very basic I cannot seem to figure it out. This formula I have found is rounding the dollar to the neartest $0.99 I dont want it to round I just want the exact number. can someone help me with removing the rounding?

    =ROUND(A1 * LOOKUP(A1,{0,5,10},{1.4,1.3,1.2}), 0) - 0.01

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Remove Rounding On Formula

    =(a1 * lookup(a1,{0,5,10},{1.4,1.3,1.2})) - 0.01
    and
    since you don't need the extra() as* takes precedence

    =a1 * lookup(a1,{0,5,10},{1.4,1.3,1.2}) - 0.01
    Last edited by martindwilson; 07-30-2010 at 07:53 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    07-12-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    136

    Re: Remove Rounding On Formula

    Once again thank you!!!

+ 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