Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started