Find the number of ways of filling in the grid with the numbers 1, 2, 3, 4, 5, 6, using each number once, so that the numbers in both rows are increasing (left to right), and the numbers in each column are increasing (from top to bottom).
* * *
* * *