Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A B 4 The Lake Lucerne Company uses the allowance method of estimating bad debts expense. An aging schedule is prepared in order to calculate
A B 4 The Lake Lucerne Company uses the allowance method of estimating bad debts expense. An aging schedule is prepared in order to calculate the balance in the allowance account. 5 The percentage uncollectible is calculated as follows: 2% 10 1-30 Days 1% 31-60 Days 61-90 Days 5% 91-365 Days 50% After 365 days, the account is written off. 12 Use the blue shaded areas on the ENTER-ANSWERS tab for inputs. 13 ALWAYS use cell references and formulas where appropriate to receive full credit. Copy/pasting values will NOT earn full points. 14 15 16 Requirements Possible Points 1 Calculate the number of days each receivable is outstanding. 18 2 Complete the Schedule of Accounts Receivable. 3 Journalize the adjusting entry for Bad Debts Expense. *For all requirements, enter all amounts as positive values. Do not use a minus sign or parentheses for any values. 23 Excel Skills 1 Use the DAYS function to calculate the number of days between the invoice date and the date of the aging schedule. 2 Use the VLOOKUP function to provide the uncollectible accounts percentage based on the days outstanding. 3 Use IF and AND functions to determine in which column of the Accounts Receivable Schedule to place the amount for each customer. 4 Format cells using number and percentage formats. 5 Use formulas to calculate totals. 6 Use the Increase Indent button to indent the credit account for the journal entry. 7 Use Absolute references to refer to a table in the VLOOKUP formula. 33 Excel Tips 34 DAYS function Formula returns the number of Formula days between the =DAYS(enddate, Start Date two dates startdate) 3/1/2018 1/15/2018 45 =DAYS(C36,036) End Date Im N M 38 39 VLOOKUP function Given a table with amounts and uncollectible percentages, you can use VLOOKUP to determine the uncollectible rate for a specific number. Table Array Formula returns the uncollectible rate in column 2 Formula Column 1 Column 2 Lookup Value Data Uncollectible % 1,245 3,600 150 0% Formula Evaluation: Look up the value of Cell F44 in the range of Cells from C45 to D48. Once you find the value that is no larger than F44, continue in the same row until you get to the second column in the range. Return the value in the second column. The last number used in the formula (2) refers to the column in the table where the answer comes from. Since the uncollectible percent is found in Column 2 of the table, 2 is used in the example formula. If the uncollectible percent would be found in Column 3 of the table used, 3 would be used in the formula instead of 2. 5% =VLOOKUP(F44,$C$45:$D$48,2) 12% =VLOOKUP(F45,$C$45:$D$48,2) 0% =VLOOKUP(F46,$C$45:$D$48,2) 1000 2000 3000 5% 10% 12% Hint: Use the F4 key to lock in the absolute cell reference. Amount First Value Second Value Formula Returns: Formula Formula evaluation IF function $1,700 1,500 2,500 1700|=IF(D52>E52, D52,"") If the value in Cell D52 is greater than the value in Cell E52, display the value in D52, otherwise display nothing. The double quotes enclose nothing between them. If the value in Cell D53 is greater than the value in Cell E53, display the value in D53, otherwise display nothing. The double quotes enclose nothing between them. Nothing is displayed because $250 is not greater than $1,500 $250 1,500 2,500 =IF(D53>E53, D53, "") 61-90 Days Days Formula Returns: 31-60 Days 500 Amount $500 $600 Formula 31-60 Days 61-90 Days =IF(AND(E58>=31, E58=31, E59=61, E58=61, E59=31 and E58=61 and E58=31 and E59=61 and E59E52, D52,"") If the value in Cell D52 is greater than the value in Cell E52, display the value in D52, otherwise display nothing. The double quotes enclose nothing between them. If the value in Cell D53 is greater than the value in Cell E53, display the value in D53, otherwise display nothing. The double quotes enclose nothing between them. Nothing is displayed because $250 is not greater than $1,500 $250 1,500 2,500 =IF(D53>E53, D53, "") 61-90 Days Days Formula Returns: 31-60 Days 500 Amount $500 $600 Formula 31-60 Days 61-90 Days =IF(AND(E58>=31, E58=31, E59=61, E58=61, E59=31 and E58=61 and E58=31 and E59=61 and E59
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