+ Reply to Thread
Results 1 to 3 of 3

In a linked calculation how do I lose the '0' in the linked file?

  1. #1
    Anita
    Guest

    In a linked calculation how do I lose the '0' in the linked file?

    I've linked 1 excel file to another. Some fields in origin file are empty,
    in linked file they show as a '0'. How do I lose the '0'?

  2. #2
    Barb Reinhardt
    Guest

    RE: In a linked calculation how do I lose the '0' in the linked file?

    You could use something like
    =if(isblank( inked info ),ValueIfTrue,ValueIfFalse)


    "Anita" wrote:

    > I've linked 1 excel file to another. Some fields in origin file are empty,
    > in linked file they show as a '0'. How do I lose the '0'?


  3. #3
    Max
    Guest

    Re: In a linked calculation how do I lose the '0' in the linked file?

    "Anita" wrote
    > I've linked 1 excel file to another. Some fields in origin file are

    empty,
    > in linked file they show as a '0'. How do I lose the '0'?


    Another way is to frame the link formulas along these lines:

    =IF(Sheet1!A1="","",Sheet1!A1)

    =IF([Book1]Sheet1!A1="","",[Book1]Sheet1!A1)
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---



+ Reply to Thread

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.6.0 RC 1