+ Reply to Thread
Results 1 to 6 of 6

Looking up Data

  1. #1
    Forum Contributor
    Join Date
    02-21-2013
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2007
    Posts
    122

    Looking up Data

    I am trying to lookup data based on multiple criteria. I have a vlookup with the if(and) function. I have attached an example.


    Cell B2 Will change depending on the tab name for each Month.

    I need starting with cell B7 to find the data that matches the for the team member, the stat month in cell b2 and the week in the cell b6-f6. I have the columns named the same as the data headers on the weekly team stats page. However that will not always be the exact same on the final project. So I will need to look based on a column number that I can change. If that makes any sense lol sorry if that is confusing.


    I need to do this using ONLY formulas. I can't have any macros in this as it will need to be emailed & can't send workbooks with vba in them.

    Thank you :-)
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    01-29-2013
    Location
    Dubai
    MS-Off Ver
    Excel 2011
    Posts
    10

    Re: Looking up Data

    Take a look of attachment. Hope that helps.

    Michael ScoreCard Numbers HELP-2.xlsm

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Looking up Data

    I need to do this using ONLY formulas. I can't have any macros in this as it will need to be emailed & can't send workbooks with vba in them.
    Then I suggest you change the format you saved it in from .xlsM to .xlsX .xlsM is macro-enabled, others might not be able to open it
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Looking up Data

    Try this regular formula, copied down and across for the 1st Name, copied down and across...
    =IFERROR(INDEX('Weekly Team Stats'!$E$2:$U$49,MATCH($B$2&B$6&$B$5,INDEX('Weekly Team Stats'!$B$2:$B$49&'Weekly Team Stats'!$C$2:$C$49&'Weekly Team Stats'!$D$2:$D$49,0),0),MATCH($A7,'Weekly Team Stats'!$E$1:$U$1,0)),"")
    You will have to adjust the bolded parts for each name-block

    @chatz86...not sure if it matters (probably not?) but you left the month out.
    Also be wary of using full-column ranges like that in ARRAY formulas, they will start to slow the file down

  5. #5
    Forum Contributor
    Join Date
    02-21-2013
    Location
    Phoenix, AZ
    MS-Off Ver
    Excel 2007
    Posts
    122

    Re: Looking up Data

    @FDibbins


    This is perfect!!! Thank you so much. I need to utilize index more. I don't use it as much as I should THANK YOU THANK YOU THANK YOU.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Looking up Data

    Happy to help

+ 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. Replies: 11
    Last Post: 12-23-2014, 01:01 PM
  2. Replies: 2
    Last Post: 04-19-2014, 10:06 PM
  3. Replies: 34
    Last Post: 01-21-2014, 03:07 PM
  4. Replies: 4
    Last Post: 02-01-2013, 10:18 AM
  5. Searching data in 1 row, giving back data from column thats left to searched data
    By AmiGoCS in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-29-2012, 05:16 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