Update the output cells to display each person's birth date cohort number. This number is computed by first adding together their birth year, birth month, and birth day from their birth date (ex: 2006+12+13 for 12/13/2006), then dividing that total by 5 and returning only the remainder (a whole number between 0 and 4). See Examples
Your solution should use cell references so it updates automatically if the input cells change values.
This cell cannot be edited