Excel Functions and Formulas: Basic, Lookup, Budget, and Data Analysis

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/60

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

61 Terms

1
New cards

Sum values in a range.

Formula: =SUM(A1:A10)

2
New cards

Average values in a range.

Formula: =AVERAGE(A1:A10)

3
New cards

Minimum value in a range.

Formula: =MIN(A1:A10)

4
New cards

Maximum value in a range.

Formula: =MAX(A1:A10)

5
New cards

Round a number to 2 decimals.

Formula: =ROUND(A1,2)

6
New cards

Calculate total charge (DVDs × Price + Shipping).

Formula: =E6*F6+G6

7
New cards

Sum total DVDs for all customers.

Formula: =SUM(E6:E9)

8
New cards

Sum total charges for all customers.

Formula: =SUM(H6:H9)

9
New cards

Lookup description based on Major Code.

Formula: =VLOOKUP(D12,$I$21:$L$24,2,FALSE)

10
New cards

Lookup phone number based on Major Code.

Formula: =VLOOKUP(D12,$I$21:$L$24,3,FALSE)

11
New cards

Lookup advisor, but Freshmen = "Bus. Adv. Office."

Formula: =IF(C12="Freshman","Bus. Adv. Office",VLOOKUP(D12,$I$21:$L$24,4,FALSE))

12
New cards

Rank SAT scores so highest = 1.

Formula: =RANK.EQ(G5,$G$5:$G$25,0)

13
New cards

Calculate monthly mortgage payment (PMT).

Formula pattern: =-PMT(rate/payments_per_year, years*payments_per_year, loan_amount)

14
New cards

Example (cell refs) for PMT.

=-PMT(B29/B28, B27*B28, B26)

15
New cards

Round PMT to 2 decimals.

Formula: =ROUND(-PMT(B29/B28,B27*B28,B26),2)

16
New cards

Percent difference (new vs old).

Formula: =(New-Old)/Old

17
New cards

Net Income (Income − Expenses).

Formula: =C7-C15

18
New cards

Running cumulative total across a row.

Formula: =SUM($C$17:C17) (copy across)

19
New cards

Display Tuition if value in B20 ≠ 0, else 0.

Formula: =IF(B20<>0,B33,0)

20
New cards

Comparison operators.

"=", ">", ">=", "<", "<=", "<>"

21
New cards

Line break in a cell.

Win = Alt+Enter, Mac = Control+Option+Return

22
New cards

Lock references (absolute $).

Win = F4, Mac = Cmd+T or Fn+F4

23
New cards

Rename Sheet1 as Documentation.

Right-click the Sheet1 tab → Rename. Type Documentation → Enter.

24
New cards

In B4, enter first & last name on separate lines in the same cell.

Click B4, type your first name. Insert a line break: Windows: Alt+Enter • Mac: Control+Option+Return. Type your last name → Enter.

25
New cards

In B5, enter current date as mm/dd/yy and align left.

Click B5, type =TODAY() → Enter. Home → Number group → short date, then More Number Formats... → Custom: mm/dd/yy. Home → Align Left.

26
New cards

In B6, type the sentence given.

Click B6, paste/type: To reinforce my skill developed in Excel and prepare for the exam → Enter. Save (Ctrl+S / Cmd+S).

27
New cards

Set column widths: A=10, B=12, C=12; AutoFit D, E, I.

Click column A → Home → Format → Column Width... → 10. Repeat for B and C with 12. Select D, E, I (Ctrl/Cmd-click each) → Home → Format → AutoFit Column Width.

28
New cards

Autofit all rows to contents.

Click the Select All button (top-left corner of the grid). Double-click any row boundary, or Home → Format → AutoFit Row Height.

29
New cards

In H5, enter the label Total.

Click H5, type Total → Enter.

30
New cards

In H6, calculate total charge = DVDs × Price/DVD + Shipping.

Click H6. Type =E6*F6+G6 → Enter.

31
New cards

Copy H6 down through H9.

Re-select H6 → drag the fill handle to H9 (or copy/paste).

32
New cards

Set column H width to 11.

Click column H → Home → Format → Column Width... → 11.

33
New cards

In D10, enter the label Total.

Click D10, type Total → Enter.

34
New cards

In E10, sum total DVDs for all customers.

Click E10 → type =SUM(E6:E9) → Enter. (Adjust the range if your data extends further.)

35
New cards

In H10, sum total charges.

Formula: =SUM(H6:H9)

36
New cards

Total charge (orders)

=E6*F6+G6

37
New cards

Sum of DVDs

=SUM(E6:E9)

38
New cards

Sum of charges

=SUM(H6:H9)

39
New cards

VLOOKUP Description

=VLOOKUP(D12,$I$21:$L$24,2,FALSE)

40
New cards

VLOOKUP Phone

=VLOOKUP(D12,$I$21:$L$24,3,FALSE)

41
New cards

Advisor with IF

=IF(C12="Freshman","Bus. Adv. Office",VLOOKUP(D12,$I$21:$L$24,4,FALSE))

42
New cards

Rank SAT (highest=1)

=RANK.EQ(G5,$G$5:$G$25,0)

43
New cards

Percent change

=(New−Old)/Old

44
New cards

Net income

=Income−Expenses (e.g., =C7-C15)

45
New cards

Running total (row)

=SUM($FirstCell:ThisCell) across

46
New cards

Line break in a cell

Win Alt+Enter • Mac Control+Option+Return

47
New cards

Lock refs

Win F4 • Mac Cmd+T or Fn+F4

48
New cards

AutoSum

Click H10 → AutoSum (Σ) → confirm range (e.g., H6:H9) → Enter.

49
New cards

Fill comparison operators

B3: type "=" → Enter. B4-B7: type ">", ">=", "<", "<=", and "<>" (each with quotes), one per cell.

50
New cards

Display Major Description

Type =VLOOKUP(D12,$I$21:$L$24,2,FALSE) → Enter.

51
New cards

Display Phone Number

Type =VLOOKUP(D12,$I$21:$L$24,3,FALSE) → Enter.

52
New cards

Display Advisor

Type: =IF(C12="Freshman","Bus. Adv. Office",VLOOKUP(D12,$I$21:$L$24,4,FALSE)) → Enter.

53
New cards

Rank SAT

Type =RANK.EQ(G5,$G$5:$G$25,0) → Enter.

54
New cards

AutoFill month names

Type Jan in C4. Drag the fill handle across to N4 (stops at Dec).

55
New cards

Calculate monthly totals

Click C7 (Total Income). Type =SUM(C5:C6) → Enter.

56
New cards

Compute percent difference

Type =(D7-C7)/C7 → Enter.

57
New cards

Compute Net Income

Type =C7-C15 → Enter.

58
New cards

Compute Average, Min, Max

C20: =AVERAGE(C5:N5) • D20: =MIN(C5:N5) • E20: =MAX(C5:N5) → Enter.

59
New cards

Insert a new row

Right-click row 18 header → Insert.

60
New cards

Create cumulative Net Income

Type =SUM($C$17:C17) → Enter.

61
New cards

Save your file

Ctrl+S / Cmd+S.