+ Reply to Thread
Results 1 to 5 of 5

Match and index

  1. #1
    Registered User
    Join Date
    04-22-2013
    Location
    Manchester, England
    MS-Off Ver
    Excel for Mac 2011
    Posts
    22

    Match and index

    Hello,

    I am trying to use the Index and Match functions combined but the value keeps returning #N/A.

    The example I've attached is a lot smaller than the document I am using hence the need for this function (if it is the right one to use).

    Each month I want to copy the values from another document into the tab P&L Forecast. I then want the tab P&L Trend to pull the information I want to see and in the format I prefer.

    The current formula on the P&L Trend tab in cell c6 is what I've tried. I basically want a formula that will recognise the row in this case 'Food' and the column in this case 'January' and go and find the value on the P&L Forecast tab. All examples I've found do not show either how to do a selection of Months instead of just putting C1 for the month. Ideally I'd want C1:O1.

    Is this possible?

    THANK YOU
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Match and index

    In C6, copied across:

    =IFERROR(INDEX('P&L Forecast'!$B$3:$L$10, MATCH('P&L Trend'!$A6,'P&L Forecast'!$A$3:$A$10,0), MATCH('P&L Trend'!C1, 'P&L Forecast'!$B$2:$L$2,0)),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Match and index

    I also changed row 1 of trend to be dates... not month names and then formatted the date to look like a month name.

  4. #4
    Registered User
    Join Date
    04-22-2013
    Location
    Manchester, England
    MS-Off Ver
    Excel for Mac 2011
    Posts
    22

    Re: Match and index

    You Glenn are awesome! This solved it perfectly. Thank you

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Match and index

    You're welcome.

+ 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] INDEX+MATCH instead of VLOOKUP+MATCH, why is INDEX a better choice and how to re-write?
    By Renejorgensen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-23-2016, 10:54 AM
  2. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  3. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  4. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  7. Replies: 3
    Last Post: 05-02-2013, 01:31 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