+ Reply to Thread
Results 1 to 5 of 5

Internal Text Data Source Problem

  1. #1
    Registered User
    Join Date
    05-24-2012
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    7

    Internal Text Data Source Problem

    Hi All, I'm new to this forum and am a Excel user that has thus far taught myself through trial and error, so please forgive my lacking knowledge of the lingo!

    I'm creating a large logistics workbook that needs to use one sheet filled with names and information in a variety of different sheets in the rest of the workbook. For example, the information Sheet 1, column 1, Row 1 needs to go on about 10 other sheets in various places. I've already inserted all of the sourcing correctly (so, if I enter into a cell on sheet one, that information is inserted everywhere else it needs to be in the rest of the workbook). My issue is the BLANK cells on my "source" sheet (sheet 1). I would like those cells to also show up BLANK on the rest of the work book sheets. Right now, on the rest of my sheets any blank cells from my source sheet are reported as "0". I want to get rid of those zeros and have any cell that is blank on my source sheet also show up blank in the rest of my workbook. Can anyone help?

    Thanks!
    -Rachel

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Internal Text Data Source Problem

    Welcome to the forum.

    your can issue an isblank

    =IF(ISBLANK(your formula),"",yourformula) - "" is space
    if you could post your formula it is better, so we'll know on what to use.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,464

    Re: Internal Text Data Source Problem

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

    Or, if it's text in the cell, just:

    ='Sheet1'!A1&""


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,464

    Re: Internal Text Data Source Problem

    "" is not "space", it's null/empty, whatever you want to call it ... " " is a space

    Regards, TMS

  5. #5
    Registered User
    Join Date
    05-24-2012
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Internal Text Data Source Problem

    THANK YOU both! vlady- that worked perfectly!

+ 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