IntermediateDate & Time9 min25 points

Flag overdue invoices with IF and TODAY

The situation

Rather than reading day counts, Harbor Supply's collections team wants a clear Overdue or Current flag on the aged debt report.

A1
fx
Flag overdue invoices with IF and TODAY — question sheet. Use the arrow keys to move between cells, Enter or F2 to edit, Escape to cancel, Control D to fill down from the cell above, and Control C and Control V to copy and paste.
Row numberABCDE
1InvoiceInvoice dateDays openStatus
2INV-3301Jul 16, 202630
3INV-3302Jun 30, 202646
4INV-3303Aug 1, 202614
5
6

Functions in this exercise

  • IFReturns one value when a test is true and another when it is false.
  • TODAYReturns the current date, updating each time the sheet recalculates.

Who this is for