Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 02-21-2025, 05:09 PM
LearnerExcel LearnerExcel is offline How to get the balance amount updated automatically? Windows 7 32bit How to get the balance amount updated automatically? Office 2013
Advanced Beginner
How to get the balance amount updated automatically?
 
Join Date: Nov 2016
Posts: 82
LearnerExcel will become famous soon enoughLearnerExcel will become famous soon enough
Default How to get the balance amount updated automatically?


Hi,

I need help updating the last column (Balance) automatically when I finish filling in the "Payments" column.

Thanks in advance for any help.
Attached Images
File Type: jpg Excel Help.jpg (64.9 KB, 14 views)
Reply With Quote
  #2  
Old 02-21-2025, 05:38 PM
Logit Logit is offline How to get the balance amount updated automatically? Windows 10 How to get the balance amount updated automatically? Office 2007
Expert
 
Join Date: Jan 2017
Posts: 587
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

Paste the following in F3 :

Code:
=SUM(F2+D3)-E3
Then drag it down column F as far as needed.
Reply With Quote
  #3  
Old 02-22-2025, 11:46 PM
ArviLaanemets ArviLaanemets is offline How to get the balance amount updated automatically? Windows 8 How to get the balance amount updated automatically? Office 2016
Expert
 
Join Date: May 2017
Posts: 932
ArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant futureArviLaanemets has a brilliant future
Default

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.]])
(This formula doesn't depend on order of rows in table! So you can sort the table in any way you want, and the calculated balances remain unchanged!)
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Find % change from last month automatically updated GraemeSS Excel 7 04-03-2020 02:50 AM
How to get the balance amount updated automatically? LINK field path will be updated automatically 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
How to get the balance amount updated automatically? How can references be updated automatically? ezthelm Word 2 05-30-2011 03:45 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:54 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft