+ Reply to Thread
Results 1 to 2 of 2

Round a number in nested function

  1. #1
    kim
    Guest

    Round a number in nested function

    Hi
    I have a cell that contains a function which returns the average of a set of
    numbers. I want the result to then be converted to the nearest whole number
    if the decimal is 5 or greater. and down if 4 or less

    i.e an average of 3,4 or less would round down to 3 and an average 0f 3.5 or
    over would round up to 4.

    I have been trying to nest the average and round functions in the same cell.
    I can't find a varition of the round function to do this or find anything in
    help.
    Assitance appreciated.


  2. #2
    Bob Phillips
    Guest

    Re: Round a number in nested function

    =ROUND(AVERAGE(A1:A5);0)

    --
    HTH

    Bob Phillips

    "kim" <[email protected]> wrote in message
    news:[email protected]...
    > Hi
    > I have a cell that contains a function which returns the average of a set

    of
    > numbers. I want the result to then be converted to the nearest whole

    number
    > if the decimal is 5 or greater. and down if 4 or less
    >
    > i.e an average of 3,4 or less would round down to 3 and an average 0f 3.5

    or
    > over would round up to 4.
    >
    > I have been trying to nest the average and round functions in the same

    cell.
    > I can't find a varition of the round function to do this or find anything

    in
    > help.
    > Assitance appreciated.
    >




+ 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