Quiz 3/Lab 3 Information:

Optional Homework 3 (a SAM Training Assignment), Quiz 3 (a SAM Exam), and PRACTICE for Lab Test 3 (a SAM Project) will be posted in your SAM account (http://sam.cengage.com).

Review the following:

SAM Project 3 Hint:

Practice Project Instructions, Step # 6:

In cell B5, create a formula using the VLOOKUP function to look up the value of cell B4 (in the current worksheet) in the range A3:B10 on the Room List worksheet and then return the value in the second column of that range. Use FALSE as value of the Range_Lookup argument to specify an exact match lookup.
To reference A3:B10 on the Room List sheet, use ‘Room List’!A3:B10
Formula is:
=VLOOKUP(B4,'Room List'!A3:B10,2,FALSE)