+ Reply to Thread
Results 1 to 4 of 4

getting averages to round up

  1. #1
    Registered User
    Join Date
    03-08-2013
    Location
    pa
    MS-Off Ver
    Excel 2011
    Posts
    2

    Question getting averages to round up

    I have a spread sheet with col's that I want to average their totals, but would like them to be rounded up or down. How is this done, I have been looking through help but didn't find anything, thx for your help.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: getting averages to round up

    Look at the functions...

    ROUNDUP
    ROUNDDOWN

    http://www.excelfunctions.net/Excel-Math-Functions.html
    HTH
    Regards, Jeff

  3. #3
    Forum Expert Jakobshavn's Avatar
    Join Date
    08-17-2012
    Location
    Lakehurst, NJ, USA
    MS-Off Ver
    Excel 2007
    Posts
    1,970

    Re: getting averages to round up

    There are two answers. Say we have data in A1 thru A10 like:

    6.755766828
    2.263884486
    8.6800425
    7.218655497
    3.532177325
    9.111943546
    9.103327213
    9.997085899
    4.255945713
    0.207611095

    The average of this data is:

    =AVERAGE(A1:A10) which displays
    6.11264401
    To round this up:
    =ROUNDUP(AVERAGE(A1:A10),0) which displays 7

    However if we want to round up the individual items first and then take the average we would use the array formula:
    =AVERAGE(ROUNDUP(A1:A10,0)) which displays 6.7


    Array formula must be entered with CNTRL-SHFT-ENTER rather than just the ENTER key.
    Gary's Student

  4. #4
    Registered User
    Join Date
    03-02-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    87

    Re: getting averages to round up

    Hi!
    You could also do this... Select the range of cells where you want the data rounded off... right click... and click on format cells from the list.... go to number and select the decimal places you want....

    Jason...

+ 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