+ Reply to Thread
Results 1 to 4 of 4

Link Between Two Worksheets - With no Data

  1. #1
    Registered User
    Join Date
    10-19-2011
    Location
    Manchester
    MS-Off Ver
    Excel 2003 + 2007
    Posts
    18

    Link Between Two Worksheets - With no Data

    I have a spreadsheet which has two worksheets.

    Worksheet 1 and Worksheet 2

    On Worksheet 2 in Cell B10, i have Product Name - and the formula ='Sheetn'!C11

    when i enter data in Sheetn Cell 11 - e.g 'Book'

    This data is displayed on the Worksheet 2.

    However, When data is not Input in C11, (there is nothing in cell and it is blank)

    Why do i get the Value '0' displayed in Worksheet 2 ? How do i get a Blank value where there is nothing there.

    Thank You.
    Last edited by markhuges; 11-05-2011 at 05:18 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Link Between Two Worksheets - With no Data

    use

    =IF(LEN(Sheetn!C11)>0,Sheetn!C11,"") instead of =Sheetn!C11
    Azam
    If you want to say Thank you to a member, click the reputation icon (Star) in the left bottom of the post.
    For prompt answer, be descriptive, concise, short, direct, and to-the-point.

  3. #3
    Registered User
    Join Date
    10-19-2011
    Location
    Manchester
    MS-Off Ver
    Excel 2003 + 2007
    Posts
    18

    Re: Link Between Two Worksheets - With no Data

    Quote Originally Posted by Azam Ali View Post
    use

    =IF(LEN(Sheetn!C11)>0,Sheetn!C11,"") instead of =Sheetn!C11
    Thanks i will try that later but what does

    LEN mean? Thanks

  4. #4
    Valued Forum Contributor
    Join Date
    05-23-2011
    Location
    Lahore PK
    MS-Off Ver
    Excel 2007, 2013
    Posts
    627

    Re: Link Between Two Worksheets - With no Data

    it is calculating no of characters in cell # C11

+ 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