$$\sum_{m=p}^t \left ( \frac{x}{100 \, m} \right )=\frac{x}{100}\sum_{m=p}^t \frac1m=\frac{x}{100}\left(H_t-H_{p-1}\right)$$ where, as already said in comments, appear the harmonic numbers.
For a fast evaluation of $H_n$, beside an infinite series, there are quite many approximations. One of mine, a continuation of the work done by D. DeTemple and S.-H. Wang, is
$$H_n=\log
\left(n+\frac{1}{2}\right)+\gamma+\frac{1}{24 \left(n+\frac{1}{2}\right)^2+\Lambda }$$ where
$$\Lambda= \frac{21}{5}-\frac{2071}{1400 \left(n+\frac{1}{2}\right)^2}+\frac{13879}{8000 \left(n+\frac{1}{2}\right)^4}-\frac{1810165549}{517440000 \left(n+\frac{1}{2}\right)^6}$$ the asymptotic error estimate being
$$\frac{44683928057}{2460057600000\, n^{12}}$$
The following table shows the results for the first values of $n$
$$\left(
\begin{array}{ccc}
n & \text{approximation} & \text{exact} \\
1 & 1.00004848470 & 1.00000000000 \\
2 & 1.50000018166 & 1.50000000000 \\
3 & 1.83333333731 & 1.83333333333 \\
4 & 2.08333333355 & 2.08333333333 \\
5 & 2.28333333335 & 2.28333333333 \\
6 & 2.45000000000 & 2.45000000000
\end{array}
\right)$$