To solve the problem of finding how many numbers with two or more digits can be formed from the digits 1, 2, 3, 4, 5, 6, 7, 8, 9 with each digit used at most once and in ascending order, consider the following steps:
\[ \binom{9}{2} + \binom{9}{3} + \binom{9}{4} + \binom{9}{5} + \binom{9}{6} + \binom{9}{7} + \binom{9}{8} + \binom{9}{9} = 36 + 84 + 126 + 126 + 84 + 36 + 9 + 1 = 502 \]
Therefore, the total number of such numbers is 502, which falls within the expected range (502,502).