Bird
Raised Fist0
Google Sheetsspreadsheet~10 mins

Org charts in Google Sheets - Interactive Code Practice

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the formula to get the manager's name from cell B2.

Google Sheets
=VLOOKUP([1], A2:B10, 2, FALSE)
Drag options to blanks, or click blank then click option'
AB2
BC2
CA2
DD2
Attempts:
3 left
💡 Hint
Common Mistakes
Using the wrong cell reference for the lookup value.
Confusing the lookup range columns.
2fill in blank
medium

Complete the formula to count how many employees report directly to the manager in cell A2.

Google Sheets
=COUNTIF(B2:B20, [1])
Drag options to blanks, or click blank then click option'
AB2
BD2
CC2
DA2
Attempts:
3 left
💡 Hint
Common Mistakes
Using the wrong cell reference for the condition.
Counting the wrong range.
3fill in blank
hard

Fix the error in the formula to display the employee's full reporting chain separated by arrows.

Google Sheets
=A2 & " -> " & [1]
Drag options to blanks, or click blank then click option'
AVLOOKUP(B2, B2:C10, 2, FALSE)
BVLOOKUP(A2, B2:C10, 2, FALSE)
CVLOOKUP(A2, A2:B10, 2, FALSE)
DVLOOKUP(B2, A2:B10, 2, FALSE)
Attempts:
3 left
💡 Hint
Common Mistakes
Using the wrong lookup value cell.
Using incorrect lookup range columns.
4fill in blank
hard

Fill both blanks to create a formula that lists employees who report to the manager in A2.

Google Sheets
=FILTER([1], [2] = A2)
Drag options to blanks, or click blank then click option'
AA2:A20
BB2:B20
CC2:C20
DD2:D20
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping employee and manager ranges.
Using ranges that don't match in size.
5fill in blank
hard

Fill all three blanks to create a formula that counts employees under a manager with name in cell C1 and shows 'None' if zero.

Google Sheets
=IF(COUNTIF([1], [2]) [3] 0, COUNTIF([1], [2]), "None")
Drag options to blanks, or click blank then click option'
AB2:B30
BC1
C>
D=
Attempts:
3 left
💡 Hint
Common Mistakes
Using wrong comparison operator.
Using wrong cell reference for manager name.

Practice

(1/5)
1. What is the main purpose of an org chart in a company?
easy
A. To create a list of company products
B. To calculate employee salaries automatically
C. To show the structure and relationships between employees
D. To track daily sales numbers

Solution

  1. Step 1: Understand what an org chart represents

    An org chart visually shows who reports to whom and the hierarchy in a company.
  2. Step 2: Identify the correct purpose

    Among the options, only showing structure and relationships matches the org chart's purpose.
  3. Final Answer:

    To show the structure and relationships between employees -> Option C
  4. Quick Check:

    Org chart = company structure [OK]
Hint: Org charts show who reports to whom [OK]
Common Mistakes:
  • Confusing org charts with data tables
  • Thinking org charts calculate numbers
  • Mixing org charts with sales reports
2. Which Google tool is best suited to create an org chart visually?
easy
A. Google Slides or Google Drawings
B. Google Docs text editor
C. Google Sheets with formulas
D. Google Calendar

Solution

  1. Step 1: Identify tools for visual diagrams

    Google Slides and Drawings allow easy creation of shapes and connectors for org charts.
  2. Step 2: Compare with other tools

    Sheets is for data and formulas, Docs is for text, Calendar is for scheduling, so they are not ideal for org charts.
  3. Final Answer:

    Google Slides or Google Drawings -> Option A
  4. Quick Check:

    Visual org charts = Slides/Drawings [OK]
Hint: Use Slides or Drawings for org charts, not Sheets formulas [OK]
Common Mistakes:
  • Trying to build org charts only with Sheets formulas
  • Using Docs which is mainly text
  • Confusing Calendar with diagram tools
3. Given this data in Google Sheets:
A1: Name
B1: Manager
A2: Alice
B2: Bob
A3: Bob
B3: Carol
A4: Carol
B4: (blank)
Which person is at the top of the org chart?
medium
A. Bob
B. Carol
C. Alice
D. No one, data is incomplete

Solution

  1. Step 1: Identify the top manager

    Carol has no manager listed (blank), so she is at the top.
  2. Step 2: Confirm hierarchy

    Bob reports to Carol, Alice reports to Bob, so Carol is the highest level.
  3. Final Answer:

    Carol -> Option B
  4. Quick Check:

    Top manager = no manager listed [OK]
Hint: Top person has blank or no manager in the list [OK]
Common Mistakes:
  • Choosing the first name in the list
  • Picking a person who has a manager
  • Assuming data is incomplete without checking blanks
4. You tried to create an org chart in Google Sheets using formulas but it shows errors. What is a likely reason?
medium
A. You forgot to enter employee names
B. You need to enable org chart mode in Sheets settings
C. You used the wrong font style
D. Google Sheets formulas cannot create visual org charts

Solution

  1. Step 1: Understand Sheets formula limits

    Sheets formulas handle data but cannot create visual org charts directly.
  2. Step 2: Check other options

    Missing names or font style won't cause formula errors; no org chart mode exists in Sheets.
  3. Final Answer:

    Google Sheets formulas cannot create visual org charts -> Option D
  4. Quick Check:

    Sheets formulas ≠ visual org charts [OK]
Hint: Sheets formulas can't make org charts visually [OK]
Common Mistakes:
  • Thinking Sheets has a hidden org chart mode
  • Blaming font or missing data for formula errors
  • Trying to draw org charts only with formulas
5. You have a list of employees and their managers in Google Sheets. How can you best prepare this data to create an org chart in Google Slides?
hard
A. Organize data with columns for employee and manager, then import or copy to Slides diagram
B. Write complex formulas in Sheets to draw the org chart directly
C. Use Google Docs to type the org chart manually
D. Create a pie chart in Sheets to represent the org chart

Solution

  1. Step 1: Structure data clearly in Sheets

    Have one column for employees and one for their managers to show relationships.
  2. Step 2: Use Slides to create the org chart

    Import or copy this structured data into Slides or Drawings to build the visual org chart.
  3. Final Answer:

    Organize data with columns for employee and manager, then import or copy to Slides diagram -> Option A
  4. Quick Check:

    Prepare data in Sheets, create chart in Slides [OK]
Hint: Prepare employee-manager list, then use Slides for org chart [OK]
Common Mistakes:
  • Trying to draw org charts only with Sheets formulas
  • Using Docs or pie charts which don't show hierarchy
  • Not organizing data clearly before creating chart