+ Reply to Thread
Results 1 to 2 of 2

Check all sheets (except two) for value and return a true/false

  1. #1
    Registered User
    Join Date
    02-05-2013
    Location
    Canberra, Australia
    MS-Off Ver
    Excel 2010
    Posts
    39

    Check all sheets (except two) for value and return a true/false

    Hello guys,
    I've got a workbook that will have a sheet called "menu", a sheet called "QEHS Docs" and then many identical sheets which represent projects e.g "P189", "P190", "P191"....etc. (the number and names of these sheets will vary). I am after a formula (preferably not VBA, but happy to play with it if that's the only way) that will check the same cell in all the project sheets (e.g. F4) but NOT the sheets "menu" & "QEHS Docs" and return a true/false if the any of the cells contain any values.

    E.G. =IF(Sheets(All except "menu" & "QEHS Docs").Range("F4").value <>"",True,False)

    If anyone can help, it would be greatly appreciated.

  2. #2
    Valued Forum Contributor Miroslav R.'s Avatar
    Join Date
    05-16-2013
    Location
    NMnV, Slovakia
    MS-Off Ver
    Excel 2007
    Posts
    479

    Re: Check all sheets (except two) for value and return a true/false

    Hi there,

    You can use formula with INDIRECT, but that requires that You have all relevant sheet names on one (summary) sheet.
    example:
    sheet name is in B3 = "P189"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    This formula returns value form range F4.
    Regards
    Miroslav R.

    (If You like my solutions, feel free to add reputation.)

+ 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. Check font color and return a True or False
    By randolphoralph in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-21-2013, 09:13 PM
  2. Check four conditions return TRUE or FALSE
    By mkvassh in forum Excel General
    Replies: 6
    Last Post: 11-16-2009, 07:26 AM
  3. Replies: 3
    Last Post: 07-15-2006, 05:20 AM
  4. [SOLVED] check box - true/false/na
    By Kelly 1st in forum Excel General
    Replies: 4
    Last Post: 07-13-2006, 07:50 AM
  5. [SOLVED] Function to return True/False if all are validated as True by ISNU
    By Tetsuya Oguma in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-15-2006, 06:30 AM

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