+ Reply to Thread
Results 1 to 11 of 11

INDEX MATCH formulas on using more than 1 sheet

  1. #1
    Registered User
    Join Date
    01-09-2015
    Location
    boston
    MS-Off Ver
    2010
    Posts
    6

    INDEX MATCH formulas on using more than 1 sheet

    Hi-

    I've been struggling for days to try and find a formula that will track the data on my dashboard sheet that comes from other sheets. What I am looking for is a formula that will show me on sheet 1 the last numeric value of a cell in a specific row of sheet 2. I found a formula that works when you I put it in a cell in the same sheet it is referencing but not when I put it on the dashboard sheet. On the dashboard sheet it keeps giving me a 0.

    the formula is =INDEX(B2:Z2,MATCH(9.99999999999999E+307,B2:Z2))

    I've attached a sample spreadsheet. I want the B column of the sheet titled Dashboard to reference the most current value on the city 1 tab.

    Can you help me please?
    Attached Files Attached Files

  2. #2
    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,944

    Re: INDEX MATCH formulas on using more than 1 sheet

    Hi, welcome to the forum

    What would an expected answer look like, and how would that be arrived at?
    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

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: INDEX MATCH formulas on using more than 1 sheet

    Try this in B2 of the Dashboard sheet.

    =LOOKUP(9.99999999999999E+307,INDEX(city1!$B$2:$D$4,MATCH(A2,city1!$A$2:$A$4,0),0))

  4. #4
    Registered User
    Join Date
    01-09-2015
    Location
    boston
    MS-Off Ver
    2010
    Posts
    6

    Re: INDEX MATCH formulas on using more than 1 sheet

    For example: on the Dashboard sheet under Kristine it should read 25, since 25 is the last non-blank cell in Row 2 (Kristine) on the City 1 sheet.

  5. #5
    Registered User
    Join Date
    01-09-2015
    Location
    boston
    MS-Off Ver
    2010
    Posts
    6

    Re: INDEX MATCH formulas on using more than 1 sheet

    awesome!! thanks so much!

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: INDEX MATCH formulas on using more than 1 sheet

    You're welcome.

  7. #7
    Registered User
    Join Date
    01-09-2015
    Location
    boston
    MS-Off Ver
    2010
    Posts
    6

    Re: INDEX MATCH formulas on using more than 1 sheet

    ok, so the sample worked perfectly. But when I tried to use the formula for my actual spreadsheet it didn't work. I updated my sample sheet to have the same spacing and text as my actual document (which is actually a google doc). Can you help me figure out how to make it work again?sample2.xlsx

  8. #8
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: INDEX MATCH formulas on using more than 1 sheet

    C8 on the Dashboard sheet should be

    =LOOKUP(9.99999999999999E+307,INDEX('HN15'!$B$8:$D$10,MATCH(A8,'HN15'!$A$8:$A$10,0),0))

  9. #9
    Registered User
    Join Date
    01-09-2015
    Location
    boston
    MS-Off Ver
    2010
    Posts
    6

    Re: INDEX MATCH formulas on using more than 1 sheet

    for some reason it still comes up as N/A with this message Error: Did not find value '# of Alumni ' in MATCH evaluation.

  10. #10
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: INDEX MATCH formulas on using more than 1 sheet

    Works for me

    EFkmovalli.xlsx

  11. #11
    Registered User
    Join Date
    01-09-2015
    Location
    boston
    MS-Off Ver
    2010
    Posts
    6

    Re: INDEX MATCH formulas on using more than 1 sheet

    i wonder if it has something to do with the fact that its a google doc?

+ 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. [SOLVED] Combining 3 Formulas: Return all Names that Match Criteria Using Index/Match
    By bchilme in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 09-29-2014, 09:28 AM
  2. INDEX / Match formulas
    By Sophster in forum Excel General
    Replies: 7
    Last Post: 03-11-2011, 01:21 PM
  3. index and match formulas
    By bstormes in forum Excel General
    Replies: 1
    Last Post: 04-23-2010, 01:28 PM
  4. index and match formulas
    By sp1974 in forum Excel General
    Replies: 2
    Last Post: 02-16-2010, 12:33 PM
  5. Index & Match Formulas
    By Fatnslow in forum Excel General
    Replies: 2
    Last Post: 10-08-2009, 02:14 AM

Tags for this Thread

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