+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    KimberlyC
    Guest

    Refrencing another cell in a worksheet that "could" exist

    Hi

    I'm not sure if this is possible....

    I have a worksheet called "Adjust".
    In cell C15 of the Adjust worksheet, I would like to reference the total in
    cell Q30 of another worksheet called "Additons".

    I know how to do this ...but the problem..is...
    The "Additions" worksheet may not always be there... it's an optional
    worksheet that can be added if needed (via macros in an addin file).
    Is there a formula that I can enter into cell C15 of the "Ajust" worksheet
    that will show zero if the "Additons" worksheet does not exist ....and if
    the worksheet does exists, then have the formula reference the total in cell
    Q30 fo the "Additons" worksheet??

    Thanks in advance for your help

    Kimberly



  2. #2
    Harlan Grove
    Guest

    Re: Refrencing another cell in a worksheet that "could" exist

    KimberlyC wrote...
    ....
    >Is there a formula that I can enter into cell C15 of the "Ajust"

    worksheet
    >that will show zero if the "Additons" worksheet does not exist ....and

    if
    >the worksheet does exists, then have the formula reference the total

    in cell
    >Q30 fo the "Additons" worksheet??


    =IF(ISERROR(CELL("Address",Additions!Q30)),0,Additions!Q30)

    This will pass through error values in Additions!Q30 (if any), which is
    a good thing, while evaluating to zero if the Additions worksheet
    doesn't exist.


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0