+ Reply to Thread
Results 1 to 3 of 3

Check for Multiple TRUE in a spreadsheet

  1. #1
    Registered User
    Join Date
    05-16-2010
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    17

    Check for Multiple TRUE in a spreadsheet

    Hello, I have a spread sheet with multiple tests that show either TRUE or False (e.g. 1000 calculation and for each calculation I do a "Backup" check, that if correct shows "TRUE")

    Now I would like to have one cell in the spread sheet, that checks if all checks are TRUE, i.e. if the excel spreadsheet is error free. is there a formula that captures my idea:

    Check IF(Cell 1, Cell 2, Cell:8-26, Cell 100)= TRUE, then TRUE otherwise FALSE


    Thanks!

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Check for Multiple TRUE in a spreadsheet

    Hi

    Perhaps:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,790

    Re: Check for Multiple TRUE in a spreadsheet

    You can do this:

    =AND(Cell1,Cell2,Cell8,Cell9,Cell10,......,Cell26,Cell100)

    but you have to list the individual cells - you can't specify a range of cells. There is also a limit to the number of parameters that AND can use - 255 arguments are allowed in XL2007 and later versions (I think it was limited to 32 in XL2003, which your profile states).

    Hope this helps.

    Pete

+ 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] I am trying to check if two values are true
    By mikejs20 in forum Excel General
    Replies: 3
    Last Post: 10-22-2014, 05:44 PM
  2. Check for Multiple Conditions, Random Assign IF True
    By young_workinprogress in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-28-2013, 10:56 AM
  3. Multiple check for dates- how to verify a cascading date spreadsheet
    By delaneybob in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-28-2012, 06:56 AM
  4. check box when its true
    By sarmoodi in forum Outlook Formatting & Functions
    Replies: 1
    Last Post: 06-30-2011, 05:04 AM
  5. Macro to check range, if false check another range until true, then copy
    By jayers in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-12-2009, 04:19 PM
  6. check box - true/false/na
    By Kelly 1st in forum Excel General
    Replies: 4
    Last Post: 07-13-2006, 07:50 AM
  7. [SOLVED] How can I check if any of the entires is True in a range?
    By Tetsuya Oguma in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-15-2006, 10:40 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