BeginnerDate & Time5 min15 points

Assemble a delivery date with DATE

The situation

A supplier's export splits every delivery date across three columns. Excel treats them as three unrelated numbers, so nothing sorts and nothing can be compared to today. They need assembling into a single date before the schedule is any use.

A1
fx
Assemble a delivery date with DATE — 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
1YearMonthDayDelivery date
22026.0010.0015.00
32026.0010.0022.00
42026.0011.003.00
52026.0011.0018.00
62026.0012.001.00
7

Functions in this exercise

  • DATEBuilds a date from separate year, month and day values.

Who this is for