Locate ID on multiple worksheets

tmitchell52

New Member
Joined
May 28, 2015
Messages
3
I have a document that has an ID on multiple worksheets. Is there a way to find what worksheet and cell reference the ID is located on?
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Yes, but what do you want to do with that information? CNTL-F will help find all instances if you just want to know where they are.
 
Upvote 0
I have the ID on one sheet and I need a list of what locations that employee has worked in before. I would like to have the information on one sheet instead of looking it up for each ID each time I need it.
 
Upvote 0
Ok use CNTL-F then if its for information purposes. Otherwise you need VBA. If you need VBA you need to be a lot more specific on what the data looks like and what you want the end result to look like.
 
Upvote 0
There was a post that said you could use this formula: =VLOOKUP(C1,INDIRECT("Sheet"&MATCH(TRUE,COUNTIF(INDIRECT("Sheet"&ROW(INDIRECT("1:10"))&"!A2:A100"),B1)>0,0)&"!A2:B100"),2,0)
I know it said to use a range for the sheets that you are searching and I did but it still would not return a list of the sheet and cell reference.
 
Upvote 0

Forum statistics

Threads
1,203,486
Messages
6,055,701
Members
444,809
Latest member
mwh85

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top