0% found this document useful (0 votes)
218 views

CANDIDATE - Follow The Instructions Below To Complete The Skills Test. Once You

Here is a formula to automatically calculate the total price based on the quantity in C12 and price per unit ranges: =IF(C12<5,C12*36,IF(AND(C12>=5,C12<=10),C12*34,IF(AND(C12>=11,C12<=30),C12*31,IF(AND(C12>=31,C12<=50),C12*26,C12*20)))) This formula uses nested IF statements to check the quantity in C12 against the different price per unit ranges, and returns the total price by multiplying the quantity by the appropriate price.

Uploaded by

NITHIN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
218 views

CANDIDATE - Follow The Instructions Below To Complete The Skills Test. Once You

Here is a formula to automatically calculate the total price based on the quantity in C12 and price per unit ranges: =IF(C12<5,C12*36,IF(AND(C12>=5,C12<=10),C12*34,IF(AND(C12>=11,C12<=30),C12*31,IF(AND(C12>=31,C12<=50),C12*26,C12*20)))) This formula uses nested IF statements to check the quantity in C12 against the different price per unit ranges, and returns the total price by multiplying the quantity by the appropriate price.

Uploaded by

NITHIN
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 6

CANDIDATE - Follow the instructions below to complete the skills test.

Once you
have completed the tasks, save your sheet and upload it according to the directions on
the skills test page. You may skip any tasks that you do not know how to complete. If
you decide to skip a task, enter "SKIPPED" in the yellow cells under Column A for that
task.

COMPLETED? SHEET TASK

Format the header font to size 16 and bold. Freeze the top row so it is
visible during scrolling.
Sheet 2 -
Use conditional formatting to change the fill color according to the
conditions below. Apply this to the column OPPORTUNITY_STATE.
Filter so that only leads from August 2018 are visible.

Determine the largest BID_AMOUNT among all August 2018 leads and
place that number in cell E1. Bold and underline the text in E1 showing
the largest amount in US dollars.

Sheet 3 - Follow the instructions on sheet 3

Write a VBA function that changes the cell value of E3. Create a button
on sheet 4 to increase the value by 1. Name this button "Higher." Then
create a button below it that will decrease the number by 1 and name it
Sheet 4 - "Lower." Save the function so we can review it.
FINISHED? When you are done, save your spreadsheet and upload it according to the
directions on the skills test page.
OPPORTUNITY_STATE DATE_CREATED USER BID_AMOUNT
Lost 10-May-18 CARL 10950
Lost 9-May-18 CARL
Abandoned 8-May-18 BRANDON
Lost 8-May-18 CARL 21511
Abandoned 2-May-18 BRANDON
ABANDONED 1-May-18 CARL 30125
Lost 1-May-18 CARL 24736
Lost 15-Jun-18 CARL
Won 15-Jun-18 CASSANDRA 30827
Abandoned 9-Jun-18 CASSANDRA
Lost 20-Jun-18 CASSANDRA
Abandoned 25-Jun-18 CASSANDRA
Lost 1-Jun-18 CASSANDRA
ABANDONED 1-Jun-18 CHASE
LOST 1-Jun-18 CARL 39849
LOST 4-Jun-18 CARL
LOST 1-Jun-18 CARL 5770
Lost 1-Jun-18 DOUG
Lost 5-Jul-18 DOUG 42294
Lost 6-Jul-18 CARL
Lost 7-Jul-18 KEVIN
Lost 8-Jul-18 CARL
LOST 9-Jul-18 CARL
Abandoned 10-Jul-18 CASSANDRA 37622
WON 11-Jul-18 BRANDON 39358
LOST 12-Jul-18 CARL
LOST 13-Jul-18 CARL
Abandoned 14-Jul-18 BRANDON
Lost 5-Aug-18 CARL
Abandoned 5-Aug-18 DOUG 32912
Lost 5-Aug-18 KEVIN
LOST 23-Aug-18 CARL
OPEN 5-Aug-18 BRANDON 21118
Lost 5-Aug-18 CARL
Lost 17-Aug-18 CARL
Lost 5-Aug-18 CARL 25881
OPEN 5-Aug-18 BRANDON 44797
Lost 17-Aug-18 CARL 35616
Do your best to write a formula that will automatically calculate total
price for any amount of units placed in C12.

Unit Quantity Price per unit


Below 5 36
5 to 10 34
11 to 30 31
31 to 50 26
51 above 20

# of Units
Total Price (your formula here)
40

You might also like