+ Reply to Thread
Results 1 to 12 of 12

How to check for an empty cell

  1. #1
    Forum Contributor
    Join Date
    09-21-2012
    Location
    illinois
    MS-Off Ver
    Excel 2010
    Posts
    242

    How to check for an empty cell

    How would I check to see if a cell is empty?

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Empty cell

    One way

    =Len(A1)=0
    HTH
    Regards, Jeff

  3. #3
    Valued Forum Contributor
    Join Date
    02-12-2011
    Location
    The Netherlands
    MS-Off Ver
    365
    Posts
    818

    Re: How to check for an empty cell

    Another.
    =isblank(a1)
    Kind regards, Harry.

  4. #4
    Forum Contributor
    Join Date
    09-21-2012
    Location
    illinois
    MS-Off Ver
    Excel 2010
    Posts
    242

    Re: How to check for an empty cell

    so If I wanted to go down a coulmn I would probably nee a dountil and a isblank does that sound right.

  5. #5
    Forum Contributor
    Join Date
    09-21-2012
    Location
    illinois
    MS-Off Ver
    Excel 2010
    Posts
    242

    Re: How to check for an empty cell

    Did you mean isEmpty?

  6. #6
    Valued Forum Contributor
    Join Date
    02-12-2011
    Location
    The Netherlands
    MS-Off Ver
    365
    Posts
    818

    Re: How to check for an empty cell

    In Dutch is it: =ISLEEG(A1)
    In English: =ISBLANK(A1)

  7. #7
    Forum Contributor
    Join Date
    09-21-2012
    Location
    illinois
    MS-Off Ver
    Excel 2010
    Posts
    242

    Re: How to check for an empty cell

    When I put that in I get he error Sub or Function not defined

  8. #8
    Valued Forum Contributor
    Join Date
    02-12-2011
    Location
    The Netherlands
    MS-Off Ver
    365
    Posts
    818

    Re: How to check for an empty cell

    I'm sorry Turtleman10,
    For Vba it is: ISEMPTY(Range("A1"))

  9. #9
    Forum Contributor
    Join Date
    09-21-2012
    Location
    illinois
    MS-Off Ver
    Excel 2010
    Posts
    242

    Re: How to check for an empty cell

    OK so here is my code so far my problem is when it gets to an empty cell it doesnt stop.

    Please Login or Register  to view this content.
    Last edited by jeffreybrown; 10-25-2012 at 06:42 PM. Reason: Please use code tags...Thanks.

  10. #10
    Forum Contributor
    Join Date
    09-21-2012
    Location
    illinois
    MS-Off Ver
    Excel 2010
    Posts
    242

    Re: How to check for an empty cell

    No problem HSV you pointed me in a direction and thats what I needed.

  11. #11
    Valued Forum Contributor
    Join Date
    02-12-2011
    Location
    The Netherlands
    MS-Off Ver
    365
    Posts
    818

    Re: How to check for an empty cell

    Please Login or Register  to view this content.

  12. #12
    Forum Contributor
    Join Date
    09-21-2012
    Location
    illinois
    MS-Off Ver
    Excel 2010
    Posts
    242

    Re: How to check for an empty cell

    That worked thanks.

+ 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