Identify if a cell is referenced by other cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a function that will tell me whether a cell is referenced by any
other cell in an open workbook? Except, of course, by the cell that is doing
the check.
 
Thanks for the reply. Trace Dependents and even Find can be used for
selected cells, but I have a very large spreadsheet with substantial data /
calculations. I want to check thousands of cells and am looking for a
formula that I can paste to quickly assess all of them. Trace Dependents /
Find is not efficient.
 
I don't believe there is any such formula. You can, however, go to
Edit/Goto/Special and select the Precedents or Dependents for a the selected
cell.
 
You can have a piece of code that will find all dependents / precedents of
all the cells within the selection, albeit it will only flag the ones with
deps / precs on the activesheet - Would that help?

--
Regards
Ken.......................


<snip>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top