+ Reply to Thread
Results 1 to 4 of 4

IF Formula for Specific Cell Value Across Multiple Worksheets

  1. #1
    Forum Contributor
    Join Date
    09-08-2016
    Location
    Buffalo, NY
    MS-Off Ver
    365
    Posts
    115

    IF Formula for Specific Cell Value Across Multiple Worksheets

    Good morning!

    I am working on a monthly reporting file where I have multiple worksheets labeled 1-31 for each day of the month. I have successfully rolled up all data points from these worksheets except for one.

    Cell F22 on all 31 sheets is a yes/no drop-down. When I need to roll-up at the monthly level is - if any F22s on worksheets 1:31 = "No", then return a response of "No", if false then "Yes"

    So in other words if F22 on all sheets is Yes, then this will populate Yes on my monthly roll-up. If any of the worksheets have No in F22, then the monthly will say No. Not having much luck getting this to work, can anyone assist? Trying to avoid having to input a formula that references each sheet individually for cell F22.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: IF Formula for Specific Cell Value Across Multiple Worksheets

    It it always more difficult building formulas that refer to multiple sheets than it would be if the data was on one sheet.

    That being said, you can look into creating a 3D countif formula.

    Try this:

    =IF(SUMPRODUCT(COUNTIF(INDIRECT(ROW(1:31)&"!F22"),"No")),"No","Yes")

  3. #3
    Forum Contributor
    Join Date
    09-08-2016
    Location
    Buffalo, NY
    MS-Off Ver
    365
    Posts
    115

    Re: IF Formula for Specific Cell Value Across Multiple Worksheets

    thank you! Works perfect!

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: IF Formula for Specific Cell Value Across Multiple Worksheets

    You're welcome. Happy to help.

+ 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] Summing up a specific cell on multiple adjacent worksheets...
    By sinapourazima in forum Excel General
    Replies: 2
    Last Post: 01-20-2015, 07:11 PM
  2. [SOLVED] Searching multiple worksheets for a specific cell value
    By jfoerch in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 05-06-2013, 11:08 AM
  3. Replies: 3
    Last Post: 02-25-2013, 08:11 AM
  4. Replies: 4
    Last Post: 10-29-2012, 04:41 PM
  5. Replies: 0
    Last Post: 09-05-2011, 04:35 PM
  6. Retrieving a specific cell from multiple worksheets
    By TheShaolin in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-09-2006, 03:35 PM
  7. [SOLVED] How can I do a lookup to a specific cell on multiple worksheets?
    By Ray Stubblefield in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-04-2005, 09:06 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