I am working with a 3D scatter plot, so all data sets has 3 variables. It is necessary to move data sets around based on proximity to different centers (centroids) and as things get moved, there is a constant need to recalculate the centroid values, which is th eaverage of all values currently placed into that ‘cluster’
although I am getting quick at =average(grab a range of cells) and then copy, paste the next two rows, there’s seems there should be a better way. The number of cells will constantly vary. Any ideas?
and because the data is being used in a python coded app, I have to cope and paste as numbers, as the formulas create havoc with the python code…
thank you in advance