+ Reply to Thread
Results 1 to 2 of 2

linking data 0

Hybrid View

  1. #1
    Registered User
    Join Date
    11-24-2009
    Location
    Vietnam
    MS-Off Ver
    Excel 2003
    Posts
    18

    linking data 0

    Hi all you lovely people in ExcelForumLand,

    When I link data in my spreadsheet from another file (using =), any cells in the source spreadsheet which are empty get translated to the destination as 0. Is there any way around this? For presentation purposes it would be better if they were visibly empty.

    Thanks.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: linking data 0

    Hi,

    there are several strategies around this:

    if the value returned by the formula is a number, you could use the custom format ...

    0;;;

    ... to suppress zero values.

    Or, you could use an IF() statement to test what the reference returns, like

    =if(or([file.xls]'Sheet1'!A1=0,isblank([file.xls]'Sheet1'!A1)),"",[file.xls]'Sheet1'!A1)

    (not tested)

    cheers

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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