+ Reply to Thread
Results 1 to 3 of 3

SUMIF - Range name to used for the "sum_range" portion of a SUMIF function

  1. #1
    Oscar
    Guest

    SUMIF - Range name to used for the "sum_range" portion of a SUMIF function

    I am trying to use a SUMIF funtion in which the "sum_range" is defined
    as a named range of cells. If I include the range name in the formula
    everything is fine. However, I want to have the range name in a cell
    then refernece the "sum_range" portion of the SUMIF formula to the cell
    that contains the range anem. Does not appear to work.
    Any advice would be appreciated.


  2. #2
    Tim C
    Guest

    Re: SUMIF - Range name to used for the "sum_range" portion of a SUMIF function

    With the range name in A1:

    =SUMIF(INDIRECT(A1),"X")

    Tim C

    "Oscar" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to use a SUMIF funtion in which the "sum_range" is defined
    > as a named range of cells. If I include the range name in the formula
    > everything is fine. However, I want to have the range name in a cell
    > then refernece the "sum_range" portion of the SUMIF formula to the cell
    > that contains the range anem. Does not appear to work.
    > Any advice would be appreciated.
    >




  3. #3
    Bob Phillips
    Guest

    Re: SUMIF - Range name to used for the "sum_range" portion of a SUMIF function

    Oscar,

    Here is an example

    =SUMIF(INDIRECT(C1),"ABC",INDIRECT(D1))

    where C1 might hold A1:A10 or a range name, as would D1.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Oscar" <[email protected]> wrote in message
    news:[email protected]...
    > I am trying to use a SUMIF funtion in which the "sum_range" is defined
    > as a named range of cells. If I include the range name in the formula
    > everything is fine. However, I want to have the range name in a cell
    > then refernece the "sum_range" portion of the SUMIF formula to the cell
    > that contains the range anem. Does not appear to work.
    > Any advice would be 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