Revit Architecture Forum
Welcome to Autodesk’s Revit Architecture Forums. Share your knowledge, ask questions, and explore popular Revit Architecture topics.
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

Revit formula with multiple yes/no conditions - How to write

2 ANTWORTEN 2
GELÖST
Antworten
Nachricht 1 von 3
ChandlerH
196 Aufrufe, 2 Antworten

Revit formula with multiple yes/no conditions - How to write

Hello! 

 

  I am working on a door schedule and trying to write the right formula in order for a yes/no parameter to autofill a formula parameter and indicate the fire rating of a particular door. 

 

If '20 Min' is checked, then the fire rating column should read '20 MIN'

If '90 Min' is checked, then the fire rating column should read '90 MIN'

If neither is checked, the fire rating column should remain empty. 

 

Can anyone help with formatting the formula correctly? Thanks in advance! 

 

 

2 ANTWORTEN 2
Nachricht 2 von 3
ToanDN
als Antwort auf: ChandlerH


@ChandlerH wrote:

 

If '20 Min' is checked, then the fire rating column should read '20 MIN'

If '90 Min' is checked, then the fire rating column should read '90 MIN'

If neither is checked, the fire rating column should remain empty. 

 

 


IF (20 Min, "20 MIN", IF (90 Min, "90 MIN", " "))

Nachricht 3 von 3
ToanDN
als Antwort auf: ChandlerH

Actually, I would reverse the formula so that 90 min. takes priority, in case both values are checked, the text will say 90 instead of 20.

 

IF (90 Min, "90 MIN", IF (20 Min, "20 MIN", " ")

Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.

In Foren veröffentlichen  

Autodesk Design & Make Report