Question

Step Instruction Earned Possible On the RentalData worksheet, in cell E6, enter a date formula to determine the length of rental in days. Copy this formula to the range E7 E32. 2 In cell G6, use the appropriate lookup and reference function to retrieve the rental rate from the named range RentalRates. The function should look for an exact matching value from column A in the data. Copy the function down the column to cell G32. 4 In cell H6, enter a formula to determine any discount that should be applied. If the payment method was Express Miles or Rewards, the customer should receive the discount shown in B42. If no discount should be applied, the formula should return a zero. Use the named range for cell B42, not the cell address in this formula. Copy the formula to the range H7 H32. 6 2.25 In cell K6, enter a formula to determine the total cost of the rental based on the daily rate, the number of days rented, the cost of gas, and any discount given to the customer. Note that the discount applies only to the car rental, not the cost of gas Copy the formula to the range K7:K32 10ast so so so so ses ses so ses so so 6 6 6 6 6 so so so so 65 65 65 65 so so nynny nnyn tof unt 0% 0% 200 0% 0% 0% 0% 0% 0% 0% 0% 0% 0% 200 0% 0% 200 0% 0% 200 dow 0% 0% 0% 0% dow it it it it !ddd zaaa dde iz 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 6 7 8 9 40 41 42 43 44S Rental Rates Green Collection $49.99 $76.49 $84.99 $104.99 .Compact/Midsize . Fullsize/Standard SUV/Minivan Discount for Express Miles or Rewards 20% Cost to Fill Tank $65.00 Median Rental Length Number of Rentals

i NEED HELP FINDING THOSE FORMULASPLEASE

IVE TRIED A MILLION TIMES AND NEVER COULD FIND IT

THANK YOU

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solutiom:

Step 2: Calculate no. of days

This is pretty straightforward. Excel lets you use arithmetic operations on dates. So, if you want to calculate no. of days between 2 dates, you simply subtract the two. The formula is as shown:

4 5 Auto Type 6 Green Collection Auto ld Date rented Date returned Days Rented 988 4/5/2017 4/8/2017 :06-c6

Step 4: Lookup function

For this you use a function called VLOOKUP. The formula implementation looks like this:

