Question: write in VBA program An experiment to find the modulus of Aluminum is repeated 3 times. We want to write a program that reads the
write in VBA program
An experiment to find the modulus of Aluminum is repeated times. We want to write a program that reads the three modulus values from cells, and and reports the average of the three to cell D
Upgrade the program so that the value that the average is calculated based only on the two closest values eg If the three values are and you would discount the value consider it an outlier and calculate the average based on
Convert the program to a function and call the function from within excel.
Write a program to calculate the median of the numbers
Pseudo code for
Declare variables as real numbers
Read the values from cells,
Calculate average approaches worksheetfunctionaverage or
Report the average to cell D
Pseudo code for
Declare variables as real numbers
Read the values from cells, abc
Find the absolute values of the difference between the permutations of the numbers eg
Calculate minimum of the differences worksheetfunctionmin
If min then
Average
Elself min then
Average
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
