Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to get the total Average of column(1) when the value in column(1) is less than 20.
which i tried to code Like this, the value that comes out is not correct. What should I do?
Hi
Without the full details i can't give the exact answer, but how i would approach the problem would be
I want that if the value of column1 is less than 20, show the total of column 1. The total of column 1 is the AVG value, and if the value of column 1 is greater than 100, then return its original value.