+ Reply to Thread
Results 1 to 7 of 7

Month to Month Expenditure Tally (IF THEN Logic)

  1. #1
    Registered User
    Join Date
    01-19-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    MS Office 2019 for Mac | Version 16.73
    Posts
    20

    Month to Month Expenditure Tally (IF THEN Logic)

    Hello,

    I am trying to track expenses from month to month and subtract any money that exceeds the allocated funds for each month from the next's. For example, each month has an allowance of $300; if January's expenditure is $350, then February's allowance should be reduced to $250. I am able to trigger this for February but cannot get the subtractions to stack. This means that March's allowance will not take into account January and February's combined expenditures.

    Below is the formula I am using for February (which works), followed by the one I have been tinkering with for March:

    February

    =IF(JAN!C4>480,480-JAN!C4)-IMSUM(A6:A14)

    March

    =IF(JAN!C4>480,480-JAN!C4)*AND(IF(FEB!C4>JAN!B4,480-IMSUM(FEB!A6:A14)-IMSUM(A6:A14)))

    I have also included the document I am working from for reference (see: attached). Please note, I am using Excel on a Mac.

    Any help would be greatly appreciated!
    Attached Files Attached Files
    Last edited by preppy_prince; 01-19-2022 at 10:02 AM.

  2. #2
    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,830

    Re: Month to Month Expenditure Tally (IF THEN Logic)

    Welcome to the forum.

    If your version is for Mac, please add this to your forum profile with the version number.

    This is a problem:

    ='C:\Users\ritman\Desktop\My Files\Lifestyle\Finances\[Budget.xlsx]MASTER'!D9

    We don't have access to that workbook, so there are #REF! errors in your sample. Please fix and reattach.
    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.

  3. #3
    Registered User
    Join Date
    01-19-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    MS Office 2019 for Mac | Version 16.73
    Posts
    20

    Re: Month to Month Expenditure Tally (IF THEN Logic)

    Hi Ali,

    Thank you for your help!

    The attachment should work now and I have stipulated that I am using Excel on a Mac

  4. #4
    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,830

    Re: Month to Month Expenditure Tally (IF THEN Logic)

    Thanks, but it's not showing in your profile. It just says MS-Off Ver: 16.57. It needs to be 16.57 for Mac.

    I will have another quick look (but I'm off out very soon, so it may fall to someone else to help you).

  5. #5
    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,830

    Re: Month to Month Expenditure Tally (IF THEN Logic)

    Still no dice - sorry!

    AliGW on MS365 Insider (Windows) 64 bit

    A
    B
    C
    1
    EXPENDITURE
    2
    Float
    Available
    Total Spent
    3
    #REF!
    #REF!
    $ 500.00
    4
    Value
    Date
    Notes
    5
    $ 20.00
    01/01/2022
    6
    $ 50.00
    07/01/2022
    Sheet: JAN

    You need to change any EXTERNAL references to hard-coded values.

  6. #6
    Registered User
    Join Date
    01-19-2022
    Location
    Melbourne, Australia
    MS-Off Ver
    MS Office 2019 for Mac | Version 16.73
    Posts
    20

    Re: Month to Month Expenditure Tally (IF THEN Logic)

    I managed to stumble my way through and arrive at a formula that works, so in case anyone else is trying to put through a rolling budget and expenditure tally, I hope that this will help!

    January

    =A3-IMSUM(A5:A14)

    February

    =JAN!B3-IMSUM(A5:A14)+300

    February's formula above can be used for every following month. Only the sheet name needs to be changed to reflect the previous month's expenditure.

    I have included a new copy of the document with the updated formulae (see: attached)

    Thanks to AliGW for her help earlier too!
    Attached Files Attached Files

  7. #7
    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,830

    Re: Month to Month Expenditure Tally (IF THEN Logic)

    You're welcome and thanks for the useful update.

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

    Also, if you have not already done so, 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 all those who offered 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. tally up the numbers each individual has accepted or declined, month by month
    By Reece_Bell in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-03-2021, 03:58 AM
  2. [SOLVED] Return Month-on-Month growth using current month-prior month/prior month per country
    By losincog in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-21-2020, 05:37 AM
  3. Calculate the date out of funds given a known expenditure plan each month
    By jdiegelmann in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-06-2020, 05:44 PM
  4. Tally by month and employee
    By munizmoonkat in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-07-2018, 01:23 PM
  5. [SOLVED] Auto instert Month names for This month, Last month and Next month
    By hemal89 in forum Word Programming / VBA / Macros
    Replies: 4
    Last Post: 12-10-2013, 12:01 PM
  6. Replies: 2
    Last Post: 11-06-2011, 11:01 PM
  7. Replies: 1
    Last Post: 03-23-2009, 03:47 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