Question

Critical Thinking 223 Critical Thinking EA7-C1 Discuss Using the IF Function The IF function is one of the most versatile fun
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution:

If condition can be used where conditional situation arises. Here are 3 situations where IF unction can be used:1

1. If function can be used to calculate the discount to be provided based on the certain amount or qty or on cash payment terms. In every business, the seller provides discount to customers if they purchase product beyond certain amount/quantity. Like, for 1-10 qty, the price of product is $30, for qty 11-25 it is $28 with a discount of $2, for qty 26 to 65 price is $25 with a further discount of $ 3, for qty 65 and above price is $22 with further disc of $ 3. or based on certain amounts like if the product purchased is more than $30000, there will be discount of 10% on the original price. Giving large no of data it is not possible to calculate each discount so we can use IF function to calculate the discount.

Using multiple IF Function, we can create a formula to check multiple conditions and perform different calculations depending on what amount range the specified quantity falls in, or what will be the discount if the amount to be paid exceeds certain limit. This can be shown with the help of one example given below.

Description Qty(i) Rate(ii) Amount without discount(iii=i*ii) Discount(iv)=IF(column 4>30000,10%,0) Discount amount(v=iii*iv) Amount net discount(vi=iii-iv)
Printer              2 $    5,000.00 10000 0 0 10000
Computer              3 $ 25,000.00 75000 10% 7500 67500
Camera            15 $ 15,000.00 225000 10% 22500 202500
Condition: 10% discount if amount without discount is greater than 30000

2. IF function can be used to prepare accounts receivable Aging report. So if I want to know the amounts that are past due for 30,60,90 and over 120 days, and to see the total amounts of each categories. So given a large set of data, it is difficult to calculate each and every line item. In this sheet we will calculate the days outstanding and then using if function we will bifurcate them into days and thus total amount will be calculated.

If function can be used in the debtors ageing sheet and it is very helpful. Given large set of data aging the debtors manually is very difficult. With the help of IF function it becomes very less time consuming. We can use the if function to know the total amount of debtors with 30, 60 ,90 or more than 90 days. It is sown with the help of an example.

Today's Date 28-Oct-19
=IF(column4 row2<=30,column3 row 2,0) =IF(AND(column 4 row 214<=60,column 4 row2>30),column 3 row 2,0)
Invoice date Due date amount due Days O/s 1-30 days 31-60 days 61-90 days >90 days
28-Jun-19 28-Jul-19 $    4,000.00 92 $                 -   $                          -   $                                   -   $ 4,000.00
12-Dec-19 11-Aug-19 $ 10,050.00 78 $                 -   $                          -   $                   10,050.00 $               -  
5-Aug-19 4-Sep-19 $    6,789.00 54 $                 -   $             6,789.00 $                                   -   $               -  
30-Aug-19 29-Sep-19 $    2,457.00 29 $    2,457.00 $                          -   $                                   -   $               -  
4-Sep-19 4-Oct-19 $    7,890.00 24 $    7,890.00 $                          -   $                                   -   $               -  
9-Sep-19 9-Oct-19 $    1,235.00 19 $    1,235.00 $                          -   $                                   -   $               -  
$ 11,582.00 $             6,789.00 $                   10,050.00 $ 4,000.00

3. If function can be used to know the over budget and under budget status. Suppose we have large sheet of data containing the details of Budgeted and actual expenses. Now we want to know the status of over budget and under budgeted data and the total amount of over budget. Here we can use if function in that work sheet.

An IF function has 2 outcomes. Either true or false. In a sheet containing details of budgeted and actual expenses we can easily know the status of expenses which are over budgeted. This can be shown with the help of an example:

