FORMULA TO AUTO UPDATE CASH BOOK

JERRY89
4StarLounger
Posts: 516
Joined: 21 Feb 2016, 02:52

FORMULA TO AUTO UPDATE CASH BOOK

Post by JERRY89 »

Hi All,
May I ask is there any formula to auto update daily cash balance,I want to update my cash book in sheet2 daily balance 1st till end of the month so if there is no any transaction in that day it will auto put the figure as above figure by using reference from sheet1 Columm A is date and columm F is the end day cash balance.

User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Re: FORMULA TO AUTO UPDATE CASH BOOK

Post by Rudi »

Must the formula for sheet 2 only collect 1 value from sheet 1 or must it aggregate multiple entries in sheet 1?
If it is to collect only 1 value, you could use a VLOOKUP to collect the value from column F based on the current date, and if no entry for current date, then current date - 1.

Is it possible to provide a sample mock-up of the data so as to see the structure of the data you refer to?
Regards,
Rudi

If your absence does not affect them, your presence didn't matter.

JERRY89
4StarLounger
Posts: 516
Joined: 21 Feb 2016, 02:52

Re: FORMULA TO AUTO UPDATE CASH BOOK

Post by JERRY89 »

Hi Mr Rudi,
Thank alot for your reply. Is it possible for me to give u a draft sample of my current situation in my drop box link as below.

https://www.dropbox.com/s/q49hb41wjowex ... .xlsx?dl=0" onclick="window.open(this.href);return false;

User avatar
HansV
Administrator
Posts: 78545
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: FORMULA TO AUTO UPDATE CASH BOOK

Post by HansV »

If you enter a date for the opening balance in Sheet1!A2, you can use

=VLOOKUP(A3,Sheet1!$A$2:$E$200,5)

in Sheet2!B3, adjust the range !$A$2:$E$200 as needed, then fill down.
Daily Cash Balance.xlsx
You do not have the required permissions to view the files attached to this post.
Best wishes,
Hans

JERRY89
4StarLounger
Posts: 516
Joined: 21 Feb 2016, 02:52

Re: FORMULA TO AUTO UPDATE CASH BOOK

Post by JERRY89 »

Hi Mr Hans,

Thanks alot for the reply.It really great ,my problem had been solved .