$n,m,k$ are natural numbers.
$$\binom{n}{k}+\binom{n+1}{k}+\binom{n+2}{k}+\cdots+\binom{n+m}{k} = \binom{n+m+1}{k+1}-\binom{n}{k+1}$$
I need to prove this combinatorially but I can't think of a story, how can I approach this? I thought about starting from the left side
You could re-arrange as follows:
$$\binom{n}{k+1}+\binom{n}{k}+\binom{n+1}{k}+\binom{n+2}{k}+...+\binom{n+m}{k} = \binom{n+m+1}{k+1}$$
Then repeatedly apply Pascal's rule to the first two terms on the left side, until you are left with only one term. Since Pascal's rule has a combinatorial proof, this should qualify as a combinatorial proof (no algebraic expansion of the binomial coefficient used).