Model Estimating > Planning and building models > Adding question formulas to a model > Example of a question formula used to determine question text

Example of a question formula used to determine question text

This question formula loads the proper question text based on the answer to Q7 "Is this opening a door?" A YES answer would complete the question to read, "What's the area of the door?," and a NO would complete the answer to read, "What's the area of the window?"

Question formula name: Door/Window Area

="What's the area of the "& IF (Q7 = YES,"door?","window?")

Tips: