I realize this might be a simple answer but it seems difficult to find on the alteryx community. I have the following data,
| Preop Ref Sph | Postop 1-3mo Sph | > 4-12mo Sph | > 1-2yrs Sph | > 2-3yrs Sph | > 3-5yrs Sph |
| -9.50 | 0.00 | | | | |
| -15.50 | 0.75 | | 0.50 | | |
| -15.50 | 0.50 | | 0.25 | | |
| -14.00 | 0.00 | 0.00 | | 0 | |
| -15.00 | 0.00 | 0.00 | | 0 | |
| -10.00 | -0.50 | | 0.00 | | |
| -7.75 | 0 | 0 | 0 | | |
| -7 | -1 | -1 | -0.5 | | |
| -15 | 1 | | 1 | 1 | |
| -12.75 | 0 | | 0 | 0 | |
| -18.75 | 1.25 | 1.25 | | -1.5 | |
I want to do the average, standard deviation, count, max/min to each one of these columns but cant seem to figure it out, no matter the amount I try. Hoping someone can help me with this simple task.
Thanks,
Nick