+ Reply to Thread
Results 1 to 4 of 4

Updating Dates Format

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    02-20-2010
    Location
    Youngstown, Ohio
    MS-Off Ver
    Excel 2010
    Posts
    182

    Updating Dates Format

    I have a spreadsheet where cell B4 has the formula to update to the current date "=today()". Column A is Invoice #'s, Column B has the Date Issued, and Column C should calculate using a formula Days Open. In cell C9 I have the formula "=B4-B9". B4 needs to always be a constant value in the formula while B9 would be a variable. So assuming that today's date is the 15th (cell B4) and the date issued in B9 is the 1st of the same month/year, the returned value would be 14. This part works fine. Now, if I want to copy the formula and put it in all the cells in column C, the formula updates the source cells as it moves down each row which is okay for the row values but not for the constant B4. I want the formula to always use cell B4 (today's date) and subtract the variable in column B as it is copied down. How do I do this?

    Thanks,
    Jim

    I've added a copy of the file. Please note the two different tabs at the bottom.
    Attached Files Attached Files
    Last edited by cheddarthief; 01-31-2013 at 03:37 PM. Reason: Adding file for reference

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,622

    Re: Updating Dates Format

    You could use
    =today()-B9
    and pull down as needed. Of course the results will be different tomorrow

  3. #3
    Forum Contributor
    Join Date
    02-20-2010
    Location
    Youngstown, Ohio
    MS-Off Ver
    Excel 2010
    Posts
    182

    Re: Updating Dates Format

    Duh!!! I'm so dumb. That is so obvious. Thank you!!

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2504
    Posts
    13,622

    Re: Updating Dates Format

    Glad to help, and never mind, we all make mistakes

+ 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