Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
Can any one please help me on this.
In the below table in the last column I have to calculate
=(Frequency-Mean)/SD
I have tried =(Column(2)-Column(4))/Column(5) but getting all null values.
How to get the expected result.
Please find the attached app.
Thanks in advance
You only have 4 expressions in your app... why are you using Column(5)?
Do you mean this?
(Column(1) - Column(3))/Column(4)