+ Reply to Thread
Results 1 to 4 of 4

Advanced Match Index Function

  1. #1
    Registered User
    Join Date
    06-30-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    52

    Advanced Match Index Function

    I'm trying to summarize data based on a year in a separate sheet in the same workbook. I want the summary to retrieve data based on months.

    So for example, I'll select a year in this new sheet, i.e "Yr1", I want the months corresponding with year 1 to be populated from the original sheet.

    The original sheet is in the following format,

    Jan-17 to Dec-17. I essentially want these dates to be populated in the 12 columns. If I select Yr2, I want the columns to populate Jan-18 to Dec-18.

    Is there a way to do this through match index as ive been trying and it hasn't worked or is there any other way.

    Help is greatly appreciated

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Advanced Match Index Function

    It is going to be difficult to get you a working solution without seeing how your data looks.

    That being said, If "Yr1" is in cell A1, you can use the following formulas:

    C1 =DATE(RIGHT(A1,LEN(A1)-2)+2016,1,1)
    D1 =EDATE(C1,1)

    Drag the formula from cell D1 through cell N1.

  3. #3
    Registered User
    Join Date
    06-30-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    52

    Re: Advanced Match Index Function

    Beauty! - that works. Thanks so much Falcon!

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Advanced Match Index Function

    You're welcome. Happy to help.

    If that solved your question, please mark this thread as SOLVED.

+ 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] Advanced Match & Index
    By Ahmed Al-Boghdady in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-09-2017, 04:07 AM
  2. [SOLVED] Cant get advanced Lookup using INDEX & MATCH functions
    By virtualcircus in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-16-2017, 08:08 AM
  3. Advanced Index/Match Functions
    By Frog85 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-07-2016, 12:27 AM
  4. Advanced INDEX/MATCH Formula - is this possible?
    By h2holbro22 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-29-2016, 01:42 AM
  5. Advanced If or Match(index) vba... not really sure.
    By TexasBobcat in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-04-2015, 03:09 PM
  6. [SOLVED] Advanced Match Help (possibly Index Match)
    By dfxryanjr in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-08-2013, 09:13 AM
  7. advanced lookup/index-match problem
    By tx12345 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-11-2006, 12:40 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