I'm looking for a formula that lets me input a value, and the output would be a list of whatever sheets in the workbook that value appears on. I don't have the slightest idea in this case, or know if it's even possible. It can't be VBA because our work computers can't all handle it.
Longer context:
My company has thousands of items that we sell to hundreds of retailers. I have a master workbook that has a sheet for each retailer and a list of all the items they sell. Sometimes though an item is discontinued, or needs a price change, or whatever. I have to search the sheets, go to those retailers, change the information, and log it. While I can use Find All, I was wondering if I could make a formula where I could put the item ID# into a cell, and then beside it I would receive a list of sheets(retailers) that have that ID#. If I have something that outputs all the sheet names it will make it a lot easier for me to properly report and log the changes, otherwise it's a lot of back and forth between vlookups and Find All.
But for all I know this might not be possible, if it is, it's outside my usual box for thinking of these things.
Longer context:
My company has thousands of items that we sell to hundreds of retailers. I have a master workbook that has a sheet for each retailer and a list of all the items they sell. Sometimes though an item is discontinued, or needs a price change, or whatever. I have to search the sheets, go to those retailers, change the information, and log it. While I can use Find All, I was wondering if I could make a formula where I could put the item ID# into a cell, and then beside it I would receive a list of sheets(retailers) that have that ID#. If I have something that outputs all the sheet names it will make it a lot easier for me to properly report and log the changes, otherwise it's a lot of back and forth between vlookups and Find All.
But for all I know this might not be possible, if it is, it's outside my usual box for thinking of these things.