+ Reply to Thread
Results 1 to 3 of 3

check TRUE / FALSE statement

  1. #1
    Forum Contributor
    Join Date
    04-21-2010
    Location
    Budapest
    MS-Off Ver
    Excel 2010
    Posts
    155

    check TRUE / FALSE statement

    I would need to check the result of a range.
    In the cells of column A1:A10 there are TRUE and FALSE logical values mixed.
    I would like to insert a function in B1.
    If every value in range A1:A10 is TRUE the function result could be TRUE.
    If at least one value in range A1:A10 is FALSE the function result could be FALSE.
    Last edited by ccsmith; 02-09-2011 at 10:41 AM.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: check TRUE / FALSE statement

    Hi,

    The formula

    =AND(A1:A10)

    will give the result you require.
    Last edited by sweep; 02-09-2011 at 10:28 AM. Reason: no array required.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Forum Contributor
    Join Date
    04-21-2010
    Location
    Budapest
    MS-Off Ver
    Excel 2010
    Posts
    155

    Re: check TRUE / FALSE statement

    thanks for your solution. I thought about a more diffcult function.

+ 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