+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Adding Rows of data

Hybrid View

grghhn Adding Rows of data 12-01-2009, 12:08 AM
D_Rennie Re: Adding Rows of data 12-01-2009, 12:20 AM
DonkeyOte Re: Adding Rows of data 12-01-2009, 04:52 AM
  1. #1
    Registered User
    Join Date
    10-15-2009
    Location
    Huntington Beach
    MS-Off Ver
    Excel 2007
    Posts
    22

    Adding Rows of data

    I have a Column of data and I need to add all of the cells above a certain amount, and get an average.

    I also need to do the opposite. Add all of the cells below a certain number, and get an average.

  2. #2
    Valued Forum Contributor
    Join Date
    05-14-2009
    Location
    gold coast
    MS-Off Ver
    Excel 2007
    Posts
    843

    Re: Adding Rows of data

    Hello you can use sumif for this.
    greater than 1 .... =SUMIF(A1:A22,">"&1)
    less than 2 .....=SUMIF(A1:A22,"<"&2)

    hope this helps
    cheers

    edit and get an average.

    ...=AVERAGE(IF(A1:A21>1,A1:A21)) edited using ctrl+shift+enter
    Last edited by D_Rennie; 12-01-2009 at 12:27 AM.


  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Adding Rows of data

    If as implied you're using XL2007 you can make use of the new AVERAGEIF function, ie:

    =AVERAGEIF(A1:A22,">0")

    for multiple conditions see AVERAGEIFS

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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