The question is to find all numbers $m$ such that there exists $j>k>1$ so that
$$m! = \frac{j!}{k!}$$
For all such cases, the numbers $j$ are listed in OEIS A109095. Every time $j$ is of the form $j=x!$ for some natural number $x\ge 3$, we have a "trivial" example:
$$(x!)! = x! \cdot (x!-1)!$$
or:
$$(x!-1)! = \frac{(x!)!}{x!}$$
For $x=3$ this gives:
$$5! = 6\cdot 5\cdot 4$$
For $x=4$ gives:
$$23! = 24\cdot 23\cdot 22\cdot\ldots\cdot 5$$
For $x=5$:
$$119! = 120\cdot 119\cdot 118\cdot\ldots\cdot 6$$
For $x=6$:
$$719! = 720\cdot 719\cdot 718\cdot\ldots\cdot 7$$
$x=7$:
$$5039! = 5040\cdot 5039\cdot 5038 \cdot\ldots\cdot 8$$
And so on.
My source for this is the OEIS entry linked above.
So the question becomes, are there other examples outside this infinite sequence?
OEIS and a comment to the question gives $10! = 6! \cdot 7!$ which holds two examples:
$$6! = 10\cdot 9\cdot 8 \text{ and } 7! = 10\cdot 9\cdot 8\cdot 7$$
So who can find other examples, or prove that no more examples exist?
The examples I mentioned are $m=5,6,7,23,119,719,\ldots$.
I found related threads, see e.g. On the factorial equations $A! B! =C!$ and $A!B!C! = D!$ and the threads link to it.