Results 1 to 3 of 3

Thread: Formula - If Value is 297 the show value 1

  1. #1
    Member
    Join Date
    2013-03
    Posts
    4
    Login to Give a bone
    0

    Question Formula - If Value is 297 the show value 1

    Hello,

    I want to make a paper size family that shows if the sheets is a A4, A3, A2... paper size.

    Therefor I need som help with a formula that says something like this: IF PaperHeight is 297 then the value is 1. See example below.



    I hope some of you can help me.

    Best regards
    Dennis Malling
    Attached Images Attached Images

  2. #2
    All AUGI, all the time CADastrophe's Avatar
    Join Date
    2012-01
    Location
    Site of the next CADaclysm
    Posts
    813
    Login to Give a bone
    0

    Default Re: Formula - If Value is 297 the show value 1

    The formula (utilizing IF/THEN//ELSE) would be something like:

    if(PaperHeight = 297, 1, ???)

    Now, you'll have to decide what value you'd like in case the condition isn't met (i.e. PaperHeight doesn't equal 297) and enter this value in place of the "???", above.

  3. #3
    Member
    Join Date
    2013-03
    Posts
    4
    Login to Give a bone
    0

    Default Re: Formula - If Value is 297 the show value 1

    Thanks. Now it works

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 SwartzieCRA in forum Revit MEP - General
    Replies: 6
    Last Post: 2012-03-16, 06:26 PM
  3. Formula Help
    By STHRevit in forum Revit Architecture - General
    Replies: 4
    Last Post: 2010-02-25, 08:35 AM
  4. Replies: 2
    Last Post: 2006-05-18, 01:39 PM
  5. Formula Use
    By jkrager in forum Revit Architecture - Tips & Tricks
    Replies: 0
    Last Post: 2006-01-20, 06:57 PM

Tags for this Thread

Posting Permissions

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