Forum Discussion

capeperson's avatar
capeperson
Copper Contributor
Mar 11, 2021
Solved

Help with Index and Match Formula - Excel 2013

I am working on a project at work which requires us to have a workbook with anywhere from 1 to 10 sheets of data.  On the last sheet we have a Contract that needs to be printed and signed by our clie...
  • mtarler's avatar
    mtarler
    Mar 12, 2021

    capeperson In the attached I mocked up something that is working

    a) I unmerged A1 on your 10 sheets and made A2 be the "ADDRESS" title and put a formula in the new A1 that will pull the sheet name (I did that so I didn't have to manually type each sheet name and if you copy the sheet or change the sheet name it auto updates, but you could manually insert the sheet name there)

    b) I added a new sheet and in Col A I used a formula to collect all those sheet names.  Again, you could just skip to this step and manually type all the sheet names 

    c) I do a match for that name on all the sheets

    d) I have cells in row 1 to identify the sheet name and the corresponding row that the name is found

    e) I then used an INDIRECT formula to use that sheet name (I named that cell "sName") and row ("sRow") to pull that row and the INDEX is used to pull which column has the info you want.  I only did a few examples to give you an idea of how it works.  I also tried to use all 'older' non-DA formulas because you mentioned you are on an older Excel.

     

    see attached

Resources