+ Reply to Thread
Results 1 to 3 of 3

If and Round Functions

  1. #1
    Forum Contributor
    Join Date
    07-26-2006
    Posts
    141

    If and Round Functions

    Can someone tell me how to use the if and round functions together. My if functions is =IF($A5<1,K5-(K5*$A5),K5-$A5) and I need my answers to be round to the nearest hundred.

  2. #2
    JE McGimpsey
    Guest

    Re: If and Round Functions

    One way:

    =ROUND(K5-IF($A5<1,K5*$A5,$A5),-2)


    In article
    <[email protected]>,
    billykiller05
    <[email protected]> wrote:

    > Can someone tell me how to use the if and round functions together. My
    > if functions is =IF($A5<1,K5-(K5*$A5),K5-$A5) and I need my answers to
    > be round to the nearest hundred.


  3. #3
    RagDyeR
    Guest

    Re: If and Round Functions

    Try this:

    =IF($A5<1,ROUND(K5-(K5*$A5),2),ROUND(K5-$A5,2))

    --

    HTH,

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

    "billykiller05" <[email protected]>
    wrote in message
    news:[email protected]...

    Can someone tell me how to use the if and round functions together. My
    if functions is =IF($A5<1,K5-(K5*$A5),K5-$A5) and I need my answers to
    be round to the nearest hundred.


    --
    billykiller05
    ------------------------------------------------------------------------
    billykiller05's Profile:
    http://www.excelforum.com/member.php...o&userid=36813
    View this thread: http://www.excelforum.com/showthread...hreadid=565206



+ 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