PC Review


Reply
Thread Tools Rate Thread

Dependent cells

 
 
amag
Guest
Posts: n/a
 
      26th Nov 2005
I have a financial model with some 15-20 worksheets. I dont need a lot
of these work sheets and would ideally like to delelte them but before
that i want to ensure that no cell references to other worksheets i.e.
cells in other worksheets are not dependent on the to-be-deleted sheet.

I have tried CtrlG>Alt S>dependent cells
Formula Auditing tool

but these are too tedious when i have too many cells filled in every
worksheet.

Any other way to ensure that the sheet has no dependents?

Tks/Amag
Ps: tried
http://groups.google.com/group/micro...b64de66473889a
cudn't figure out?

 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      26th Nov 2005
Amag

Download Bill Manville's FINDLINK.XLA from Stephen Bullen's site.

http://www.oaltd.co.uk/Default.htm

Click on link to MVP's

With this add-in you can find and delete links if any exist.


Gord Dibben Excel MVP


On 26 Nov 2005 10:06:33 -0800, "amag" <(E-Mail Removed)> wrote:

>I have a financial model with some 15-20 worksheets. I dont need a lot
>of these work sheets and would ideally like to delelte them but before
>that i want to ensure that no cell references to other worksheets i.e.
>cells in other worksheets are not dependent on the to-be-deleted sheet.
>
>I have tried CtrlG>Alt S>dependent cells
>Formula Auditing tool
>
>but these are too tedious when i have too many cells filled in every
>worksheet.
>
>Any other way to ensure that the sheet has no dependents?
>
>Tks/Amag
>Ps: tried
>http://groups.google.com/group/micro...b64de66473889a
>cudn't figure out?


 
Reply With Quote
 
amag
Guest
Posts: n/a
 
      27th Nov 2005
The add-in gives a list of links for the complete xls file. However,
what i am looking for is -I have to delete a worksheet, which i can do
only if some other worksheet is not linked with the current worksheet?
Let us say there are three worksheets sheetA,sheetB,sheetC . I want to
delete SheetA if and only if nothing in sheetB and sheetC is dependent
on sheetA contents?

TIA / Amag

Gord Dibben wrote:
> Amag
>
> Download Bill Manville's FINDLINK.XLA from Stephen Bullen's site.
>
> http://www.oaltd.co.uk/Default.htm
>
> Click on link to MVP's
>
> With this add-in you can find and delete links if any exist.
>
>
> Gord Dibben Excel MVP
>
>
> On 26 Nov 2005 10:06:33 -0800, "amag" <(E-Mail Removed)> wrote:
>
> >I have a financial model with some 15-20 worksheets. I dont need a lot
> >of these work sheets and would ideally like to delelte them but before
> >that i want to ensure that no cell references to other worksheets i.e.
> >cells in other worksheets are not dependent on the to-be-deleted sheet.
> >
> >I have tried CtrlG>Alt S>dependent cells
> >Formula Auditing tool
> >
> >but these are too tedious when i have too many cells filled in every
> >worksheet.
> >
> >Any other way to ensure that the sheet has no dependents?
> >
> >Tks/Amag
> >Ps: tried
> >http://groups.google.com/group/micro...b64de66473889a
> >cudn't figure out?


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      27th Nov 2005
If the only links are in worksheet cells, you could search the formulas for an
exclamation point.

Select all the cells in sheetb (then sheetc, etc)
edit|goto
special|formulas
edit|find
! (or sheeta! or 'sheet a'!)

repeat as much as you need

