Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 2 A salesperson earns a Bonus if the Actual Company Sales are greater than the Company Sales Goal and the Individual Salesperson's Actual Sales

image text in transcribed

QUESTION 2 A salesperson earns a Bonus if the Actual Company Sales are greater than the Company Sales Goal and the Individual Salesperson's Actual Sales surpasses the Individual Salesperson's Quota. What formula should be used to calculate the bonus amount? A1 = Company Sales Goal A2 = Actual Company Sales A3 = Individual Salesperson's Quota A4 = Individual Salesperson's Actual Sales A5 = Percent of an individual's sales that is used to determine the individual's Bonus 1. =IF(AND(A2>A1,A4%A3), A4*A5,0) 2. =IF(OR(A2>=A1,A4>=A3),A4*A5,0) 3. =IF(A2>=A1,0,1F(A4>=A3,0,A4*A5)) 4. "IF(A2>=A1,A4*A5,IF(A4>=A3,A4*A5,0))

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

Trade Ipos Online

Authors: Matthew D. Zito ,Matt Olejarczyk

1st Edition

0471443026, 978-0471443025

More Books

Students also viewed these Finance questions