5 Auto Type 6 Green Collection 7 Compact/Midsize 8 Compact/Midsize Auto Id Dad aereturned Days Rented Payment Method Daily rateAmou 9884/5/2017 4/8/2017 275 4/5/2017 4/10/2017 277 4/9/2017 4/10/2017 VLOOKUP(A6,SAS12:SB$15,2, 76.49 76.49 COD Express Miles 10 11 Rental Rates 12 Green Collection 13 Compact/Midsize 14 Fullsize/Standard 15 SUV/Minivan 49.99 76.49 84.99 104.99

How it works?

The function takes in four values which are:

VLOOKUP VLOOKUP(lookup_value, table_array, col_index_num, [range lookup])

  • lookup_value is the value that you want to look up. You want to look up the auto type so, you will reference the "Auto type" column here.
  • table_array is the array that contains the table where you want to look for the above value. So, here you will reference the rental rates table.
  • col_index_num is the index of column that contains the value you want to return (the daily rate in this case). How this works is that the first column in the table that you selected in the second step, has the index of 1. So, the daily rate column will have an index of 2.
  • range lookup asks if you want an exact match or approximate match. In this case you want an exact match, so you are going to enter 0 here.

Step 6: Discount formula

You can use the IF statement along with OR function here. It looks like this

Method Amount of Discount Gas option Cost of Dailyrate IFOR(F6-Express Miles,F6-Rewards),SES12,0 4/8/2017 4/10/2017 4/10/2017 Credit Card COD Express Miles 76.49 76.49 20%

IF function takes in three values IF(logical statement, value if true, value if false)

  • First is the logical statement. In the given case, you want to check if payment method is either "Express Miles" or "Rewards". In order to check for both, we can use the OR function which returns "true" if either of the two or more statements inside it are true.
  • Second value is what you want to be displayed if the logical statement returns true. In this case it is the discount.
  • This is the value that should be displayed if logical statement is false. 0 in this case.

Step 8: Total cost

d Days Rented Payment Method Daily rate 49.99 Amount of Discount Gas option Cost of Gas Total cost 0% COD

Days rented * Daily rate * (1 - discount) + Gas cost

Thank you!

Add a comment
Know the answer?
Add Answer to:
i NEED HELP FINDING THOSE FORMULASPLEASE IVE TRIED A MILLION TIMES AND NEVER COULD FIND IT...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • tRYING TO FIND THESE FORMULAS! THASNK YOU Step Instruction Earned Possible On the RentalData worksheet, in...

    tRYING TO FIND THESE FORMULAS! THASNK YOU Step Instruction Earned Possible On the RentalData worksheet, in cell E6, enter a date formula to determine the length of rental in days. Copy this formula to the range E7 E32. 2 In cell G6, use the appropriate lookup and reference function to retrieve the rental rate from the named range RentalRates. The function should look for an exact matching value from column A in the data. Copy the function down the column...

  • I need help how to do the steps 9, 10, 11 A1 x Day A fx...

    I need help how to do the steps 9, 10, 11 A1 x Day A fx B C D E F G H I J K Afternoon Sales over $100 Shift Cups Sold Kids Sold Kids sold Cups sold (6 oz) (12 oz) 54 52 14 28 Hours Morning Afternoon Evening 1 Day 2 Sun 3 Sun 4 Mon 5 Mon 6 Tue 7 Tue 8 Wed 9 Wed | 10 Thu | 11 Thu 12 Fri 13 Fri 14...

  • I have completed these but wanting to compare such as Question 14. Is the word "Total"...

    I have completed these but wanting to compare such as Question 14. Is the word "Total" added in the row or written as "Average" or "Total Average" Also Question 8 is not clear what fill color. Is it supposed to stay as blue and just select gradient fill? Very unclear questions. Thank you. Question: EX16_XL_VOL1_GRADER_CAP_AS – Travel Vacations 1.4 ( Excel, Chapter 4) Project Description: 1 Start Excel. Download and open the file named exploring_ecap_grader_a1.xlsx. 2 On the DC worksheet,...

  • Hello I was wondering if you could give me the formula that I need to put...

    Hello I was wondering if you could give me the formula that I need to put in cell F4. The hint is down at the bottom right beside social security tax deduction. It gives a hint of how to put the formula together but I am so confused. The answer should come out to be $3,382 in cell F4 if done correctly. Thanks for your help! F4 Federal Medicare Soc Sec Tax Std. Deduction for each dependent: up to Max...

  • REINFORCE YOUR SKILLS: E8-R3 Calculate Company Matching Amount In this exercise, you will look up the...

    REINFORCE YOUR SKILLS: E8-R3 Calculate Company Matching Amount In this exercise, you will look up the amount employees will receive into their retirement savings after Kids for Change decides to implement a tiered system to encourage employees to save more for retirement. 1. Open the E8-R3-Savings file from the Excel Chapter 8 folder and save it as E8-R3-SavingsMatched. 2. Select cell H8, if necessary. 3. Insert a VLOOKUP function. 4. For the Lookup_Value, select cell G8. 5. For the Table_Array,...

  • I REALLY NEED HELP THERE IS NO OTHER INFORMATION GIVEN AND IF I DON"T FINISH THIS...

    I REALLY NEED HELP THERE IS NO OTHER INFORMATION GIVEN AND IF I DON"T FINISH THIS I RISK FAILING THE CLASS PLEASE READ CAREFULLY THIS IS WHAT THE ANSWERS SHOULD LOOK LIKE o a8 points Previcus Ahswers TaalmanCaic1 1.2.066. 3/6 Submissions Used My Notes Ask Your Teacher Len's company produces different-sized cylindrical cans that are each 6 inches tall. The cost to produce a can with radius r is C 10Onr24mr cents. Different cans with radius 6 inches Cost of...

  • Could anyone help me with the lookup function for #5? Plain Text Tahoma Start Excel. Open...

    Could anyone help me with the lookup function for #5? Plain Text Tahoma Start Excel. Open the file named ex02TravelAgency START Save the file with the name 0.000 ex02TravelAgency LastFirst, replacing LastFirst with your name. On the Agency Clients worksheet, apply the Table Style Light 14 to the Clients named range. Note, the style may be named Green, Table Style Light 14, depending on the version of Office used. 2 2.000 3 named ranges for each of the column headings...

  • Hello, I need some help with some Excel formulas. a. Open Excel_Ch11HW.xlsx and save it as...

    Hello, I need some help with some Excel formulas. a. Open Excel_Ch11HW.xlsx and save it as Excel_Ch11HW_LastNameFirstName. b. Click cell H4, the cell containing the ending date for the first loan. Enter the formula to compute the ending date, based on the starting date and the term of the loan. For the sake of simplicity, you don’t have to account for leap year. To compute the ending date, multiply the term of the loan by 365 and add that result...

  • i need help making this program the skeleton of the code is below: //Include the following #include <iostream> #...

    i need help making this program the skeleton of the code is below: //Include the following #include <iostream> #include <string> #include <fstream> //you must include this library if you wish to do file i/o using namespace std; /********************************************************* //Following is the declaration of a order record **********************************************************/ class order_record { public: string cell_number; string item_number; double quantity; double price; int processing_plant; double tax_rate; double order_tax; double net_cost; double total_cost; }; //Prototypes for your functions: input, output, and process will go...

  • Instructions 1-17 sheet 1 sheet 2 Should be done on exel file. Assignment Instructions Step Instructions...

    Instructions 1-17 sheet 1 sheet 2 Should be done on exel file. Assignment Instructions Step Instructions Point Value Open the Excel file Student_Excel_2F_Bonus xlsx downloaded with this project. Rename Sheet1 as Northern and rename Sheet2 as Southern Click the Northern sheet tab to make it the active sheet, and then group the worksheets. In cell A1, type Rosedale Landscape and Garden and then Merge & Center the text across the range A1 F1. Apply the Title cell style. Merge &...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT