3A and 3C - Day 1 Cycle 4
3D - Day 3 Cycle 4
In notebooks
Using the Spreadsheet below, write IF Statements for the following:
- Let’s suppose sales have to be greater than or equal to $100K for a salesman to receive a 12% bonus, write the If Statement that would be applicable for this scenario.
- Now let's suppose that sales have to be greater than or equal to $100K for a salesman to receive a 12% bonus; or greater than or equal to $200K for a salesman to receive a 15% bonus; but suppose sales is less than $100K, then the salesman will only receive 5% bonus. Write the If Statement that would be applicable.
- Write the if statement that would be placed in Cell C3 to state if the difference between the maximum and the minimum is $10,000 or more, the minimum should be increased by 5%; otherwise it should remain the same.
- Using the same spreadsheet, lets practice writing criteria for filtering. First, let's extract all Sales that are greater than $100,000.00 Write the applicable criterion.
Kyle Kelly Class 3A H.W.
ReplyDelete=if(B3-B2>100000,B2*5%,"Remain the Same")
=if(B6>100000,B6+B$2$,"No Bonus")
ReplyDeleteThis comment has been removed by the author.
ReplyDelete=IF(C6>=100000,C6*$C$1,"No Bonus")
ReplyDelete=IF(B5>=100000,B5*$B$1,B5)
ReplyDeleteThis comment has been removed by the author.
ReplyDelete=IF[D1>10,product(A1.B1),average(A1:C1)]
ReplyDelete=if[(B3-B2>10,000,product(B2:5%),"Remain the same] Answer for question 3
ReplyDelete=IF(SUM(B3-B2)>=10000,PRODUCT(B2*1.05),$B$2)
ReplyDeleteThis comment has been removed by the author.
ReplyDelete=IF(D1>10,product(A1.B1),average(A1:C1))
ReplyDelete=IF(B2-B3>100000,B2*5%, "Remains the same")
ReplyDeleteThis comment has been removed by the author.
ReplyDelete=IF(B6>=100000,product(B6*12/100),IF(B6>=200000,product(B6*15/100),IF(B6<100000,product(B6*5/100)))
ReplyDelete=IF(B3-B2>=10000, PRODUCT(B2,5%), B2)
ReplyDelete=IF(B3-B2>=10000, B2*5%, B2)
ReplyDelete=IF(B3-B2>=10000;B2*5%;"No Increase")
ReplyDelete=IF(B3-B2>=10000;B2*5%;"No Increase")
ReplyDelete1. =if(B6>100000,B6*B$1$,"No Bonus Recieve")
ReplyDelete=IF(B6<100000,B6*5%,IF(B6>=200000,B6*15%,B6*$B$1))
ReplyDelete>> No. 2
1.) =if(B6>100000,B6*B$1$,"No Bonus Receive")
ReplyDelete3) =if(B3-B2>100000,B2*5%,"Remain the Same"
ReplyDeleteJoshuaPott 3A
1) =IF(B6>=100000, "B6*B$1$+B6", "No Bonus Received")
ReplyDeleteThis comment has been removed by the author.
ReplyDelete3.
ReplyDelete=if(B3-B2>=10,000,B2*5,"Remain_The_Same")
=IF(B6>100000; B6+B6*B$1$; "No Bonus")
ReplyDelete=IF(B3-B2>=10000,B2*5%,B2)
ReplyDelete#3
ReplyDelete=IF(B3-B2>=10000;B2*5/100;B2)
Oh my goodness! a great write-up dude. Many thanks Nevertheless I am experiencing problem with ur rss . Do not know why Unable to sign up for it. Can there be anyone finding identical rss issue? Anyone who knows kindly respond. Thnkx IT Support Milton Keynes
ReplyDelete