Hi All,
I have to compare some results to some standards and depending on the results a specific calculation is run.
For example, I have two results one for Q and one for C. If Q and C are both less than 1%, then their results is compared to the number 5 to see if it exceeds (is greater than 5). On the other hand if, Q is greater than 1% then the following equation is used, (10/%Q+2)and if both Q and C are both greater than 1% then the following equation is used, (10/%Q+(%C*2)+2).
Again, if both less than 1%, results compared to 5
If Q greater than 1%, (10/%Q+2) else
If Q and C greaten than 1%, (10/%Q+(%C*2)+2)
I appreciate any help. What's giving me trouble is all the "(" and "*".
thanks in advance!
mv
I have to compare some results to some standards and depending on the results a specific calculation is run.
For example, I have two results one for Q and one for C. If Q and C are both less than 1%, then their results is compared to the number 5 to see if it exceeds (is greater than 5). On the other hand if, Q is greater than 1% then the following equation is used, (10/%Q+2)and if both Q and C are both greater than 1% then the following equation is used, (10/%Q+(%C*2)+2).
Again, if both less than 1%, results compared to 5
If Q greater than 1%, (10/%Q+2) else
If Q and C greaten than 1%, (10/%Q+(%C*2)+2)
I appreciate any help. What's giving me trouble is all the "(" and "*".
thanks in advance!
mv