+ Reply to Thread
Results 1 to 6 of 6

Getting text from a different sheet, returns a "0" on non filled cells.

  1. #1
    Registered User
    Join Date
    10-24-2010
    Location
    Brunei
    MS-Off Ver
    Excel 2007
    Posts
    13

    Getting text from a different sheet, returns a "0" on non filled cells.

    Hi,

    i have a document that i need to get data from different sheets but i dont want the receiving sheet to state "0" when the original data does not have filled text in it. i hope im not confusing anyone. is there a workaround to this? many thanks in advance.

    Pang

    ive attached a sample file.

    Getting Data from another Sheet.xlsxGetting Data from another Sheet.xlsx

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: Getting text from a different sheet, returns a "0" on non filled cells.

    maybe this?

    =IF('Main Document'!B65="","",'Main Document'!B65)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Getting text from a different sheet, returns a "0" on non filled cells.

    Try this:

    =REPT('Main Document'!B2,1)

  4. #4
    Registered User
    Join Date
    10-24-2010
    Location
    Brunei
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Getting text from a different sheet, returns a "0" on non filled cells.

    hey guys,

    both formula's worked great.

    thanks.

  5. #5
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Getting text from a different sheet, returns a "0" on non filled cells.

    You're Welcome!

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: Getting text from a different sheet, returns a "0" on non filled cells.

    Happy to help

+ 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