+ Reply to Thread
Results 1 to 4 of 4

check range of cells in one step

  1. #1
    Registered User
    Join Date
    12-30-2007
    Posts
    2

    check range of cells in one step

    Hi,

    is there a possibility that excel gives me a "true" if a whole range of cells has a "false" in each single cell?

    otherwise I would "translate" each "false" into a "0" within a extra line and then just take the sum... but I'm pretty sure there is a direct way^^

    thanks!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    This array formula (confirmed with Ctrl+Shift+Enter instead of Enter):

    =AND(A1:A10 = FALSE)

    That will count blanks cells as false; if that's not acceptable, then

    =AND(A1:A10 = FALSE, A1:A10 <> "")

  3. #3
    Registered User
    Join Date
    12-30-2007
    Posts
    2
    thanks a lot, it worked out!

    didn't know about Ctrl+Shift+Enter!

    cheers

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    Great, you're welcome

+ 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