![]() |
|
#1
|
|||
|
|||
![]() Hi, I need help updating the last column (Balance) automatically when I finish filling in the "Payments" column. Thanks in advance for any help. |
#2
|
|||
|
|||
![]()
Paste the following in F3 :
Code:
=SUM(F2+D3)-E3 |
#3
|
|||
|
|||
![]()
The is a problem with date! Is it the date when the invoice was get (probably it i this one), or the date of payment. When it is invoice date, it is possible, that this invoice was payed before some other invoices with earlier invoice date - making all this balance calculation wrong.
But when in column S.NO. are not formulas, but values, I'd prefer for Balance calculations the formula (I use the syntax used when the table is Defined Table) Code:
=SUMIFS([Receipts],[[S.NO.]],"<=" & [@[S.NO.]])-SUMIFS([@Payments],[[S.NO.]],"<=" & [@[S.NO.]]) |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Find % change from last month automatically updated | GraemeSS | Excel | 7 | 04-03-2020 02:50 AM |
![]() |
bynkook | Word | 1 | 02-28-2020 02:54 AM |
Keep balance column empty if no amount entered | baes10 | Excel | 3 | 08-14-2018 06:31 AM |
How to know the outstanding balance amount of a Loan? | PRADEEPB270 | Excel | 1 | 01-07-2012 04:45 AM |
![]() |
ezthelm | Word | 2 | 05-30-2011 03:45 AM |