Given appropriate constraints, and a continuously differentiable real-valued function $\phi (x)$, the Abel Summation Formula (Wikipedia article here) can be written as
$$\sum _{k=1}^x \phi (k) = \lfloor x\rfloor \phi (x)-\int_1^x \lfloor u\rfloor \phi '(u) \, du$$
Is it possible to generate a similar ASF for the sum $\sum _{i=1}^x \phi (x-i)$? It may be a very simple question (or it may not!), but I keep getting confused by the mix of variables and dummy variables, and defining the sum's limit. As a result, I'm not getting anywhere.