+ Reply to Thread
Results 1 to 10 of 10

Daily updating within a formula

  1. #1
    Registered User
    Join Date
    01-23-2013
    Location
    Anaheim
    MS-Off Ver
    Excel 2007
    Posts
    5

    Daily updating within a formula

    Hello,
    my excel knowledge is very basic. I can't figure out, if its even possible, how to set a spreadsheet to automatically update according to the day of the month.
    Any help would be greatly appreciated.
    Thanks

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Daily updating within a formula

    Hello & Welcome to the Forum,

    This will give you today's date and will change as the date changes.

    =DAY(TODAY())
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    01-23-2013
    Location
    Anaheim
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Daily updating within a formula

    Thank you. my problem is that i have set goals . within these goals there is a pace that i want calculated upto date. i have the formula entered i just want it to update itself every day
    thanks for the help.

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Daily updating within a formula

    Quote Originally Posted by hugoaparedes View Post
    i have the formula entered i just want it to update itself every day
    Not so sure this completely makes sense to me. How about attaching a sample spreadsheet with a before and after?

  5. #5
    Registered User
    Join Date
    01-23-2013
    Location
    Anaheim
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Daily updating within a formula

    i want the information on column E to change automatically each day. Additionally, if the information on column D changes then it will be reflected in column E
    Attached Files Attached Files

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Daily updating within a formula

    I'm guessing the 23 stands for today the 23rd? >> =D6/23*31

    If so, in T1 put the formula >> =TODAY()

    Then in E6 and copied down >> =D6/DAY($T$1)*31

  7. #7
    Registered User
    Join Date
    01-23-2013
    Location
    Anaheim
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Daily updating within a formula

    thank you very much for your help. however i am following your instructions and im curious why in cell T1.
    Also it doesnt seem to be working for me im not sure if im doing it correctly since i keep getting #####.
    thanks for your help

  8. #8
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Daily updating within a formula

    I'm using T1 so you don't have many many cells filled with a volatie function.

    As far as the #####, the cells is not wide enough, although that is becasuse it is trying to calculate it as a date.

    You actually want it to be a number so format as so...

    If you don't want to use a helper cell >> =D6/DAY(TODAY())*31
    Last edited by jeffreybrown; 01-23-2013 at 05:44 PM.

  9. #9
    Registered User
    Join Date
    01-23-2013
    Location
    Anaheim
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Daily updating within a formula

    Jeff you are the MAN!! thanks

  10. #10
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Daily updating within a formula

    Glad it worked out for you and you are very welcome.

+ 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