+ Reply to Thread
Results 1 to 4 of 4

Invisible until all criteria met formula

  1. #1
    Registered User
    Join Date
    01-13-2010
    Location
    Oxford
    MS-Off Ver
    Excel 2010
    Posts
    57

    Invisible until all criteria met formula

    Hi All

    Me again

    Is there a formula to work with COUNTIF that will ignore if a cell contains a formula but that formula shows that cell as empty

    I've tried =IF(ISBLANK(range), "",F45) but I still get a value even if there is a blank in the range as I assume that COUNTIF includes anything in the cell even if it's a formula that returns an empty cell

    Any ideas?


    Thanks

    Dan_B

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

    Re: Invisible until all criteria met formula

    So you only want to show F45 if ALL cells in the range are not blank? You could try this:

    =IF(COUNTIF(range,""),"",F45)

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-13-2010
    Location
    Oxford
    MS-Off Ver
    Excel 2010
    Posts
    57

    Re: Invisible until all criteria met formula

    Pete_UK, that has worked exactly how I wanted

    Thanks a lot

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

    Re: Invisible until all criteria met formula

    Glad to help - thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    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. How to make a line invisible if criteria not met ?
    By adz123 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-09-2016, 12:29 PM
  2. Formula calculating invisible decimals
    By rajre in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-11-2014, 03:56 PM
  3. Replies: 4
    Last Post: 06-06-2012, 01:29 PM
  4. Visible/Invisible Several Button, 3 Criteria
    By blues_oo7 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-02-2011, 09:22 AM
  5. Row Visible / Invisible
    By RoyMakaay1985 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-03-2009, 06:00 AM
  6. Copying invisible columns, but not invisible rows
    By petalred in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-04-2008, 11:17 AM
  7. Makeing a row to be invisible.
    By A-Design in forum Excel General
    Replies: 7
    Last Post: 12-03-2005, 07:10 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