Forum Discussion

lwwke's avatar
lwwke
Copper Contributor
Apr 25, 2023
Solved

How do I pull data from one sheet into another based on matching criteria?

This seems simple, but I'm simple, too, so... Also, private data, so can't share my workbooks. I have Sheet 1, with thousands of client names in one column and the assigned caseworker for each clien...
  • OliverScheurich's avatar
    Apr 25, 2023

    lwwke 

    =INDEX(Sheet1!$D$2:$D$16,MATCH(A2,Sheet1!$B$2:$B$16,0))

    If you don't have access to XLOOKUP you can try this formula. The ranges can be adapted as required.

Resources