Advanced Formulas
Advanced Formulas
Advanced Formulas
11. To use the PROPER, UPPER, and LOWER functions to alter the casing of text.
12. To use the LEFT, RIGHT, and MID functions to return characters from the start or end of a string, or a specific
number of text characters.
1. Using names can make it easier to understand what a formula does (e.g., =Q3Sales*Commission).
2. Names work throughout a workbook, so using names can simplify the process of creating formulas that span
multiple sheets.
1. The first character of a name must be either a letter, a backslash (\), or an underscore (_).
5. Anything that could be a cell reference (e.g., C10, $B$7) cannot be used as a name.
6. Names are not case sensitive (e.g., the names "total", "Total", and "TOTAL" are the same in Excel).
2. In the Name Box (to the left of the formula bar), type the name:
Th
is
do
cu
me
nt
No ron belon
un d gs
au y@i
tho nix to RO
riz i
ed ndo. ND
IH
co co ID
pie .id AY
sa AT
llo .
we
d!
3. Press Enter .
Th
is
do
cu
m
en
t
ron belon
dy
@ gs to
ini
xin RON
do
.co DI H
.id ID
AY
AT
.
3. Press Enter .
1. Select the rows and columns containing the range you wish to name:
2. On the Formulas tab, in the Defined Names group, click the Create from Selection command:
ron
dy
@
ini
xin
do.c
o.i
d
3. In the Create Names from Selection dialog box, check the desired boxes and click OK :
4. In the following image, cells can now be referred to using the row and column headings:
AT
.
10 to 20 minutes
In this exercise, you will practice naming cells and will use named cells in a formula.
3. Use the Create from Selection command to name cells in the range A3:E8.
4. Using only names in your formulas, answer the questions in column A of the worksheet.
Exercise Solution
1. To name cell B1:
B. On the Formulas tab, in the Defined Names group, click the Create from Selection command:
C. YA dialog box, check Top row and Left column and click OK :
In the Create Names from Selection
T.
A. How much was spent on Clothes and Fun Stuff in January? Type
C. What % of Quarterly Income did Electric account for from Jan to Mar? Type "=Total
Electric/QuarterlyIncome".
Hint: If step 3 isn't working for you, make sure that you named cell B1 "QuarterlyIncome" with
no space and that you did not include a space within "QuarterlyIncome" in the formula for B13.
Using Formulas That Span Multiple Worksheets
A. Select the sheet and cell into which you wish to type the formula.
B. Type "=".
C. Select the sheet that includes the data you will use in your formula.
F. Either select another cell in that sheet or select another sheet and cell to complete the formula.
A. Select the sheet and cell into which you wish to type the formula.
B. Type "=".
. .
10 to 20 minutes
In this exercise, you will enter a formula using data from multiple sheets first without names and then using named
cells.
2. Answer the questions in rows 3, 4, and 5 of Sheet2 using the data in Sheet1 without using named cells.
3. Answer the questions in rows 10, 11, and 12 of Sheet2 using the data in Sheet1 using named cells. Note:
The cells are already named.
Exercise Solution
i. Type "=".
i. Type "=".
C. What percent of Quarterly Income did Electric account for from Jan to Mar?
i. Type "=".
A. How much was spent on Clothes and Fun Stuff in January? Type
C. What percent of Quarterly Income did Electric account for from Jan to Mar? Type "=Total
Electric/QuarterlyIncome".
The IF function can be used to execute formulas only under certain conditions or to execute different formulas
based on specified conditions. This is known as conditional logic. To use the IF function, you need to know:
1. Logical Test. This is simply the thing you want to test. For example:
3. Value if False. This is the value to return if the requirement is not met (the logical test is false).
1. In plain English, the IF function says: If X condition is true, put Y value in this cell; otherwise, put Z value in
the cell.
2. The value returned by the IF function can be a number, text, a formula, or a reference to another cell.
3. Enter "" (open and close quotes) if you do not wish to return a value.
4. You can test up to seven conditions by nesting IF functions within the original IF function. Here is an example
in which nested IF functions are used to return grades:
AT
.
1. .
On the Formulas tab, in the Function Library group, click the Insert Function command: .
A. Search on "IF" or, in the Or select a category drop-down box, select Logical .
C. Click OK .
Th
is
do
cu
me
nt
No ron belon
un d gs
au y@i
tho nix to RO
riz i
ed ndo. ND
IH
co co ID
pie .id AY
sa AT
llo .
we
d!
D. Click OK .
YA
T.
The syntax of the AND function is: =AND(logical1,logical2, ...). It returns TRUE if all arguments are true. The syntax
of the OR function is: =OR(logical1,logical2, ...). It returns TRUE if any arguments are true.
Note that when you see a small picture of a worksheet with a red arrow on it next to a data entry field, you
can Tclick this image to select a cell, rather than typing the cell's location
Th into the data entry field. For
his is
example: do do
cu cu
me me
nt nt
1. N Click the b
circled
e image: No ron belon
o u rond long un d gs
na y st au y@i
uth @in o tho nix to RO
ori ixin RO riz i
ze
d c do.co DI H
N ed ndo. ND
IH
op I c o co ID
i . id DA pi . id A
2. The Function Arguments dialog box opens up. Click a cell and the cell's location appears in the
Function Arguments dialog box. Click the image to the far right of the Function Arguments dialog
box to return to the previous dialog box:
Th Th
is is
do do
cu cu
me me
nt nt
No ron be No ron belon
lon
un dy gs un dy
uth in@the @ gs to
3. Note athat i to
ori nixioriginal
a
RO dialog box, the selected cell's location hasubeen in
tho added into
RO the data entry
ze nd ND riz ixind ND
field: dc o . I e dc o . I
op co.id HID op co.id HID
ies AY ies AY
all AT all AT
ow . ow .
ed ed
! !
1. =IF(A1=B1,"Same","Different"):
AT
.
2. =IF(A1="Blue",B1,C1):
YA
T.
3. =IF(A1>100,"Victory!","Try again."):
Using the SUMIF, AVERAGEIF, and COUNTIF Functions
SUMIF
There are a few variations of the IF function that may be useful to be aware of when working with Excel.
The SUMIF function is a variation of the IF function, which allows you to specify criteria for a sum. For example, you
may want to sum only the numbers in a column that are above 100.
1. range. The range of cells to which you want to apply the criteria.
2. criteria. This can be text, numbers, a function, or an expression. For example, the criteria could be > 100.
AVERAGEIF
AVERAGEIF does what it sounds like: it averages a range of cells. For example, you could average students'
grades in a spreadsheet.
1. range. Enter a range of at least two cells to which to apply the criteria.
2. criteria. The criteria is defines what is to be averaged, such as numbers, expressions, and text.
COUNTIF
The COUNTIF function allows you to count the number of cells in a range that meet the criteria you specify. For
example, you can count the number of students who received As.
1. range. Enter a range of at least two cells to which to apply the criteria.
2. criteria. The criteria is defines what is to be averaged, such as numbers, expressions, and text.
15 to 25 minutes
In this exercise, you will practice using the IF function.
1. Open Functions.xlsx from your Excel2016.2/Exercises folder and go to the sheet named "IF".
2. Use the IF function to enter "Yes" or "No" in column E based on whether revenue from each customer
exceeded $10,000 (i.e., if revenue exceeded $10,000, enter "Yes"; otherwise, enter "No").
3. Use the IF function to enter "Yes" or "No" in column F based on whether the number of purchases from each
customer was greater than or equal to 20 (i.e., if # of purchases exceeded 19, enter "Yes"; otherwise, enter
"No".)
4. Use the IF function to enter the revenue received from customers located in Utica, and only Utica, in column
G (i.e., if the customer is located in Utica, enter revenue; otherwise, leave blank).
Exercise Solution
1. Use the IF function to enter "Yes" or "No" in column E based on whether revenue from each customer
exceeded $10,000.
ii. On the Formulas tab, in the Function Library group, click the Insert Function command:
ron
dy
@
ini
xin
do.c
o.i
d
a. Search on "IF" or, in the Or select a category drop-down box, select Logical .
c. Click OK .
YA
T.
iv. In the Function Arguments dialog box, enter the following values and click OK :
a. Logical_test : B2>10000
b. Value_if_true : "Yes"
c. Value_if_false : "No"
YA
T.
2. Use the IF function to enter "Yes" or "No" in column F based on whether the number of purchases from each
customer was greater than or equal to 20.
ii. On the Formulas tab, in the Function Library group, click the Insert Function command:
iii. In the Insert Function dialog box:
a. Search on "IF" or, in the Or select a category drop-down box, select Logical .
c. Click OK .
YA
T.
iv. In the Function Arguments dialog box, enter the following values and click OK :
a. Logical_test : C2>19
b. Value_if_true : "Yes"
c. Value_if_false : "No"
YA
T.
3. Use the IF function to enter the revenue received from customers located in Utica, and only Utica, in column
G.
A. The information you need to enter this formula is:
ii. On the Formulas tab, in the Function Library group, click the Insert Function command:
YA
T.
a. Search on "IF" or, in the Or select a category drop-down box, select Logical .
c. Click OK .
YA
T.
YA
T.
iv. In the Function Arguments dialog box, enter the following values and click OK :
a. Logical_test : D2>"Utica"
b. Value_if_true : B2
c. Value_if_false : ""
v. Copy the formula from cell G2 to cells G3:G8.
The PMT function is used to calculate payments on loans. In order to use the PMT function, you need to know:
3. Pv. The present value of the future payments, or the amount of the loan.
4. Fv. The future value, or the cash balance after the final payment has been made.
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
A. Search on "Payment" or, in the Or select a category drop-down box, select Financial .
C. Click OK .
Th
is
do
cu
me
nt
No ron belon
un d gs
au y@i
tho nix to RO
riz i
ed ndo. ND
IH
co co ID
pie .id AY
sa AT
llo .
we
d!
A. Enter the interest rate ( Rate ) or the cell in which it is located. If your worksheet contains the annual
interest rate and payments will be made monthly, then select the annual rate and divide by 12.
D. Enter the future value ( Fv ). If you leave this blank, Excel will assume the future value is $0.
E. For Type , enter "0" if payments are made at the end of the period and "1" if payments are made at the
beginning of the period. If you leave this blank, Excel will assume payments are made at the end of the
period.
F. Click OK .
Th
is
do
cu
me
nt
No ron be
lon
un dy
au @ gs to
tho in RO
riz ixind
ed o.c NDI
co HI
pie o.id DA
sa YA
llo T.
we
d!
1. To calculate a 24-month $3,000 loan with 9% interest, assuming the loan is to be completely paid off and
payments are made at the end of each period: A. =PMT(0.09/12,24,3000,0,0) or =PMT(0.09/12,24,3000):
2. To calculate a 15-year $200,000 loan with 6% interest, assuming half the loan is to be paid off and payments
are made at the end of each period:
A. =PMT(0.06/12,180,200000,100000):
Th
is
do
cu
me
nt
ron be
lon
dy gs
@ to
ini
xin RON
do
.co DI H
.id ID
AY
AT
.
3. To calculate a 15-year $200,000 loan with 6% interest, assuming half the loan is to be paid off and payments
are made at the beginning of each period:
A. =PMT(0.06/12,180,200000,100000,1):
No ron
un d
au y@i
tho n
riz ixind
ed o
co .co.i
pie d
sa YA
llo T.
we
d!
15 to 25 minutes
1. Open Functions.xlsx from your Excel2016.2/Exercises folder and go to the sheet named "PMT".
3. Assume you purchased a house for $240,000 and took out a 30-year mortgage for the whole amount with an
interest rate of 6%. What is your payment? Enter the formula in cell B9.
4. Assume you purchased a car for $29,000 and took out a loan for the whole amount with an interest rate of
9%. You are to pay off $20,000 of the loan in 4 years. Payments are to be made at the beginning of each
period. What is your payment? Enter the formula in cell B10.
Exercise Solution
1. Loan 1:
A. Formula: "=PMT(C2/12,D2,B2,E2)"
B. Solution:
i. On the Formulas tab, in the Function Library group, click the Insert Function command:
YA
T.
ii. In the Insert Function dialog box, select PMT and click OK :
ron
dy
@
ini
xin
do
.co
.id
YA
T.
iii. In the Function Arguments dialog box, enter the following values and click OK :
a. Rate : C2/12
b. Nper : D2
c. Pv : B2
d. Fv : E2
2. Loan 2:
A. Formula: "=PMT(C3/12,D3,B3)"
B. Solution:
i. On the Formulas tab, in the Function Library group, click the Insert Function command.
ii. In the Insert Function dialog box, select PMT and click OK .
iii. In the Function Arguments dialog box, enter the following values and click OK :
b. Nper : D3
c. Pv : B3
d. Fv : Leave blank.
3. Loan 3:
A. Formula: "=PMT(C4/12,D4,B4)"
B. Solution:
i. On the Formulas tab, in the Function Library group, click the Insert Function command.
ii. In the Insert Function dialog box, select PMT and click OK .
iii. In the Function Arguments dialog box, enter the following values and click OK :
a. Rate : C4/12
b. Nper : D4
c. Pv : B4
d. Fv : Leave blank.
4. Loan 4:
A. Formula: "=PMT(C5/12,D5,B5,E5,1)"
B. Solution:
i. On the Formulas tab, in the Function Library group, click the Insert Function command.
ii. In the Insert Function dialog box, select PMT and click OK .
iii. In the Function Arguments dialog box, enter the following values and click OK :
a. Rate : C5/12
b. Nper : D5
c. Pv : B5
d. Fv : E5
e. Type : 1.
5. Assume you purchased a house for $240,000 and took out a 30-year mortgage for the whole amount with an
interest rate of 6%. What is your payment?
i. On the Formulas tab, in the Function Library group, click the Insert Function command.
ii. In the Insert Function dialog box, select PMT and click OK .
iii. In the Function Arguments dialog box, enter the following values and click OK :
a. Rate : 0.06/12
b. Nper : 360
c. Pv : 240000
d. Fv : Leave blank.
. .
6. Assume you purchased a car for $29,000 and took out a loan for the whole amount with an interest rate of
9%. You are to pay off $20,000 of the loan in 4 years. Payments are to be made at the beginning of each
period. What is your payment?
A. Formula: =PMT(0.09/12,48,29000,9000,1)
i. On the Formulas tab, in the Function Library group, click the Insert Function command.
ii. In the Insert Function dialog box, select PMT and click OK .
iii. In the Function Arguments dialog box, enter the following values and click OK :
a. Rate : 0.09/12
b. Nper : 48
c. Pv : 29000
d. Fv : 9000
e. Type : 1.
The LOOKUP function returns a value either from a one-row or one-column range or from an array. The LOOKUP
function has two syntax forms: the vector form and the array form.
The LOOKUP function is used to pull a value from a range that is one row or one column, or from an array. It has
two syntaxes: vector and array.
1. Lookup value. The value you will use to identify individual records in your table.
2. Lookup vector. For a vector syntax, this will be a range that contains one row or column.
3. Array. For an array syntax, this is the range you want to compare with the lookup value.
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
2. In the Insert Function dialog box:
A. Search on "LOOKUP" or, in the Or select a category drop-down box, select Lookup & Reference .
C. Click OK .
D. In the Select Arguments dialog box, choose a vector or array syntax and click OK .
D. Click OK .
Using the VLOOKUP Function
The VLOOKUP function is used to pull a value from a list or table based on a corresponding value. For example, if
you have a worksheet with a table showing employee names, hire date, and salary, you could use VLOOKUP in a
separate worksheet to pull the hire date and salary for individual employees from the first worksheet. In this
example, the employee name serves as a key, identifying which information from the first worksheet you wish to
pull.
1. Lookup value. The value you will use to identify individual records in your table. The Lookup Value must be
in the left-most column of your table.
3. Col index num. The Lookup Value is always in the left-most column of the Table Array (column #1,
regardless of where in the worksheet the table is located). The next column to the right is column #2, then
column #3, etc. The Col index num is simply the number of the column that contains the value you wish to
retrieve.
4. Range lookup. Enter False if the Lookup Value must match exactly. If you enter True or leave blank, Excel
will assume the table is sorted in ascending order and will select the best match. Note that if the table is not
sorted in ascending order, Excel likely won't correctly find the best match.
1. .
On the Formulas tab, in the Function Library group, click the Insert Function command: .
A. Search on "VLOOKUP" or, in the Or select a category drop-down box, select Lookup & Reference .
D. Enter the Range_lookup . If you leave this blank, Excel will treat this as if you entered True.
E. Click OK .
15 to 25 minutes
In this exercise, you will use the VLOOKUP function to automatically fill in the description and price of items on an
invoice based on the item number.
1. Open VLOOKUP.xlsx from your Excel2016.2/Exercises folder and go to the sheet named "Invoice".
2. Use the VLOOKUP function to query the Description and Price from the table located in the sheet named
"Table". You will need to insert the VLOOKUP function into cells B7:B15 and D7:D15. A.
Hint: Including absolute references when referring to the range will enable the formulas to be
copied to other cells within the column.
Exercise Solution
1. To query the Description from the table located in the sheet named "Table":
B. On the Formulas tab, in the Function Library group, click the Insert Function command:
i. Search on "VLOOKUP" or, in the Or select a category drop-down box, select Lookup &
Reference .
iii. Click OK .
ii. Enter the Table_array : Table!A2:C9 (click the cell selection arrow, then the sheet named "Table",
and then select the cells).
iii. Enter the Col_index_num : 2 (because the description is in the second column in the table).
iv. Enter the Range_lookup : False (because you require an exact match).
v. Click OK .
2. To query the Price from the table located in the sheet named "Table":
B. On the FORMULAS tab, in the Function Library group, click the Insert Function command.
i. Search on "VLOOKUP" or, in the Or select a category drop-down box, select Lookup &
Reference .
iii. Click OK .
ii. Enter the Table_array : Table!A2:C9 (click the cell selection arrow, then the sheet named "Table",
and then select the cells).
iii. Enter the Col_index_num : 3 (because the description is in the third column in the table).
iv. Enter the Range_lookup : False (because you require an exact match).
v.Click OK .
3. Select cell B7 and edit the formula to make the table references absolute (change A2:C9 to $A$2:$C$9).
Then do the same in cell D7.
6. Enter "678452" into any cell under "Item Number" on the invoice. Item Number 678452 is a wrench and costs
$6.99.
The HLOOKUP function is very similar to the VLOOKUP function. The only significant difference is that while the
VLOOKUP function looks for a value in the left-most column of a table and returns a value on the same row as that
value, the HLOOKUP function looks for a value in the top row of a table and returns a value in the same column as
that value. To use the HLOOKUP function, you need to know:
1. Lookup value. The value you will use to identify individual records in your table. The Lookup Value must be
in the top row of your table.
2. Table array. The table that contains the data you will use HLOOKUP to retrieve. This table can be in another
worksheet or even another workbook from the one in which you enter the HLOOKUP function.
3. Row index num. The Lookup Value is always in the top row of the Table Array (row #1, regardless of where
in the worksheet the table is located). The next row down is row #2, then row #3, etc. The Row index num is
simply the number of the row that contains the value you wish to retrieve.
4. Range lookup. Enter False if the Lookup Value must match exactly. If you enter True or leave blank, Excel
will assume the table is sorted in ascending order and will select the best match. Note that if the table is not
sorted in ascending order, Excel likely won't correctly find the best match.
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
A. Search on "HLOOKUP" or, in the Or select a category drop-down box, select Lookup & Reference .
C. Click OK .
3. In the Function Arguments dialog box:
D. Enter the Range_lookup . If you leave this blank, Excel will treat this as if you entered True.
E. Click OK .
The CONCATENATE function is used to join the contents of multiple cells. For example, if you have a worksheet
with first names in one column and last names in another column, you can use the CONCATENATE function to join
the first and last names into one column.
3. You can include text not found in the worksheet by adding it via the Function Arguments dialog box (or
directly into the formula). For example, if you have a worksheet with city names in one column and state
names in another column, and wish to join them into one column, you can add a comma and space (", ")
between the two.
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
A. Search on "CONCATENATE" or, in the Or select a category drop-down box, select Text .
C. Click OK .
A. In the Text1 data entry field, enter the first text field or the cell in which it is located.
B. In the Text2 data entry field, enter the first text field or the cell in which it is located.
C. Etc. (New fields appear when you use the bottom field.)
D. Click OK .
Exercise 6 Using the CONCATENATE Function
10 to 15 minutes
1. Open Functions.xlsx from your Excel2016.2/Exercises folder and go to the sheet named "CONCATENATE".
2. Use the CONCATENATE function to join the first and last names into full names in column C.
3. Use the CONCATENATE function to join the cities and states so that they appear as "city, state".
Exercise Solution
B. On the Formulas tab, in the Function Library group, click the Insert Function command:
i. Search on "CONCATENATE" or, in the Or select a category drop-down box, select Text .
iii. Click OK .
D. In the Function Arguments dialog box:
ii. In the Text2 data entry field, enter a space (" ").
iv. Click OK .
2. To join the cities and states so that they appear as "city, state":
B. On the Formulas tab, in the Function Library group, click the Insert Function command.
i. Search on "CONCATENATE" or, in the Or select a category drop-down box, select Text .
iii. Click OK .
D. In the Function Arguments dialog box:
ii. In the Text2 data entry field, enter a comma and a space (", ").
iv. Click OK .
You can use the TRANSPOSE function to return a horizontal range of cells as a vertical range or a vertical range as
a horizontal range.
To use TRANSPOSE, you must know the array, the range of cells you want to transpose. To use the TRANSPOSE
function:
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
A. Search on "TRANSPOSE" or, in the Or select a category drop-down box, select Recommended .
C. Click OK .
3. In the Function Arguments dialog box: . .
A. In the Array data entry field, enter the range of cells or an array of values you want to transpose.
B. Click OK .
The PROPER function is used to make the first letter in each word uppercase and all other letters lowercase. To
use the PROPER function:
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
A. Search on "PROPER" or, in the Or select a category drop-down box, select Text .
C. Click OK .
3. In the Function Arguments dialog box:
A. In the Text data entry field, enter the cell containing the text you wish to capitalize the first letters of.
B. Click OK .
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
A. Search on "UPPER" or, in the Or select a category drop-down box, select Text .
C. Click OK .
3. In the Function Arguments dialog box:
A. In the Text data entry field, enter the cell containing the text you wish to make all uppercase.
B. Click OK .
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
A. Search on "LOWER" or, in the Or select a category drop-down box, select Text .
C. Click OK .
3. In the Function Arguments dialog box:
A. In the Text data entry field, enter the cell containing the text you wish to make all lowercase.
B. Click OK .
5 to 10 minutes
1. Open Functions.xlsx from your Excel2016.2/Exercises folder and go to the sheet named "PROPER".
2. In column B, use the PROPER function to capitalize the first letters of the names in column A.
Exercise Solution
B. On the Formulas tab, in the Function Library group, click the Insert Function command:
i. Search on "PROPER" or, in the Or select a category drop-down box, select Text .
iii. Click OK .
ii. Click OK .
The LEFT and RIGHT functions are used to return characters from the start or end of a string. For example, you
could use the LEFT and RIGHT functions to:
1. Return the area codes from a list of phone numbers (if the phone numbers are formatted as 315-333-4444,
you would use the LEFT function to return the first three characters).
2. Return the zip codes from a list of addresses (if the addresses are formatted as Syracuse, NY 13210, you
would use the RIGHT function to return the last five characters).
3. Return a piece of an identifying ID (if you have a list of IDs in which the first four digits represent a product,
the next six digits represent the date, and the last three digits represent the store the product was sold from,
you could use the LEFT function to return the four digits representing the product or the RIGHT function to
return the three digits representing the store the product was sold from).
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
A. Search on "LEFT" or "RIGHT" or, in the Or select a category drop-down box, select Text .
C. Click OK .
B. In the Num_Chars field, enter the number of characters you want to return.
C. Click OK .
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
A. Search on "MID" or, in the Or select a category drop-down box, select Text .
A. In the Text field, enter the text characters that you wish to return.
B. In the Start_num field, enter the position of the first character that you wish to extract.
C. In the Num_Chars field, enter the number of characters you want to return.
D. Click OK .
5 to 15 minutes
In this exercise, you will practice using the LEFT and RIGHT functions.
1. Open Functions.xlsx from your Excel2016.2/Exercises folder and go to the sheet named "LEFT-RIGHT".
2. In column B, use the LEFT function to display only the area codes of the phone numbers listed in column A.
3. In columns E and F, use the LEFT and RIGHT functions to display the Store IDs and Salesperson IDs for the
sales listed in column D.
Exercise Solution
1. To display only the area codes of the phone numbers listed in column A:
B. On the Formulas tab, in the Function Library group, click the Insert Function command:
i. Search on "LEFT" or, in the Or select a category drop-down box, select Text .
iii. Click OK .
iii. Click OK .
E. Copy cell B2 to cells B3:B7.
B. On the Formulas tab, in the Function Library group, click the Insert Function command.
i. Search on "LEFT" or, in the Or select a category drop-down box, select Text .
iii. Click OK .
iii. Click OK .
B. On the Formulas tab, in the Function Library group, click the Insert Function command.
iii. Click OK .
iii. Click OK .
The three most commonly used date functions are YEAR, MONTH, and DAY. These functions are used to return
only the year, month, or day from a date. To use the YEAR, MONTH, and DAY functions:
1. On the Formulas tab, in the Function Library group, click the Insert Function command:
2. In the Insert Function dialog box:
A. Search on "Year", "Month", or "Day" or, in the Or select a category drop-down box, select Date & Time
.
C. Click OK .
A. In the Serial_number field, enter the cell in which the full date is located.
B. Click OK .
• TODAY: Returns the current date, but the time is set to 12:00:00 AM.
5 to 15 minutes
In this exercise, you will practice using the YEAR, MONTH, and DAY functions.
1. Open Functions.xlsx from your Excel2016.2/Exercises folder and go to the sheet named "Date".
2. Use the YEAR, MONTH, and DAY functions to add the years, months, and days of the dates found in column
A to columns B, C, and D.
Exercise Solution
B. On the Formulas tab, in the Function Library group, click the Insert Function command:
i. Search on "Year" or, in the Or select a category drop-down box, select Date & Time .
iii. Click OK .
D. In the Function Arguments dialog box:
ii. Click OK .
B. On the Formulas tab, in the Function Library group, click the Insert Function command:
i. Search on "Month" or, in the Or select a category drop-down box, select Date & Time .
iii. Click OK .
D. In the Function Arguments dialog box:
ii. Click OK .
B. On the Formulas tab, in the Function Library group, click the Insert Function command:
i. Search on "Day" or, in the Or select a category drop-down box, select Date & Time .
iii. Click OK .
D. In the Function Arguments dialog box:
ii. Click OK .
Creating Scenarios
In Excel 2013 and 2016, scenarios are input values that you can create and save, which return different calculated
results. You can use them in what-if scenarios.
The Watch Window is a feature that allows you to keep formulas that you need to view in sight, rather than having
to jump around in a worksheet.
1. Select the Formulas tab, and in the Formula Auditing group, select Watch Window .
2. In the worksheet, select the cells you want to watch and click Add Watch in the Watch Window.
Consolidate Data
1. Select the Data tab, and from the Data Tools tab, select Consolidate .
2. While in the Consolidate dialog box, click and drag to select cells.
3. Use the Add button to continue to add data, and click OK when you are done.
Enable Iterative Calculations
You can enable iterative calculations to locate circular references.
2. Select the Formulas section, and from the Calculation options section, check the Enable iterative
calculation check box.
What-If Analyses
The Data tab's Forecast group (in Excel 2013, the Data Tools group) contains the What-If Analysis drop-down
list, which contains a number of what-if tools. One of these tools is Goal Seek.
1. Select the cell with the formula you are going to solve for.
2. Select the Data tab, and in the Forecast group ( Data Tools group in Excel 2013), select What-If Analysis ,
and then select Goal Seek .
3. In the To value field, enter the goal.
4. In the By changing cell field, enter the cell where you want the result to be and then click OK .
1. Select the Data tab, and in the Forecast group ( Data Tools group in Excel 2013), select What-If Analysis ,
and then select Scenario Manager .
4. In the Scenario Values dialog box that appears, type the values for the changing cells.
5. Click Add to add more scenarios and click OK when you are done.
The Excel 2013/2016 financial functions are complex financial formulas that contain multiple steps. These functions
cover things as calculating net present value, the depreciation of an asset, and loan payments, amongst others.
To access the financial functions, from the Formulas tab, in the Function Library group, select Financial .
Conclusion
• To use the PROPER, UPPER, and LOWER functions to alter the casing of text.