+ Reply to Thread
Results 1 to 3 of 3

SUMIF not working for selecting specific info

  1. #1
    Registered User
    Join Date
    06-25-2012
    Location
    Reedley, CA
    MS-Off Ver
    Excel 2003
    Posts
    5

    SUMIF not working for selecting specific info

    I am trying to use SUMIF in excel 2003 to add up pounds of fruit that come from certain ranches. I am using multiple worksheets, and I can't seems to create the correct formula. This is what I have tried using

    =SUMIF(Data!A:A,Data!C:C='01'!A:A,Data!F:F).

    I want this to be in column B of the 01 worksheet, and I want to copy it down so that all cells in column B will calculate the total pounds of fruit being harvested from each ranchblock. Attached is a copy of the spreadsheet.Raw Data 01.xls
    Last edited by lukesanborn; 06-25-2012 at 05:01 PM.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Formula problem

    Hi lukeshanborn,

    Welcome to the forum.

    Suggest you to change the thread title to reflect the query you asked.. see the forum rules:-

    http://www.excelforum.com/forum-rule...rum-rules.html

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: SUMIF not working for selecting specific info

    how about

    Please Login or Register  to view this content.



    ****************
    if you can position your ranchblock and pounds in same column for all tabs

    you can use something like this..

    create a list of the workbook then name it(named range) like "list"
    then formula..

    =SUMPRODUCT(SUMIF(INDIRECT("'"&list&"'!C1:C100"),">"&A2,INDIRECT("'"&list&"'!F1:F100")))

    again all column should be same position...

    column C will be for the ranchblock for all sheet
    and column F is the pounds for all sheet..
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ 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