+ Reply to Thread
Results 1 to 2 of 2

Only display results in table if result from formula is within a range

  1. #1
    Registered User
    Join Date
    05-22-2012
    Location
    Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    7

    Only display results in table if result from formula is within a range

    This is my first post...

    I'm trying to create a table that will allow the user to select the Work Day Length and the Model and a table will be created so they can see how the efficiency changes based on the number of people and the number of machines that get built. If the efficiency result is not between 50% and 150%, I would like the cell to be left blank so the table is less cluttered.

    Attached is what I have so far.

    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Only display results in table if result from formula is within a range

    Add another CF rule before the current one

    =OR(B9<0.5,B9>1.5)

    format -- font white -- fill no colour
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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