Budgeted Actual Status=IF(column2row2>column1 row 2,"over budget","under budget") Amount over budgeted=IF(column2row2>column1 row 2,column2row2-column1 row 2,0)
80000 95000 over budget 15000
15000 14000 under budget 0
37500 27000 under budget 0
16000 22000 over budget 6000
Add a comment
Know the answer?
Add Answer to:
Critical Thinking 223 Critical Thinking EA7-C1 Discuss Using the IF Function The IF function is one...
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
  • Critical Thinking EA3-C1 Discuss Benefits of Using Relative Cell References Many accounting-related worksheets require the same...

    Critical Thinking EA3-C1 Discuss Benefits of Using Relative Cell References Many accounting-related worksheets require the same formula to be used in multiple locations. While certain worksheets, such as those containing a financial statement, are relatively small, others can extend for thousands of rows. As you learned, the Copy and Paste commands and the AutoFill option can be used to efficiently copy a formula from one location to another. Identify four types of accounting-related worksheets (aside from the financial statements) for...

  • Critical Thinking EA3-C1 Discuss Benefits of Using Relative Cell References Many accounting-related worksheets require the same...

    Critical Thinking EA3-C1 Discuss Benefits of Using Relative Cell References Many accounting-related worksheets require the same formula to be used in multiple locations. While certain worksheets, such as those containing a financial statement, are relatively small, others can extend for thousands of rows. As you learned, the Copy and Paste commands and the AutoFill option can be used to efficiently copy a formula from one location to another. Identify four types of accounting-related worksheets (aside from the financial statements) for...

  • EA8-C1 Discuss Worksheet Protection Protection can be used at multiple levels to protect workbooks, worksheets, and...

    EA8-C1 Discuss Worksheet Protection Protection can be used at multiple levels to protect workbooks, worksheets, and individual cells. In the case of the bond amortization schedule, this protection ensures that users adjust only certain cells and cannot inadvertently alter elements that should remain static. However, a bond amortization schedule is not the only worksheet for which protection is appropriate. Depending on factors such as the frequency with which a worksheet is disseminated and the number of users with access to...

  • EA9-C1 Discuss Creating Charts in Accounting-Related Worksheets Charts are flexible visual aids and an invaluable resource...

    EA9-C1 Discuss Creating Charts in Accounting-Related Worksheets Charts are flexible visual aids and an invaluable resource in Excel. While you used them to illustrate key data from a financial statement analysis in this chapter, they have many other accounting-related uses. It is not uncommon for charts to be associated with a variety of work- sheets, particularly those that will be disseminated to many end users. Write a paragraph of at least six sentences in which you identify four types of...

  • Critical Thinking Question, Read the following case study and answer the questions that follow. Respond to...

    Critical Thinking Question, Read the following case study and answer the questions that follow. Respond to at least two of your peers with meaningful content. Novartis’s Prescription for Invoice Processing What do you do when you have more than 600 business units operating through 360 independent affiliates in 140 countries around the world—processing complex invoices in various languages and currencies? You seek out the best technology solution to make the job easier. At global pharmaceutical giant Novartis, the IT department...

  • Using your reading and the Internet, provide a one-page response detailing the relevance of physical security...

    Using your reading and the Internet, provide a one-page response detailing the relevance of physical security in the cybersecurity arena. Write a few short paragraphs and feel free to use bullets. Part 1: Compile Cyber Investigation Guidelines (3 points) Using your reading and the Internet, provide a response detailing the chain of custody considerations to enable you to collect evidence that will useful for a legal prosecution. Write short paragraphs guiding IT employees regarding the need to protect evidence and...

  • 1. (12 points) Using a scalpel, a surgeon made her initial incision starting just inferior to...

    1. (12 points) Using a scalpel, a surgeon made her initial incision starting just inferior to the cervical region of the ventral surface of the body in the mid sagittal plane. The initial incision was 30.5 dm long in a left lateral direction she then moved just short of the mid-frontal plane where she made a second 4 cm incision in a medial direction. She then continued in a caudal direction where she made a third 120 mm incision. Please...

  • 1. List some of the various communities to which you belong (organizations, work, hobbies, fields of...

    1. List some of the various communities to which you belong (organizations, work, hobbies, fields of expertise, family). Give examples of some of the behavioral and language characteristics particular to each group? For instance, do you speak to your job supervisor in the same way you speak to your child or your best friend? Why might you interact with members of different communities differently?    2.What are some of your past experiences with writing? Please explain what you like and...

  • In cell C6, insert a Scatter Chart for the Returns Completed versus Return Price data from...

    In cell C6, insert a Scatter Chart for the Returns Completed versus Return Price data from the Data worksheet. You may be used to seeing Price placed on the Y-axis from other economics courses, but in this problem we are using price as the independent variable. Inserting Chart Select the Scatter chart from the provided chart options in the Charts group of the Insert tab of the Ribbon. Selecting Data Series Then choose Select Data in the Design tab on...

  • Only need help with question 5 2 CASE The Human Resource Function of Harrison Brothers Corporation...

    Only need help with question 5 2 CASE The Human Resource Function of Harrison Brothers Corporation COMPANY HISTORY Harrison Brothers Corporation n was founded in upstate New York on September 15, 1898, by Aubrey and William Harrison. Harrison Brothers is a multi-line traditional department store tha t cares mainly men's, wome expanded to include household furnishings and other items for the home. The long-term goal of the company is to become the leading chain of department stores in the Northeast,...

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