Probably missing something incredibly obvious but time pressure and being tired are not a winning combination.
I have a column of series of numbers like this:
76;28;29
53;23
77;20;98;37
etc
What is the quickest way to calculate the average of each individual serie of numbers (so 44,333 - 38 - 58 etc in this example) in one single action?
I have a column of series of numbers like this:
76;28;29
53;23
77;20;98;37
etc
What is the quickest way to calculate the average of each individual serie of numbers (so 44,333 - 38 - 58 etc in this example) in one single action?