Good Morning,
This one is a doosy and I have been struggling with it for weeks. I need to have a formula in my form (it can be unbound text box) that populates a average. Right now I have my form set up with tabs. In each tab is a set of questions. Each question has a option box of Yes, No, N/A; 1, 2, 3 respectivly. I have a code that states if option### is 1 then text### is 3; if option### is 2 then text### 0. This input a number (weight of the question) into another text box. I can uses a standard average formula in the text box at the end of all the questions (Add up the text boxes and divide by points possible) BUT if the user selects N/A (3) I do not want that to be involved in the average...how can I do this?!
J.