Comparing regional sales

Download a workbook with sales for two regions:

Data

The first column has sales for the north region. The second has sales for the west region. The number of sales in each column might be different.

Write a program that will total the first column and the second. If the first column is higher, output "North" in row 5, column 3. If the second is higher, output "West". If they are the same, output "Equal".

Some of the code has been given for you. Use the code, without change.

The usual coding standards apply.

Upload your workbook.

(If you were logged in as a student, you could submit an exercise solution, and get some feedback.)

Keywords: 
Referenced in: 
Attachments: