+ Reply to Thread
Results 1 to 4 of 4

Combine Indirect and Sumif

  1. #1
    Registered User
    Join Date
    07-20-2005
    Posts
    22

    Arrow Combine Indirect and Sumif

    I would like to run both the indirect and sumif functions in the same cell and am not quite sure how to structure it.

    Any help is greatly appreciated.

    Thanks!

  2. #2
    Peo Sjoblom
    Guest

    Re: Combine Indirect and Sumif

    What are you trying to do?

    =SUMIF(INDIRECT("A1:A10"),">0",INDIRECT("B1:B10"))

    --

    Regards,

    Peo Sjoblom


    "dcd123" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I would like to run both the indirect and sumif functions in the same
    > cell and am not quite sure how to structure it.
    >
    > Any help is greatly appreciated.
    >
    > Thanks!
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile:

    http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=479218
    >




  3. #3
    Registered User
    Join Date
    07-20-2005
    Posts
    22

    Combine Indirect & Sumif

    Let's see if I can explain this:

    I have a workbook with many sheets. I have created a summary sheet that brings in information from the other sheets.

    I want the indirect function to return a number from a specific cell from each sheet next to the relative name. Then I want to subtract from that number the amount that has already been paid for the year (this is where I'm thinking I need to use the Sumif), this number is on the summary sheet, but I want to use a criteria to return the relative amount. Then I want to divide that result by the number of remaining months in the year.

    So I need to combine the two functions:

    =INDIRECT($A82&"!"&$C$2)

    Minus

    =SUMIF(A3:A158,A82,C3:C158)

    /11

    I hope that helps.

  4. #4
    Registered User
    Join Date
    07-20-2005
    Posts
    22
    I got it to work! Thanks...your sample steered me in the right direction.

+ 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