Hi,
Not actually sure if this is going to need VBA or can be solved with a simple excel formula, what I'm trying to achieve is:
I have 48 names in workbook 1, I then need to search 43 different workbooks to find out if that name shows up in any one or all of the 43 different workbooks. The name could be in any cell within the workbook, so I'm not able to limit to only searching in a set array cause the workbooks are all varying sizes.
The way I work it all out in my head is:
Look in cell A1 > search 43 workbooks > if cell A1 matches Workbook 1 display Workbook 1 name. If cell A1 matches Workbook 2 display Workbook 2 name (and so on)
Then repeat across A1 to A48 cells.
I usually don't go to badly at formulas in excel, but I'm so stumped on how to get what I need here, so any help would please be appreciated.
Not actually sure if this is going to need VBA or can be solved with a simple excel formula, what I'm trying to achieve is:
I have 48 names in workbook 1, I then need to search 43 different workbooks to find out if that name shows up in any one or all of the 43 different workbooks. The name could be in any cell within the workbook, so I'm not able to limit to only searching in a set array cause the workbooks are all varying sizes.
The way I work it all out in my head is:
Look in cell A1 > search 43 workbooks > if cell A1 matches Workbook 1 display Workbook 1 name. If cell A1 matches Workbook 2 display Workbook 2 name (and so on)
Then repeat across A1 to A48 cells.
I usually don't go to badly at formulas in excel, but I'm so stumped on how to get what I need here, so any help would please be appreciated.