+ Reply to Thread
Results 1 to 7 of 7

Days left in a month

  1. #1
    Registered User
    Join Date
    02-26-2012
    Location
    South Africa
    MS-Off Ver
    Excel 2007
    Posts
    1

    Days left in a month

    Please can somebody help me. i am trying to figure out a way to create a daily budget calculator. i need to be able to tell excel that i have a balance of x rands. i need excel to calculate how many days of the month are left and work out how much can be spent per day. the calculator needs to update everyday as the days of the month get less and less.

    please help

    Philippe

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Days left in a month

    hello
    can you try this.

    Please Login or Register  to view this content.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Days left in a month

    Hi and welcome to the forum.

    Try this formula.

    =(DATE(YEAR(TODAY());MONTH(TODAY())+1;1)-1)-TODAY()

    Change semi-colons to gomma, if you have to do it.

    Hope to helps you.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Days left in a month

    Another option:

    Please Login or Register  to view this content.
    or if you have your date in another cell:

    Please Login or Register  to view this content.
    Cheers,
    Last edited by ConneXionLost; 02-26-2012 at 02:23 AM.
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  5. #5
    Registered User
    Join Date
    02-29-2012
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Days left in a month

    Ok, I have no idea how to use Excel properly. If I plug in, for example: =EOMONTH(TODAY(),0)-TODAY(), it just generates: 00/01/1900

    If I plug in: =DAY(DATE(YEAR(TODAY()),MONTH(TODAY())+1,0))-DAY(TODAY()), it generates: 0.

    Where/how do I input the data needed to generate the required information?

    I get paid on the last working day of the month and want to calculate a daily budget, which adjusts on a daily basis until pay day. i.e. If I spend less over a few days, the budget would increase proportionally.

    Thanks

  6. #6
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Days left in a month

    For this:

    Quote Originally Posted by iPete View Post
    Ok, I have no idea how to use Excel properly. If I plug in, for example: =EOMONTH(TODAY(),0)-TODAY(), it just generates: 00/01/1900
    Change the cell format to "General".

  7. #7
    Registered User
    Join Date
    06-27-2012
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Days left in a month

    Quote Originally Posted by iPete View Post
    Ok, I have no idea how to use Excel properly. If I plug in, for example: =EOMONTH(TODAY(),0)-TODAY(), it just generates: 00/01/1900

    If I plug in: =DAY(DATE(YEAR(TODAY()),MONTH(TODAY())+1,0))-DAY(TODAY()), it generates: 0.

    Where/how do I input the data needed to generate the required information?

    I get paid on the last working day of the month and want to calculate a daily budget, which adjusts on a daily basis until pay day. i.e. If I spend less over a few days, the budget would increase proportionally.

    Thanks
    Put it all together and you don't have to change to the formatting:

    =Day(EOMONTH(TODAY(),0)-TODAY())

+ 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