PatBradley
Programmer
I have an audit report where I start with a possible score of 100
If an audit question answer is equal to N/A I need to subtract that questions point value from the possible 100
If more then one question has N/A for an answer then I need to sum those questions point value together and subtract that from 100.
In short:
X=100
Y=0
If Questions 1 thru 25 = N/A then Y = the sum of those questions
Final result = X-Y
Any takers?
If an audit question answer is equal to N/A I need to subtract that questions point value from the possible 100
If more then one question has N/A for an answer then I need to sum those questions point value together and subtract that from 100.
In short:
X=100
Y=0
If Questions 1 thru 25 = N/A then Y = the sum of those questions
Final result = X-Y
Any takers?