Formula issue
I have to manipulate data using various formulas and store the output in one final column. I am able to apply the formula successfully and store data in a new column but not in the same column. For example, In this table, I am using Formula(abs(Divide(Effect,Subtract( USL,Mean)))*100)) for cells where USL values are present and Formula(abs(Divide(Effect,Subtract( Mean,LSL)))*100)) where LSL val...