Announcement

Collapse
No announcement yet.

Boolean Functions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Boolean Functions

    I am trying to run a Rough Width parameter for different types of doors off of multiple Yes/No functions for door type. I need to make the Rough Width ex: (Width + 1.5") But the '1.5"' will vary depending on the door type. What formula layout must I use for this? I have tried if(Wood, Width +1.5"),if(Steel, Width +2") but I get an error every time. Any help would be appreciated.

    Thank you

    #2
    To add, I need these all to schedule under "Rough Width" so I am not able to make multiple (1.5",0") statements with a Rough Width 1,2,3.

    Comment


      #3
      You’ll need additional parameters (not text) to differentiate between the constructions and use a nested if statements.

      if(wood,x”,if(steel,y”,z”)

      wood and steel in this example are yes/no parameters — not the best choice but doable


      Sent from my iPhone using Tapatalk
      Greg McDowell Jr
      about.me/GMcDowellJr

      Comment


        #4
        Thanks, I got down the rabbit hole of and's and or's but this much easier

        Comment

        Related Topics

        Collapse

        Working...
        X