+ Reply to Thread
Results 1 to 3 of 3

Linked cell value's showing 0 if empty?

  1. #1
    Registered User
    Join Date
    09-17-2006
    Posts
    3

    Question Linked cell value's showing 0 if empty?

    How can i stop empty linked cells showing a value of 0 and just have them show up as a empty cell instead?

    Thanx in advance

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524
    hi you could use an if statement such as

    =if(A1=0,"",A1)
    or
    =if(A1-B1=0,"",A1-B1)

  3. #3
    Registered User
    Join Date
    09-17-2006
    Posts
    3
    Thank you , that worked pefectly.

+ 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