+ Reply to Thread
Results 1 to 4 of 4

Issues with "" not actually being interpreted as blank.

  1. #1
    Registered User
    Join Date
    03-14-2017
    Location
    Sweden
    MS-Off Ver
    2013
    Posts
    1

    Issues with "" not actually being interpreted as blank.

    I have a column (M) that has a formula like this:

    Please Login or Register  to view this content.
    The A column is for IDs, as is this column M on the end. Basically, I need to have a hidden duplicate ID column because column K is something I need to do VLOOKUPs on (as is column A).


    So, I have that formula in column M dragged down all the way to row 1000. The issue is that "" isn't ACTUALLY blank, so if I try to add a new record using a form, it ends up in row 1001, because "" isn't actually blank.

    I googled this for quite a while and apparent there is no function like LEAVECELLBLANK(), so I really have no idea how to deal with this issue.


    Thank you for reading.

  2. #2
    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,385

    Re: Issues with "" not actually being interpreted as blank.

    If you are creating a Helper column in column M with the formula =IF(ISBLANK(A2), "", A2) simply so that you can use VLOOKUP on column K and return the ID (from column M, why not ditch the Helper column and use INDEX/MATCH instead.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    is equivalent to
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This means that you don't need extensive "blank" rows/cells with just a helper column which will bloat the worksheet. You can use the actual data without needing helper columns.
    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


  3. #3
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,290

    Re: Issues with "" not actually being interpreted as blank.

    Please Login or Register  to view this content.
    Will this work?
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  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,385

    Re: Issues with "" not actually being interpreted as blank.

    Same difference. The cell has a formula in it so it's not blank in terms of using Ctrl-Up or Ctrl-Down. Might be blank visually.

+ 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] Keeping particular cell blank if the related cells show "0" or "blank"
    By Anuru in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-24-2014, 05:30 AM
  2. If "value" then copy from "cellA" to "cellB" drag down issues
    By mrmeeks in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-18-2014, 12:34 PM
  3. Replies: 8
    Last Post: 12-31-2012, 05:19 PM
  4. Replies: 3
    Last Post: 02-16-2011, 02:55 PM
  5. CSV Input "nnnnnEn" interpreted as Numeric
    By DrMagic.jerry in forum Excel General
    Replies: 1
    Last Post: 01-12-2010, 01:29 PM
  6. Excel 2007 : Conditional Formatting - how is " " interpreted
    By emptycucumber in forum Excel General
    Replies: 3
    Last Post: 05-22-2009, 02:52 PM
  7. Replies: 3
    Last Post: 12-14-2006, 01:36 PM

Tags for this Thread

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