+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Subtract a cell based on current date

  1. #1
    Registered User
    Join Date
    10-20-2011
    Location
    Brooklyn, NY
    MS-Off Ver
    Excel 2007
    Posts
    4

    Subtract a cell based on current date

    I'm doing a budget spreadsheet where each line item has the amount that was budgeted for it for the year. At the end of my spreadsheet I've created a column that will show how much of the budget we expected is still owed irregardless to what we've actually paid. (i.e. we budget 1200 for the year, by October 31st this column should show 200). I want to write a formula that will automatically subtract 1/12 of the budget on the last day of the month. Is this possible?
    Last edited by nfavours; 11-02-2011 at 04:50 PM.

  2. #2
    Registered User
    Join Date
    10-23-2011
    Location
    Sydney Australia
    MS-Off Ver
    Excel for Mac V16.39
    Posts
    68

    Re: Subtract a cell based on current date

    Quote Originally Posted by nfavours View Post
    I'm doing a budget spreadsheet where each line item has the amount that was budgeted for it for the year. At the end of my spreadsheet I've created a column that will show how much of the budget we expected is still owed irregardless to what we've actually paid. (i.e. we budget 1200 for the year, by October 31st this column should show 200). I want to write a formula that will automatically subtract 1/12 of the budget on the last day of the month. Is this possible?

    if your budget is in cell A1, use the following formula

    =A1-(((MONTH(NOW()))/12)*A1)

    Let me know how it goes.

    Regards
    Brian

  3. #3
    Registered User
    Join Date
    10-20-2011
    Location
    Brooklyn, NY
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Subtract a cell based on current date

    It worked, Brian! Thank you so much for your help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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