peaceandlove101
New Member
- Joined
- Mar 5, 2017
- Messages
- 1
· Function MovieWithLargestRental(rngMovie As Range,
rngMovieRental As Range) As String
This function finds and returns the movie with the largest number of rentals.
There are two input parameters, the first is a range from the worksheet that has
the name of the movies, while the second is a range from the worksheet that has
the number of times each movie has been rented.
· Function MostExpensiveMovieToMake(rngMovie As Range,
rngMovieProduction As Range) As String
This function returns the most expensive movie to make. The first parameter is a
range of the names of the movies, the second parameter is the range of
production costs.
he worksheet that has
the number of times each movie has been rented.
pleaaaaseee help thank you in advance
rngMovieRental As Range) As String
This function finds and returns the movie with the largest number of rentals.
There are two input parameters, the first is a range from the worksheet that has
the name of the movies, while the second is a range from the worksheet that has
the number of times each movie has been rented.
· Function MostExpensiveMovieToMake(rngMovie As Range,
rngMovieProduction As Range) As String
This function returns the most expensive movie to make. The first parameter is a
range of the names of the movies, the second parameter is the range of
production costs.
he worksheet that has
the number of times each movie has been rented.
pleaaaaseee help thank you in advance