+ Reply to Thread
Results 1 to 6 of 6

Cell with 0 characters but FALSE =ISBLANK

  1. #1
    Registered User
    Join Date
    03-22-2018
    Location
    Netherlands
    MS-Off Ver
    2016
    Posts
    40

    Cell with 0 characters but FALSE =ISBLANK

    Hi,

    I have a cell (actually many) in an export report that is not blank because ISBLANK returns False but LEN returns 0.
    I would like to use this specific cell in a SUM but that is now impossible because it returns VALUE.

    I can simply delete the (invisible) contents from this cell, but this export will occur monthly and will not be done by me, so I am trying to keep steps to process it all limited.

    What can I do to be able to use this cell in a SUM, in combination with a lookup - because the cell is not always in the same column? Which formula can help?

    Thanks.
    Last edited by SHI.NL; 04-19-2018 at 05:32 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,714

    Re: Cell with 0 characters but FALSE =ISBLANK

    If the data has been imported then you might have cells which contain the non-breaking space character (with a code of 160). You could use Find & Replace to remove those, and instruct your users in how to do this.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-22-2018
    Location
    Netherlands
    MS-Off Ver
    2016
    Posts
    40

    Re: Cell with 0 characters but FALSE =ISBLANK

    Never mind, I found something:

    =IF(LEN(HLOOKUP(A1,Sheet2!$A:$AL,2,0))<1,"0",HLOOKUP(A1,Sheet2!$A:$AL,2,0))

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,714

    Re: Cell with 0 characters but FALSE =ISBLANK

    You might want to remove the quotes from around the zero in the middle - they will cause that value to be text (which might be okay for you).

    Pete

  5. #5
    Registered User
    Join Date
    03-22-2018
    Location
    Netherlands
    MS-Off Ver
    2016
    Posts
    40

    Re: Cell with 0 characters but FALSE =ISBLANK

    Quote Originally Posted by Pete_UK View Post
    If the data has been imported then you might have cells which contain the non-breaking space character (with a code of 160). You could use Find & Replace to remove those, and instruct your users in how to do this.

    Hope this helps.

    Pete
    Thanks Pete! I found something...

  6. #6
    Registered User
    Join Date
    03-22-2018
    Location
    Netherlands
    MS-Off Ver
    2016
    Posts
    40

    Re: Cell with 0 characters but FALSE =ISBLANK

    Quote Originally Posted by Pete_UK View Post
    You might want to remove the quotes from around the zero in the middle - they will cause that value to be text (which might be okay for you).

    Pete
    Hahaha yes, I happen to just have done that a minute ago! Thanks for your detail oriented eye!!!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] If function true then remove leading 8 characters false enter as is.
    By markDuffy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-18-2017, 07:01 AM
  2. [SOLVED] With same contract number, any cell in B False, then All cells false in C,
    By rajeshn_in in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-21-2017, 10:42 PM
  3. [SOLVED] Writing =IF(ISBLANK($H4), "", VLOOKUP($H4,DCID[#All], 3, FALSE)) to a cell and work
    By smit.etha in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-20-2015, 04:36 PM
  4. Help with ISBLANK function referring to a cell with another ISBLANK formula
    By camdameron in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-23-2011, 12:45 PM
  5. for each foundcell if offset isblank = false
    By prefix in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 02-10-2010, 10:12 AM
  6. If statements: Non-numerical characters returning false when true
    By JONNY981 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-24-2009, 10:28 AM
  7. C1 appears blank, but ISBLANK(c1) returns false
    By Sam in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-18-2005, 09:06 AM

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