我试图找到单列数据的差异,即不同的是
Column C
date 2 (1/2/12) would check the difference from date 1 (1/1/12)
date 3 (1/3/12) would check the difference from date 2 (1/2/12)
date 4 (1/4/12) would check the difference from date 3 (1/3/12)
我想我可以创建另外两列日期天数减去 -1 和金额然后显示差异
Column A<date> Column B<Amount> Column C <Difference>
1/1/12 550 -150
1/2/12 400 300
1/3/12 700 -200
1/4/12 500
谢谢你的帮助