+ Reply to Thread
Results 1 to 4 of 4

Pulling info from other sheet

  1. #1
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Pulling info from other sheet

    im trying to pull info from a sheet but when i do it repeats the same info when i pull it down

    I'd Like the data to be pulled from "Game Data" sheet that match the criteria in A1 and C1 when I pull it down it only shows the same info for all games. When they have played each other 4 time (as shown in "game data" sheet highlighted in yellow) so when i change A1 and C1 to 2 different teams it should give the proper info for those teams.

    this is the formula im using is

    =IFERROR(INDEX('Game Data'!$D$2:$D$6000,MATCH(A$1&C$1,'Game Data'!$B$2:$B$6000&'Game Data'!$C$2:$C$6000,0)),"")

    hope this is not too confusing.

    thank you all for your help
    Attached Files Attached Files

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Pulling info from other sheet

    This issue could be solved with a pivot table. I suggest two things:

    Put your game day information into an Excel Table. Excel tables have too many advantages to overlook them. You should be able to find a tutorial about them online. They may be the most valuable thing you can learn about Excel.

    Look at a couple of basic tutorials on line about pivot tables. Pivot tables can get quite involved, but this issue doesn't need a lot of sophistication. Even basic pivot tables are powerful tools.
    Attached Files Attached Files
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Re: Pulling info from other sheet

    Thanks for the info but as this is only a draft workbook i only included the columns i need to update according to A1 & C1 - on my original what i dont show is another ton info on the cells mentioned.

    these other columns dont need any adjustment (the ones in my original book) i need the info to be pulled from the game sheet so it updates on the team info sheet -

    Thank you for your pivot suggestion but id rather not.

    thank you so very much for your help.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: Pulling info from other sheet

    Remove ALL data from the results table, then in A5:

    =IFERROR(FILTER('Game Data'!$D$2:$F$6000,'Game Data'!$B$2:$B$6000&'Game Data'!$C$2:$C$6000=A$1&C$1),"")
    Attached Files Attached Files
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Pulling info from seperate sheet
    By mannygg13 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-19-2022, 02:15 PM
  2. [SOLVED] Pulling info from one sheet to another
    By melymelmela in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-17-2019, 10:47 PM
  3. Pulling info from master sheet to sheet 2 based on ID number input
    By GSI2013 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-25-2013, 12:38 PM
  4. Excel 2007 : Pulling info off 1 sheet from another
    By kwrcst in forum Excel General
    Replies: 2
    Last Post: 05-11-2012, 10:17 AM
  5. Pulling info from one sheet to another
    By floridavera in forum Excel General
    Replies: 6
    Last Post: 05-20-2011, 08:46 AM
  6. pulling 5 lines of info from a sheet
    By stub1toe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-24-2006, 01:25 PM
  7. Pulling info into another sheet
    By Teric506 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-26-2005, 01:05 PM

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