View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ray Lee[_3_] Ray Lee[_3_] is offline
external usenet poster
 
Posts: 1
Default Summarize formula links between worksheets

I love using John Walkenbach's PUP tool, especially the ones related
to auditing.

I was wondering if anyone has taken the Formula Report one step
further. Currently, the report can lists all formulas on all
worksheets. This list can get overwhelming and I would like to see a
summary report that just lists each worksheet along with names of
other worksheets that are referenced within its formulas as well as a
formula count.

For example, to show that Sheet1 has 5 formulas referencing Sheet2, I
would like to see the following:

Sheet1 Sheet2 5

It would be nice to also have a list that shows the other direction
where I can see the names of other sheets that reference the active
sheet with a count.

I summary I am looking for a high-level listing of the formula
dependencies among my worksheets within a workbook.

Thanks,

Ray Lee