Answered step by step
Verified Expert Solution
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 discount for any stay greater than or equal to
Calculate the "AddOn 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 P:Q to determine the cost based on the room type.
The addon fee is per person per night.
If no addon fee exists, display a zero in the cell.
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 Q calculate the "Total Revenue Before Tax".
In cell Q calculate the "Total Tax Collected."
Use the "Tax Rate" in cell Q and the "Total Revenue Before Tax" you calculated in Q to calculate the total tax collected.
In cell Q use a SUMIF function to calculate the "Total Revenue or Guests."
Reference the data in columns J and N in your function.
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.
The manager would like to start creating a "Guest ID that can be used by the cleaning staff. In cell B 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 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
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started