Question: Write a function called MyMax(T) where T is a table of numbers. MyMax(T) returns the maximum of the numbers in T. You are not allowed
Write a function called MyMax(T) where T is a table of numbers. MyMax(T) returns the maximum of the numbers in T. You are not allowed to use the Excel functions MAX or MAXA. But you have the built-in Excel function MIN available to define your own implementation of MAX. Test your MyMax function with at least three inputs: a row with 4 numbers, a column with 4 numbers and a table of numbers with 4 rows and 2 columns. For example, one of your test cases might be MyMax(B11:E11). Please use Exoel and the requirement is Date values valid, created using LAMBDA and SEQUENCE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