amag wrote:
>
> The add-in gives a list of links for the complete xls file. However,
> what i am looking for is -I have to delete a worksheet, which i can do
> only if some other worksheet is not linked with the current worksheet?
> Let us say there are three worksheets sheetA,sheetB,sheetC . I want to
> delete SheetA if and only if nothing in sheetB and sheetC is dependent
> on sheetA contents?
>
> TIA / Amag
>
> Gord Dibben wrote:
> > Amag
> >
> > Download Bill Manville's FINDLINK.XLA from Stephen Bullen's site.
> >
> > http://www.oaltd.co.uk/Default.htm
> >
> > Click on link to MVP's
> >
> > With this add-in you can find and delete links if any exist.
> >
> >
> > Gord Dibben Excel MVP
> >
> >
> > On 26 Nov 2005 10:06:33 -0800, "amag" <(E-Mail Removed)> wrote:
> >
> > >I have a financial model with some 15-20 worksheets. I dont need a lot
> > >of these work sheets and would ideally like to delelte them but before
> > >that i want to ensure that no cell references to other worksheets i.e.
> > >cells in other worksheets are not dependent on the to-be-deleted sheet.
> > >
> > >I have tried CtrlG>Alt S>dependent cells
> > >Formula Auditing tool
> > >
> > >but these are too tedious when i have too many cells filled in every
> > >worksheet.
> > >
> > >Any other way to ensure that the sheet has no dependents?
> > >
> > >Tks/Amag
> > >Ps: tried
> > >http://groups.google.com/group/micro...b64de66473889a
> > >cudn't figure out?


--

Dave Peterson
 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      27th Nov 2005
Another way--but try it against a copy of your workkbook.

Select SheetA and move (not copy) it to a new workbook. Save that workbook.

Now back to the copy of that original workbook.

Use Bill Manville's FindLink.xla to see if there are any external links to that
newly saved workbook.

amag wrote:
>
> The add-in gives a list of links for the complete xls file. However,
> what i am looking for is -I have to delete a worksheet, which i can do
> only if some other worksheet is not linked with the current worksheet?
> Let us say there are three worksheets sheetA,sheetB,sheetC . I want to
> delete SheetA if and only if nothing in sheetB and sheetC is dependent
> on sheetA contents?
>
> TIA / Amag
>
> Gord Dibben wrote:
> > Amag
> >
> > Download Bill Manville's FINDLINK.XLA from Stephen Bullen's site.
> >
> > http://www.oaltd.co.uk/Default.htm
> >
> > Click on link to MVP's
> >
> > With this add-in you can find and delete links if any exist.
> >
> >
> > Gord Dibben Excel MVP
> >
> >
> > On 26 Nov 2005 10:06:33 -0800, "amag" <(E-Mail Removed)> wrote:
> >
> > >I have a financial model with some 15-20 worksheets. I dont need a lot
> > >of these work sheets and would ideally like to delelte them but before
> > >that i want to ensure that no cell references to other worksheets i.e.
> > >cells in other worksheets are not dependent on the to-be-deleted sheet.
> > >
> > >I have tried CtrlG>Alt S>dependent cells
> > >Formula Auditing tool
> > >
> > >but these are too tedious when i have too many cells filled in every
> > >worksheet.
> > >
> > >Any other way to ensure that the sheet has no dependents?
> > >
> > >Tks/Amag
> > >Ps: tried
> > >http://groups.google.com/group/micro...b64de66473889a
> > >cudn't figure out?


--

Dave Peterson
 
Reply With Quote
 
amag
Guest
Posts: n/a
 
      28th Nov 2005
Thanks for ur responses ...doesn't really help though ...dave the work
around you suggested wud be gud only if u hv a limited no of worksheets
in ur file. However, with 15 worksheets, as i mentioned earlier, that
wud mean doing repeating the steps atleast 14 times in just one sheet!
and i have 14 more to go. tried second method also ...gud but too risky
with these many linkages ... tks anyways /Amag

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
directing a total to various cells dependent of its value Debi Microsoft Excel Misc 1 14th Apr 2010 05:10 PM
highlight dependent cells Lindsay Microsoft Excel Worksheet Functions 2 4th Jun 2009 09:39 PM
list dependent cells GireeshaJ Microsoft Excel Misc 1 11th Feb 2009 12:43 PM
input data dependent on other cells confused deejay Microsoft Excel Worksheet Functions 4 16th Oct 2008 02:56 AM
Validation of cells who is dependent on each other =?Utf-8?B?SmFuZQ==?= Microsoft Excel Misc 2 8th Nov 2007 01:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:25 PM.