FV is designed to calculate the principle and interest accumulated, if you
want just the interest then
=SUMPRODUCT(IPMT(5%,ROW(A1:A50),50,100))
In this formula 100 is your starting value, 50 is the number of periods and
ROW(A1:A50) indicates that you want the interest for all 50 periods. The
result is negative by just put a minus sign in front.