Question

Enter a formula in cell B9 using the IFS function to calculate the owner's draw from...

Enter a formula in cell B9 using the IFS function to calculate the owner's draw from the company. If the value in cell B7 is greater than or equal to 500000, the draw amount is 50000. If the value in cell B7 is greater than or equal to 150000, the bonus is 5000. If the value in cell B7 is less than 150000, display the text "no draw".

Homework Answers

Answer #1

Type the Below IFS function in cell B9,

=IF(B7>=500000,50000,IF(B7>=150000,5000,"no draw"))

  • IF is the IFS function used for this operation
  • IF function checks whether a condition is met, and returns one value if True, and another value if False

Format of IF function

IF(Logical_Test,[Value_if_true],[Value_if_false])

  • Here we have to use Nested IF, because we have to check the value in B7 is greater than or equal to 500000 and again we have to check B7 is greater than or equal to 150000.
  • So the first step is to check B7 is >= 500000 and return 50000 if it is true and again use IF function if the condition is false. In the Nested IF, now check the value in B7 >= 150000 and return 5000 if it is true and return "no draw" if it is false
Know the answer?
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
Similar Questions
In cell B7, enter a formula without using a function to determine the profit generated at...
In cell B7, enter a formula without using a function to determine the profit generated at the Downtown location by subtracting the store’s expenses (cell B6) from the store’s sales (cell B5) for the week of March 1-7, 2018. Copy the formula you created in cell B7 to the range C7:D7.
Create a formula using the PMT function to calculate the monthly loan payment using interest rate...
Create a formula using the PMT function to calculate the monthly loan payment using interest rate and loan period values in cells C4:C8. Enter the formula with a - (negative) sign to return positive value. Do not specify values for the optional arguments fv or type. Loan amount: $1,000,000 Interest Rate APR- 5.0% Monthly Interest Rate- 0.4% Payment periods (years)- 5 Period (months)- 60
The table gives the values of a function obtained from an experiment. Use them to estimate...
The table gives the values of a function obtained from an experiment. Use them to estimate 9 f(x) dx 3 using three equal subintervals with right endpoints, left endpoints, and midpoints. x 3 4 5 6 7 8 9 f(x) −3.4 −2.3 −0.7 0.2 0.7 1.4 1.7 (a) Estimate 9 f(x) dx 3 using three equal subintervals with right endpoints. R3 = If the function is known to be an increasing function, can you say whether your estimate is less...
6. A company has a lump-sum incentive plan for its sales staff that is dependent on...
6. A company has a lump-sum incentive plan for its sales staff that is dependent on their level of sales. If they sell less than $100,000 per year they receive a $1000 bonus; from $100,000 to $200,000 they receive $5,000; and above $200,000 they receive $10,000. If the annual sales (per salesperson) follow a normal distribution with mu=$160,000 and sigma=$40,000: a. Find the proportion of salespeople who receive a $1000 bonus.   (4 pts) b. Find the proportion of salespeople who receive...
An environmental economist wished to determine the market demand function for tradable permits in carbon dioxide...
An environmental economist wished to determine the market demand function for tradable permits in carbon dioxide emissions from experimental data she had collected. Using 13 different values for the price per tonne in dollars (P), the following was estimated: Q = 6022.5 - 5.833 P Standard error of the estimate: 378.42 Sum of squares of price: 42681.0 where Q is the number of thousand tonnes of carbon dioxide demanded at the price P. 1. State the direction of the alternative...
Consider the hypothesis statement shown below using alphaequals0.05 and the data to the right from two...
Consider the hypothesis statement shown below using alphaequals0.05 and the data to the right from two independent samples. Upper H 0 : mu 1 minus mu 2 greater than or equals 0 Upper H 1 : mu 1 minus mu 2 less than 0 ?a) Calculate the appropriate test statistic and interpret the result. ?b) Calculate the? p-value and interpret the result. x overbar1 equals 121 x overbar2 equals 137 sigma1 equals 40 sigma2 equals 34 n1 equals 45 n2...
Note: In this chapter and in all succeeding work throughout the course, unless instructed otherwise, calculate...
Note: In this chapter and in all succeeding work throughout the course, unless instructed otherwise, calculate hourly rates and overtime rates as follows: 1. Carry the hourly rate and the overtime rate to 3 decimal places and then round off to 2 decimal places (round the hourly rate to 2 decimal places before multiplying by one and one-half to determine the overtime rate). 2. If the third decimal place is 5 or more, round to the next higher cent. 3....
#include<iostream> #include<iomanip> using namespace std; int main() { //variables int choice; float radius,base,height,area; const double PI=3.14159;...
#include<iostream> #include<iomanip> using namespace std; int main() { //variables int choice; float radius,base,height,area; const double PI=3.14159; //repeat until user wants to quits while(true) { //menu cout<<endl<<endl<<"Geometry Calculator"<<endl<<endl; cout<<"1. Calculate the area of a circle"<<endl; cout<<"2. Calculate the area of a triangle"<<endl; cout<<"3. Quit"<<endl<<endl; //prompt for choice cout<<"Enter your choice(1-3): "; cin>>choice; cout<<endl; //if choice is circle if(choice==1) { cout<<"What is the radius of the circle? "; cin>>radius; //calculating area area=PI*radius*radius; cout<<endl<<"The area of the circle is "<<fixed<<setprecision(3)<<area<<endl; } //if choice...
Programming Assignment Practice Concepts ●Registering events ●Protecting inputs through logic Problem Description For PA1, you are...
Programming Assignment Practice Concepts ●Registering events ●Protecting inputs through logic Problem Description For PA1, you are to create a Windows Forms Application using the .NET Framework. Name this project LastName_FirstName_PA1 . In this application you will create a tip calculator that takes two inputs from the user: A Meal Cost value (double), and a Tip Percentage amount (double). The application should do the following: 1.) The form text should display the name of your app (i.e. Tip Calculator) 2.) The...
Consider the following hypothesis statement using α= 0.10 and data from two independent samples. Assume the...
Consider the following hypothesis statement using α= 0.10 and data from two independent samples. Assume the population variances are equal and the populations are normally distributed. Complete parts a and b. H0: μ1−μ2≤11    x1=66.8 x2=54.3 H1: μ1−μ2>11 s1=19.1    s2=17.7 \ n1=19    n2=21 a. Calculate the appropriate test statistic and interpret the result. The test statistic is . ​(Round to two decimal places as​ needed.) The critical​ value(s) is(are) . ​(Round to two decimal places as needed. Use...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT