Here is a script to track income and expenses in a Google Sheet. It automatically timestamps each entry and calculates the balance based on the values entered in the income and expense columns.Double tap the image to see clearly
Instructions
Open your Google Sheet and create a sheet named Sheet1
. Go to Extensions
> Apps Script
and paste the a script given below. Save the script and close the Apps Script editor. Run the 'setInitialValues'
function to set up the initial values in your sheet. Now, whenever you enter data in columns B, C, or D, the script will automatically add a timestamp in column A and update the balance in column E.
Copy the AppScript code below:
No comments:
Post a Comment