+ Reply to Thread
Results 1 to 3 of 3

How can I change decimal amounts to end with .95

  1. #1
    naclu
    Guest

    How can I change decimal amounts to end with .95

    I need to be able to take various dollar amounts and round the change up to
    ..95 automatically. Is there a way to do this?

  2. #2
    N Harkawat
    Guest

    Re: How can I change decimal amounts to end with .95

    =int(A1)+0.95


    "naclu" <[email protected]> wrote in message
    news:[email protected]...
    >I need to be able to take various dollar amounts and round the change up to
    > .95 automatically. Is there a way to do this?




  3. #3
    N Harkawat
    Guest

    Re: How can I change decimal amounts to end with .95

    =IF(A1-INT(A1)>0.95,INT(A1)+1.95,INT(A1)+0.95)

    "naclu" <[email protected]> wrote in message
    news:[email protected]...
    >I need to be able to take various dollar amounts and round the change up to
    > .95 automatically. Is there a way to do 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