+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : How to check if a range contains any blank cells?

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    09-09-2009
    Location
    Liverpool, England
    MS-Off Ver
    Excel 2021
    Posts
    1,013

    How to check if a range contains any blank cells?

    Hi,

    I'm currently using this formula but surely there's a better way of achieving the same goal?

    =IF(OR(ISBLANK(B2),ISBLANK(C2),ISBLANK(D2),ISBLANK(E2),ISBLANK(F2),ISBLANK(G2),
    ISBLANK(H2),ISBLANK(I2),ISBLANK(J2),ISBLANK(K2),ISBLANK(L2)),"Yes","No")
    Thanks,

    Snook
    Last edited by The_Snook; 02-27-2012 at 09:38 AM.

  2. #2
    Registered User
    Join Date
    02-24-2012
    Location
    Russia, Moscow
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: How to check if a range contains any blank cells?

    =IF((COLUMN(A1)-COLUMN(L1))>(COUNT(A1:L1));"Blank cells exists";"There is no blank cells")

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: How to check if a range contains any blank cells?

    Perhaps
    =if(countblank(B2:L2),"yes","no")

+ 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