Results 1 to 2 of 2

Thread: Formula Help for yes/no

  1. #1
    Member
    Join Date
    2006-10
    Location
    Charlotte, NC
    Posts
    7
    Login to Give a bone
    0

    Default Formula Help for yes/no

    I have a piece of steel that I want to only be shown when the object is between 24'-0" and 18'-0" If it's higher than 24'-0" it's off when it drops below 18'-0" it's also off, but in between those two heights I would like to see it. Can anyone help me with what I would say would be an if or and type of formula?

  2. #2
    Member
    Join Date
    2010-09
    Posts
    5
    Login to Give a bone
    0

    Default Re: Formula Help for yes/no

    I assume this is for a family parameter formula? Also assuming the parameter name controlling it is named 'Length':

    and(not(Length < 18' 0"), not(Length > 24' 0"))

    The 'not' is in there so that they include 18' and 24', otherwise if you set the length to 18 or 24 the steel would turn off too. If you don't want to include 18' and 24' then you would have something like this:

    and(Length > 18' 0", Length < 24' 0")

Similar Threads

  1. 2013: How to use this Formula,"Formula That Returns Strings"?
    By mike99 in forum Revit Architecture - General
    Replies: 4
    Last Post: 2013-01-09, 06:28 AM
  2. Formula Help
    By stelthorst in forum Style Management
    Replies: 6
    Last Post: 2008-03-25, 05:07 PM
  3. Formula
    By Anthony Miguel in forum Revit Architecture - Families
    Replies: 2
    Last Post: 2007-04-18, 09:48 AM
  4. Formula Help
    By david.kingham in forum Revit Architecture - Families
    Replies: 4
    Last Post: 2005-12-06, 03:19 PM
  5. = a formula
    By GuyR in forum Revit Architecture - General
    Replies: 35
    Last Post: 2005-03-11, 08:24 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •