+ Reply to Thread
Results 1 to 9 of 9

Excel 2007 : How do I use Index/Match formula to pull certain information?

  1. #1
    Forum Contributor
    Join Date
    02-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    249

    How do I use Index/Match formula to pull certain information?

    I need to take information from the sample master and transfer it to the other book. I want it to take the Grade, Block, and Grader and transfer it over to the right tab in the tart check grades by grower book. There will be a page for each grower so when I enter information in the master book it will transfer to the right grower depending who I put in there. I want it to tranfer over to columns B, C, D.

    Also I would like to keep track of the avg grade for each of the grader on the right in columns F - K. So as the informatino in B - D accumulate then it will change the graders avg.
    The first page I want it to do the same except for all growers.
    Attached Files Attached Files
    Last edited by srgtennis; 07-09-2012 at 02:08 PM.

  2. #2
    Forum Contributor
    Join Date
    02-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    249

    Re: I need to take certain information and trasfer it over depending on what grower I use.

    How would I use a sumifs formula to do this?

  3. #3
    Forum Contributor
    Join Date
    02-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    249

    Re: I need to take certain information and trasfer it over depending on what grower I use.

    I need to seperate the information by grower and transfer it over to different sheets. Anyway I can do this?

  4. #4
    Forum Contributor
    Join Date
    02-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    249

    Re: I need to take certain information and trasfer it over depending on what grower I use.

    anybody have an idea?

  5. #5
    Forum Contributor
    Join Date
    02-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    249

    Re: I need to take certain information and trasfer it over depending on what grower I use.

    I tried using index match function, I got it to pull the grade over but it would only do the first grade. I have a grower with a lot of grades and need it to transfer all of them over.

  6. #6
    Forum Contributor
    Join Date
    02-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    249

    Re: I need to take certain information and trasfer it over depending on what grower I use.

    This is the formula I tried to use:

    =INDEX('[2012 Tart Cherry Check Grades.xlsx]Master SC'!$U$6:$U$1000,MATCH('[2012 Tart Cherry Check Grades.xlsx]Master SC'!$E$10,'[2012 Tart Cherry Check Grades.xlsx]Master SC'!$E$6:$E$1000,0))

    It worked but would only transfer the grade from the top one and not the rest.

    *The 2012 tart cherry check grades is the sample master sheet on here.

    How can I get it to transfer the grower 2 to the other sheet. So everytime I enter in grower 2 it will transfer the information.

  7. #7
    Forum Contributor
    Join Date
    02-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    249

    Re: I need to take certain information and trasfer it over depending on what grower I use.

    Does any one have a better way or tell me what is wrong with the formula because it will pull only 1 grade and if I drag down it doesn't work.

  8. #8
    Forum Contributor
    Join Date
    02-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    249

    Re: I need to take certain information and trasfer it over depending on what grower I use.

    Why will it only pull one grade over and over and not all of them?

  9. #9
    Forum Contributor
    Join Date
    02-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    249

    Re: How do I use Index/Match formula to pull certain information?

    Here is the formula, I figured it out myself:

    =IF(ROWS($A$2:$A2)>COUNTIF('[2012 Tart Cherry Check Grades.xlsx]Master SC'!$F$6:$F$1000,"Riley Orchards"),"",INDEX('[2012 Tart Cherry Check Grades.xlsx]Master SC'!$U$6:$U$1000,SMALL(IF('[2012 Tart Cherry Check Grades.xlsx]Master SC'!$F$6:$F$1000="Riley Orchards",ROW('[2012 Tart Cherry Check Grades.xlsx]Master SC'!$F$6:$F$1000)-ROW('[2012 Tart Cherry Check Grades.xlsx]Master SC'!$F$6)+1),ROWS($A$2:$A2))))

+ 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