Incrementing Data

chaboyski

Board Regular
Joined
Aug 18, 2020
Messages
57
Office Version
  1. 2016
Platform
  1. Windows
Hi,

just wanted to ask, what formula could i use if for example, the difference between column B and C would be added/deducted to the next day onwards to column B.

Table below would show the progression but the output should only be 1 table

Book1
ABCDEFGHIJKLMNO
1DataActual DataDataActual DataDataActual DataDataActual Data
21-Aug1001-Aug100501-Aug100501-Aug10050
32-Aug1002-Aug1502-Aug1501002-Aug150100
43-Aug1003-Aug1503-Aug2003-Aug200100
54-Aug1004-Aug1504-Aug2004-Aug200400
65-Aug5-Aug5-Aug5-Aug
76-Aug6-Aug6-Aug6-Aug
87-Aug2007-Aug2507-Aug3007-Aug100
98-Aug2008-Aug2508-Aug3008-Aug100
109-Aug2009-Aug2509-Aug3009-Aug100
1110-Aug20010-Aug25010-Aug30010-Aug100
1211-Aug20011-Aug25011-Aug30011-Aug100
1312-Aug12-Aug12-Aug12-Aug
1413-Aug13-Aug13-Aug13-Aug
1514-Aug30014-Aug35014-Aug40014-Aug200
Sheet1
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
i tried using if but it would only allow me to add to the next cell and not the overall.

Book1
ABCDE
1Orig DataMoving DataActual DataDifference
21-Aug1001005050
32-Aug100150
43-Aug100100
54-Aug100100
65-Aug0
76-Aug0
87-Aug200200
98-Aug200200
109-Aug200200
1110-Aug200200
1211-Aug200200
1312-Aug0
1413-Aug0
1514-Aug300300
Sheet2
Cell Formulas
RangeFormula
E2E2=C2-D2
C3:C15C3=IF(D2="",B3,B3+E2)
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,140
Members
449,098
Latest member
Doanvanhieu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top