+ Reply to Thread
Results 1 to 4 of 4

Autopopulating expenses in a monthly checking ledger

  1. #1
    Registered User
    Join Date
    07-19-2013
    Location
    TN
    MS-Off Ver
    Excel 2007
    Posts
    2

    Autopopulating expenses in a monthly checking ledger

    Hello everyone! I have set up a workbook with my checking ledger and monthly budget on separate sheets. In the budget sheet I have expenses assigned with due dates. I know how to prefill the date column in the checking ledger, but I'm looking for a way to autopopulate the transaction column with data from the monthly budget each time a given date occurs. Example: On the monthly budget sheet, mortgage payment is assigned the 1st of the month and the utilities bill is assigned the 27th of the month; I autofill three months worth of dates, say 10/1/2013 to 12/31/2103, and the mortgage transaction appears on 10/1/2013, 11/1/2013, and 12/1/2013 and the utilities transaction appears on 10/27/2013, 11/27/2013, and 12/27/2013. Is this possible?

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Autopopulating expenses in a monthly checking ledger

    Welcome to the forums!

    This is very possible!

    Assuming a list of dates down Column A: =if(day(a1)=1,"Mortgage",if(day(a1)=27,"Utilities",""))

    Next, enter it as an array. With the cell active and the cursor in it, hold Ctrl + Shift and then Enter. This will put { } around it, and it's not the same as manually typing them in. Then just drag the formula down the list of dates and it will autopopulate.

  3. #3
    Registered User
    Join Date
    07-19-2013
    Location
    TN
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Autopopulating expenses in a monthly checking ledger

    Thank you for your timely, helpful response and the warm welcome! Is there a way to link the values within the quotation marks in your example formula to the values I already have in my Budget worksheet? I tried substituting "=Budget!A3" and so forth for "Mortgage" but it simply returned the text "=Budget!A3" rather than returning the intended cell reference. I would like to do this so that as I change my budget amounts for a given item it will reflect on the ledger. Thanks!

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Autopopulating expenses in a monthly checking ledger

    Yes, you were very close. Just do the same thing without quotes and make sure it's Budget!$A$3 so the reference remains absolute.

    Assuming A3 = Mortgage, A4 = Utilities:

    =if(day(a1)=1,$A$3,if(day(a1)=27,$A$4,""))

+ 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. [SOLVED] I need a template to track monthly tax deductible expenses
    By boblov in forum Excel General
    Replies: 5
    Last Post: 02-15-2016, 02:16 PM
  2. [SOLVED] Calculating monthly budget expenses
    By Warrain in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-15-2006, 07:00 PM
  3. Template for tracking monthly business expenses
    By lkeller in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-31-2005, 12:05 AM
  4. [SOLVED] I want to make a simple ledger showing expenses and income
    By zano in forum Excel General
    Replies: 1
    Last Post: 02-27-2005, 07:06 AM
  5. [SOLVED] sales, expenses and purchase ledger for excel
    By Siraj in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-30-2005, 04:06 PM

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