Hi,
I have a masters degree in software engineering so the concept should be simple to understand. However, I never used a spreadsheet to compute values. Here is what I am trying to do…
-
I have a spreadsheet filed with cell values from A1 to C500. I would like to select an arbitrary column range. Example: if I select cell A99 I would like to select the values in cells A93 to A99 and save the values in that range as a set.
-
Once I have that set, I would eliminate the highest and lowest value in that set and then get the average value in that set.
-
I would also like to save that value in column D so that the calculation for cell A??? is saved at cell D???
It probably would be easy to do in a general purpose programming language but I am trying to learn programming in a spreadsheet.