Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Sales Commissions The tables below contain information about salespeople and vehicle sales. Use IF or IFS statements and binary encoding to determine if given conditions

Sales Commissions
The tables below contain information about salespeople and vehicle sales. Use IF or IFS statements and binary encoding to determine if given conditions are met.
Checklist
Reference cells rather than typing values whenever possible
Salesperson ID: Use an IFS statement to display the ID of the salesperson that made the sale.
20,000: IF the Net Sale was at least 20,000, put "Met", otherwise, put "Not Met"
Vehicle Type New =1: IF Vehicle Type is New, put a 1, otherwise, put a 0.
Bill Wells AND New Vehicle: IF the salesperson is Bill Wells AND the Vehicle Type is New, put "Yes". If not, put "No".
Reference Vehicle Type New =1 from the binary encoded column
Commission: In a single, copyable function, determine the commission amount made on each sale.
Commission = Net Sale * Commission Percent
Reference Vehicle Type New =1 from the binary encoded column
image text in transcribed

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

Graph Database Modeling With Neo4j

Authors: Ajit Singh

2nd Edition

B0BDWT2XLR, 979-8351798783

More Books

Students also viewed these Databases questions

Question

4-6 Is there a digital divide? If so, why does it matter?

Answered: 1 week ago