#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default deleted reference

Hello, In a template I am designing I have a summary tab with formulas that
reference amounts from several different detail tabs. However, my beta
testers sometimes delete a few of these detail tabs as superfluous if there
is no data to input in them. How do I write my formula on the summary tab so
that it still works (totaling the amounts from the non-deleted tabs) even if
one of the referenced detail tabs is deleted? (Right now the formula on the
summary tab shows #REF! because it cant find one of the tabs.) It is almost
as if I need to write an €œIF€ formula in the event that one of the referenced
cells no longer exists. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 459
Default deleted reference

Cheekycow wrote:
Hello, In a template I am designing I have a summary tab with
formulas that reference amounts from several different detail tabs.
However, my beta testers sometimes delete a few of these detail tabs
as superfluous if there is no data to input in them. How do I write
my formula on the summary tab so that it still works (totaling the
amounts from the non-deleted tabs) even if one of the referenced
detail tabs is deleted? (Right now the formula on the summary tab
shows #REF! because it can't find one of the tabs.) It is almost as
if I need to write an "IF" formula in the event that one of the
referenced cells no longer exists. Thanks


Hi,

I think you could use something like this:

=IF(ISERROR(your_formula);"";your_formula)


--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default deleted reference

Hi Franz,
Thank you - your solution works great.
Cheekycow in the U.S.

"Franz Verga" wrote:

Cheekycow wrote:
Hello, In a template I am designing I have a summary tab with
formulas that reference amounts from several different detail tabs.
However, my beta testers sometimes delete a few of these detail tabs
as superfluous if there is no data to input in them. How do I write
my formula on the summary tab so that it still works (totaling the
amounts from the non-deleted tabs) even if one of the referenced
detail tabs is deleted? (Right now the formula on the summary tab
shows #REF! because it can't find one of the tabs.) It is almost as
if I need to write an "IF" formula in the event that one of the
referenced cells no longer exists. Thanks


Hi,

I think you could use something like this:

=IF(ISERROR(your_formula);"";your_formula)


--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
Circular reference toolbar not working [email protected] Excel Discussion (Misc queries) 3 May 29th 06 01:55 AM
a cell reference in a 3d reference chartasap Excel Worksheet Functions 1 July 13th 05 02:42 PM
Flexible Cell Reference Brandt Excel Discussion (Misc queries) 5 June 2nd 05 10:23 PM
Absolute Worksheet reference number Tony M Excel Discussion (Misc queries) 4 March 21st 05 06:10 PM


All times are GMT +1. The time now is 08:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"