Hi everyone,

After hours of searching, I cannot figure out how to take the median of multiple columns.
My attempts:
1. create a local list that saved all the values of multiple variables, then tried to find the median of the list
2. create a new variable with the medians for each row; then, took the median of that column
Is there another way to find the median from multiple columns/variables?

Thank you all so much!