Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Make a formula that uses an IF function and structured references to assign a priority value to each customer. ( Tip : You will

1. Make a formula that uses an IF function and structured references to assign a priority value to each customer. (Tip: You will need to use an AND function in this formula.)

a.The If function should check if a customer has a Tenure field value greater than or equal to 5 years AND 2016 sales field value greater than or equal to 150000.

b.If the customer meets both those criteria, the function should return the value High.

c.If the customer does not meet both those criteria, the function should return the value Low.

2. Make a formula that uses a nested IF function and structured references to calculate the discount percentage:

a.If the value in Discount Y/N column is equal to N, the Discount column value should be 0.

b.If the value in the Discount Y/N column is equal to Y, the formula should check if the value in the Tenure (Yrs) column is less than 5.

c.If the value in Tenure (Yrs) column is less than 5, the Discount column value should be 0.07

d.Otherwise, the value of Discount column should be 0.1.

(Note: The Discount column is formatted with the Percentage Number format, so the values returned by the nested IF function will appear as 0%, 7%, or 10%.)

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

More Books

Students also viewed these Accounting questions

Question

Distinguish between formal and informal reports.

Answered: 1 week ago