Question: For this problem, create a new worksheet called MyMaxFunction. Write a function called MyMax ( T ) , where T is a table of numbers.
For this problem, create a new
worksheet called MyMaxFunction. Write a function called MyMaxT where T is a table of numbers.
MyMaxT returns the maximum number in T You cannot use the Excel functions MAX, MAXA, or
LARGE. But you have the builtin Excel function MIN available to define your implementation of MAX.
Test your MyMax function with at least three inputs: a row with numbers, a column with numbers
and a table of numbers with rows and columns.
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
