Question
Formulas are a great way to save time and effort when using Excel… what are some ideas for formulas you could create to help you with this situation?
* You wish to calculate the commission on sales. The commission is 6% on all sales that are at least 20% above cost.
Really Need help with this
* You wish to calculate the commission on sales. The commission is 6% on all sales that are at least 20% above cost.
Really Need help with this
Answers
bobpursley
=IF,(sellingvalue > 1.2 cellcost, then_commission cell=.06*cellcost, otherwise_commissioncell=0)
Put this in the commissioncell would change it to..
=IF,(sellingvalue > 1.2 cellcost, then_.06*cellcost, otherwise_0)
Put this in the commissioncell would change it to..
=IF,(sellingvalue > 1.2 cellcost, then_.06*cellcost, otherwise_0)
Related Questions
How to do Excel Spreadsheet- Formulas?
I have to do an excel spreadsheet for my computer class. Pro...
You are an inexperienced Excel user and don’t know how to create your own formulas. You want to use...
How Long Will It Take to Save Up for a Car?
Required Materials
Microsoft Excel
In the lessons, we...