+ Reply to Thread
Results 1 to 3 of 3

Help with formulas that will populate a "quick view" of household bills and payments.

  1. #1
    Registered User
    Join Date
    10-03-2021
    Location
    Louisiana
    MS-Off Ver
    365
    Posts
    2

    Help with formulas that will populate a "quick view" of household bills and payments.

    I am needing help with setting up formulas for this bill sheet. I have "Monthly Charges" which don't change, and they populate to the main "housing" table. I also have the payment table set up, and that information populates to the main "housing" table also.-- I guess what I am needing is a way to show a "running balance owed" that does not include amounts for upcoming months, just the current month with a balance owed that includes any past due Months. Also is there a way that the payments table information could populate in the main housing table based on the date information that is inputed for the payment.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Help with formulas that will populate a "quick view" of household bills and payments.

    In D5

    =SUMIF($B$10:$B$32,"<=" & EOMONTH(TODAY(),-1)+1,$E$10:$E$32)

    in E5

    =SUM($E$10:$E$32)-[Total Actually Paid]

    Changes Months in column B to Excel dates and format as "mmm"
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    10-03-2021
    Location
    Louisiana
    MS-Off Ver
    365
    Posts
    2

    Re: Help with formulas that will populate a "quick view" of household bills and payments.

    OMG! Thank you very much, my eyes were crossing trying to figure it out, but that works great!!

+ 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. Replies: 4
    Last Post: 03-02-2020, 02:08 AM
  2. Replies: 6
    Last Post: 12-15-2019, 12:16 PM
  3. Replies: 5
    Last Post: 02-05-2019, 12:03 AM
  4. Replies: 1
    Last Post: 06-27-2017, 08:27 PM
  5. Automate "Save" from IE11 "View Downloads" dialog
    By fyongyu09 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-26-2017, 03:03 AM
  6. [SOLVED] Open Workbook in "Full Screen" mode but with sized "Window" View
    By HGL in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-19-2016, 05:54 AM
  7. Replies: 3
    Last Post: 09-21-2013, 10:10 AM

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