Thefunctionreturnsavalueor referenceof thecellattheintersectionof a particular row and column in a
given range.
A) VLOOKUP(lookup_value, table_array, col_index_num)
B) INDEX(array, row_num, col_num)
C) MATCH(lookup_value, lookup_array, match_type)
D) HLOOKUP(lookup_value, table_array, row_index_num)
In the spreadsheet below, there is data on the price, cost, demand, and quantity
produced for an item. There are also different “what if” values that can help a manager
to calculate costs and revenue with variability in demand.
From the “what if” values, calculate the total profit when the demand is 20,000.
A) $825,000