+ Reply to Thread
Results 1 to 17 of 17

Home budget spreadsheet with specific inputs

  1. #1
    Registered User
    Join Date
    02-20-2021
    Location
    Evansville, Indiana
    MS-Off Ver
    Office 365
    Posts
    8

    Home budget spreadsheet with specific inputs

    Hi everyone! I've referenced this forum many times and it has always been helpful! But this time I have been unsuccessful. I am trying to find a budget worksheet that has an automatic bank ledger and allows for custom $$$ inputs. For example, I have a second checking account strictly for paying certain bills. The amount that goes in is fixed every Friday. I want to have a cell that I can input the weekly deposit amount, and cells for me to input vehicle payment, HELOC payment, mortgage payment and IRA contribution on certain days of each month. The caveat is I would like to be able to make these cells all adjustable so I can maximize my payments. Basically deposit every Friday, mortgage debit on the first of every month, vehicle on the 15th, HELOC on the 24th, etc. A daily bank ledger would be awesome so that I don't accidently deplete my account if I increase payments at some time. I've attached a generic start to what I was going to do but it is going to be time consuming since there are uneven days in each month and the deposit spacings are different. Hope this makes sense...... Thanks in advance!!!
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,996

    Re: Home budget spreadsheet with specific inputs

    Hi.

    It make life much easier if everything kicks off on Jan 1st...

    =SORT(FILTERXML("<x><m>"&TEXTJOIN("</m><m>",,WORKDAY.INTL($B3-1,1,"1111011")+7*(ROW($1:$54)-1),EDATE(DATE(YEAR($B$3),MONTH($B$3),$I$5),ROW($1:12)-1),EDATE(DATE(YEAR($B$3),MONTH($B$3),$I$6),ROW($1:12)-1),EDATE(DATE(YEAR($B$3),MONTH($B$3),$I$7),ROW($1:12)-1))&"</m></x>","//m"),,1)

    This utilises the small lookup table and returns a column of dates, in order, corresponding to your credits and debits. If you don't mind keeping the golden shaded columns, it can be shortened to:

    =SORT(FILTERXML("<x><m>"&TEXTJOIN("</m><m>",,M4#,$N$4#,$O$4#,$P$4#)&"</m></x>","//m"),,1)

    ... otherwise you can delete the golden cells...

    Then in B2, copied across to C2, and then down:

    =IFERROR(IF(COUNTIF($A$5:$A5,$A5)=1,VLOOKUP(DAY($A5),$I$5:$K$7,COLUMNS($B5:B5)+1,FALSE),NA()),J$4)

    this returns the type of payment and the amount.

    Finally (and easiest), this, in D2, retuns the running balance:

    =D4+C5

    It would also be easy to hide income and expenditure that occur in the future, should you so wish...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,996

    Re: Home budget spreadsheet with specific inputs

    I should have added... that it will also work fine if you adjust the starting date to the 1st of ANY month... so 1st Feb 21.... 1st Jan 2022... will all be fine. But it will not work properly if mid-month dates are chosen as the starting point.

  4. #4
    Registered User
    Join Date
    02-20-2021
    Location
    Evansville, Indiana
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Home budget spreadsheet with specific inputs

    Thank you very much! That's awesome

  5. #5
    Registered User
    Join Date
    02-20-2021
    Location
    Evansville, Indiana
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Home budget spreadsheet with specific inputs

    I just tried to adjust the start date and it is going to "#NAME? " for both the start date and short version columns. Adjusting the dollar amounts also do the same... Am I changing the wrong thing? Sorry I am not very experienced with excel.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,996

    Re: Home budget spreadsheet with specific inputs

    RU on the subscription verdion of O 365?

    Is the SORT function available to you?

  7. #7
    Registered User
    Join Date
    02-20-2021
    Location
    Evansville, Indiana
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Home budget spreadsheet with specific inputs

    Yes, I am on the sub 365. I have sort and filter at the right end of the tool bar

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,996

    Re: Home budget spreadsheet with specific inputs

    Are you playing on my sheet... or have you copied stuff onto yours?

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,996

    Re: Home budget spreadsheet with specific inputs

    Re open my sheet. Change the dollar amounts. Still OK? Now change the start date. And??

    It might be to do with your odd mm/dd/yy date format that only you guys use...

  10. #10
    Registered User
    Join Date
    02-20-2021
    Location
    Evansville, Indiana
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Home budget spreadsheet with specific inputs

    I directly opened your sheet. I change the dollar amount and it does the #NAME? thing.

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,624

    Re: Home budget spreadsheet with specific inputs

    I have sort and filter at the right end of the tool bar
    Glenn was talking about two new functions - SORT and FILTER - not the sorting and filtering tools on the ribbon. Which release channel are you on?
    Last edited by AliGW; 02-20-2021 at 05:53 PM.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  12. #12
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,996

    Re: Home budget spreadsheet with specific inputs

    Im off for some zzzz now. If you type = SORT into a cell... does it find the SORT function?

    Are you on a Mac?

  13. #13
    Registered User
    Join Date
    02-20-2021
    Location
    Evansville, Indiana
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Home budget spreadsheet with specific inputs

    My apologies! I am at home and forgot that my home computer has 2019 Home and Student. I remoted into my work computer which has 365 and it works. Again, my apologies!

  14. #14
    Registered User
    Join Date
    02-20-2021
    Location
    Evansville, Indiana
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Home budget spreadsheet with specific inputs

    I appreciate all the help!

  15. #15
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,624

    Re: Home budget spreadsheet with specific inputs

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  16. #16
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,996

    Re: Home budget spreadsheet with specific inputs

    I should never check emails at night. I ruminate on these issues and wake up thinking about them. At least tomorrow, I can roll over and forget....

  17. #17
    Registered User
    Join Date
    02-20-2021
    Location
    Evansville, Indiana
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Home budget spreadsheet with specific inputs

    Thank you all for the help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help With home Budget Formulas
    By Cokedriver in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-24-2017, 08:57 AM
  2. Calculating budget allowances for a new home building project
    By asnyder in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-17-2016, 02:14 PM
  3. [SOLVED] Home budget spreadsheet
    By jaylieb in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-25-2015, 03:10 PM
  4. Creating a Home Budget
    By Sandcastle in forum Excel General
    Replies: 4
    Last Post: 09-12-2014, 11:18 AM
  5. creating home budget
    By roadog in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 09-29-2010, 07:32 AM
  6. home budget spreadsheet
    By wendell in forum Excel General
    Replies: 2
    Last Post: 02-05-2009, 07:46 PM
  7. [SOLVED] Home Budget Question
    By [email protected] in forum Excel General
    Replies: 3
    Last Post: 08-11-2006, 01:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1