+ Reply to Thread
Results 1 to 5 of 5

need Average Formula

  1. #1
    MrJim005
    Guest

    need Average Formula

    I need a formula that averages A1 through A31 and need to ignore blank cells
    in that range that contain formulas that reference data from other sheets. I
    need it only to average them once they populate with data. Thank you if this
    is possible.



    Thank You



  2. #2
    Peo Sjoblom
    Guest

    re: need Average Formula

    Average ignore blank cells, if the linked formulas return zero when empty
    change the formula to

    =other_sheet_cell="","",formula_with_other_sheet_cell))

    --

    Regards,

    Peo Sjoblom

    Excel 95 - Excel 2007
    Northwest Excel Solutions
    www.nwexcelsolutions.com
    "It is a good thing to follow the first law of holes;
    if you are in one stop digging." Lord Healey


    "MrJim005" <[email protected]> wrote in message
    news:[email protected]...
    >I need a formula that averages A1 through A31 and need to ignore blank
    >cells in that range that contain formulas that reference data from other
    >sheets. I need it only to average them once they populate with data. Thank
    >you if this is possible.
    >
    >
    >
    > Thank You
    >
    >




  3. #3
    CLR
    Guest

    re: need Average Formula

    =SUM(A1:A31)/COUNT(A1:A31)

    Vaya con Dios,
    Chuck, CABGx3


    "MrJim005" <[email protected]> wrote in message
    news:[email protected]...
    > I need a formula that averages A1 through A31 and need to ignore blank

    cells
    > in that range that contain formulas that reference data from other sheets.

    I
    > need it only to average them once they populate with data. Thank you if

    this
    > is possible.
    >
    >
    >
    > Thank You
    >
    >




  4. #4
    Ragdyer
    Guest

    re: need Average Formula

    =Average(A1:A31)

    The Average() function ignores blank cells.
    --
    HTH,

    RD

    ---------------------------------------------------------------------------
    Please keep all correspondence within the NewsGroup, so all may benefit !
    ---------------------------------------------------------------------------
    "MrJim005" <[email protected]> wrote in message
    news:[email protected]...
    > I need a formula that averages A1 through A31 and need to ignore blank

    cells
    > in that range that contain formulas that reference data from other sheets.

    I
    > need it only to average them once they populate with data. Thank you if

    this
    > is possible.
    >
    >
    >
    > Thank You
    >
    >



  5. #5
    Dave Peterson
    Guest

    re: need Average Formula

    I think you dropped an =if(

    =if(other_sheet_cell="","",formula_with_other_sheet_cell)

    Like:
    =if(sheet1!a1="","",sheet1!a1)

    Peo Sjoblom wrote:
    >
    > Average ignore blank cells, if the linked formulas return zero when empty
    > change the formula to
    >
    > =other_sheet_cell="","",formula_with_other_sheet_cell))
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > Excel 95 - Excel 2007
    > Northwest Excel Solutions
    > www.nwexcelsolutions.com
    > "It is a good thing to follow the first law of holes;
    > if you are in one stop digging." Lord Healey
    >
    > "MrJim005" <[email protected]> wrote in message
    > news:[email protected]...
    > >I need a formula that averages A1 through A31 and need to ignore blank
    > >cells in that range that contain formulas that reference data from other
    > >sheets. I need it only to average them once they populate with data. Thank
    > >you if this is possible.
    > >
    > >
    > >
    > > Thank You
    > >
    > >


    --

    Dave Peterson

+ 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