Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Calculate the Room Total for the first transaction. Use an IF function to calculate a 1 0 % discount for any stay greater than or

Calculate the "Room Total" for the first transaction. Use an IF function to calculate a 10% discount for any stay greater than or equal to 7.
2. Calculate the "Add-On Total" for the first transaction.
Use an IF function with a nested VLOOKUP to calculate the total based on the number of guests and the room type.
Use the data in P4:Q6 to determine the cost based on the room type.
The add-on fee is per person per night.
If no add-on fee exists, display a zero (0) in the cell.
3. The manager would like some details on revenue and taxes.
Calculate the "Total With Tax" for the first transaction.
Copy and paste the formula down the column to calculate the total with tax for the other transactions.
In cell Q12, calculate the "Total Revenue Before Tax".
In cell Q13, calculate the "Total Tax Collected."
Use the "Tax Rate" in cell Q8 and the "Total Revenue Before Tax" you calculated in Q12 to calculate the total tax collected.
4. In cell Q14, use a SUMIF function to calculate the "Total Revenue 3 or 4 Guests."
Reference the data in columns J and N in your function.
5. The manager would like a quick way to see a guest's room total. Use the IFERROR, INDEX and MATCH functions to display the room total for the guest with the last name Vazquez.
If the function does not return a room cost, display the text "No Match" as a result.
6. The manager would like to start creating a "Guest ID" that can be used by the cleaning staff. In cell B4, create a guest ID with the pattern: Guest Last Name Room: Room # of Guests. For example, if two guests with the last name of West stay in the Coolidge room, the guest id would be "West Room: Coolidge 2" without quotation marks.
Use the CONCAT (or CONCATENATE) function.
Reference the Guests Last Name, Room and # of Guests in your function.
Pay close attention to the spaces in the Guest ID.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Issues In Database Management A Refernce For The Thinking Practitioner

Authors: Fabian Pascal

1st Edition

0201485559, 978-0201485554

More Books

Students also viewed these Databases questions

Question

Define capital structure.

Answered: 1 week ago

Question

List out some inventory management techniques.

Answered: 1 week ago

Question

2 The main characteristics of the market system.

Answered: 1 week ago