I have an excel workbook with numerous worksheet.
I have a sheet called summary which has in Col A the names of All 200 worksheets in the workbook
All the 200 worksheets have product names in col J now each product has a suffix of _AA, and _BB
e.g Col J: Steel_AA Steel_BB Plastic_AA Plastic_BB Wood_AA Wood_BB etc all lined up in col J one per cell the range varied in some cases may be just two entried in J2 and J3 and in other sheets thier could be entries in J2 to J40 the one contatnt is _AA or _BB
I need to get the product names from Col J on ALL worksheets the product name will be anything up to the underscore so igonre _AA or _BB or _whatever and then to ONLY get the name once and place it on my summary sheet comman sperated as thier could be 1 entry or 10 entries
Does anyone have a easy formula for this formula =LEFT(A2,FIND("_",A2,1)-1) would search and ignore anything after the uderscore (_) but I have not been able to tie it to read a sheet name from col A then go to that sheet and pull the info.