Array Functions
Intermediate

Show only the invoices that are actually overdue

FILTER keeps the rows where your condition holds.

Task:

You are chasing payment and only want the invoices over 1,000. In E2, use FILTER to list the invoice numbers from A2:A8 where the amount in C2:C8 is greater than 1000.

Learning Objectives:

  • Filter rows with a condition
  • Write a comparison across a range
  • Keep two ranges the same height
Hints

Solve without hints for +5 XP

Interactive Spreadsheet

The data in this exercise

This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.

ABCDE
1InvoiceCustomerAmountChase these
2INV-201Alders Ltd1450
3INV-202Brant Co320
4INV-203Corvo SA2900
5INV-204Delta Group780
6INV-205Ekko BV1100
7INV-206Fenn Ltd450
8INV-207Gale Inc6300
What this exercise teaches (contains the answer)

This is what AutoFilter does, except it is live and it is a value you can feed into another formula. Change an amount and the chase list updates itself.

Functions used here