Was wondering if there was a more efficient way of extracting out sums from columns etc. in arrays than looping through and adding the results to another variable?
Like for example, this like Min, Max, Sumif(s), CountIfs etc?
Am thinking mostly of stuff like tile based games, or multiplayer stats / scoreboards, where a function like average / max etc. could be super useful .