How to draw a data from the cell above in a table?

eyz4eva

New Member
Joined
Aug 10, 2021
Messages
8
Office Version
  1. 365
Platform
  1. Windows
I have a simple daily cash balance table, I can't seem to solve the issue of extracting the data from the row above in the whole table.

I'm not good with the explanation, so here is the file.


Every new entry, Column B (Opening Balance) will draw the data one row above from Column I (Closing Balance).

Row 2, which is the 1st entry of the table will have a opening balance of 0 (manually entered), and from the 2nd entry onwards, the Opening Balance Column B will get the Closing Balance number one row above it.

Whenever a new entry is created, after the last data is entered, the new row doesn't bring the formulae of the opening balance in the new row.

I know that the problem comes from the 0 data that I had entered manually, but I do not know what is the best way to reconciliate this.

Hope someone can help.
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
For the 1st row in Opening Balance enter
Excel Formula:
=N(I1)
and let it fill down
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,194
Members
449,072
Latest member
DW Draft

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