+ Reply to Thread
Results 1 to 4 of 4

Find Today's Date function

  1. #1
    Registered User
    Join Date
    06-14-2012
    Location
    San Diego
    MS-Off Ver
    Excel 2008
    Posts
    3

    Find Today's Date function

    Hi everyone, thank you in advance for your help. I hope I can explain this clearly enough to get a response.

    I have a spreadsheet with column A - all dates. Column B is a numerical value. I want to be able to enter in today's value in one cell at the very top of the spreadsheet, and have it automatically entered next to today's date in column B. For example, if today (6/18/12) I entered in the number 500 in the one cell at the top, I want it to automatically enter the numerical value 500 next to 6/18/12 in column B below. Tomorrow (6/19/12) I want to be able to enter a different number, let's say 550, in the one cell at the top, and have it automatically entered next to 6/19/12 in column B below. I want the previous day's value to remain unchanged.

    Any suggestions??

    Thanks again!

  2. #2
    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: Find Today's Date function

    Hi

    With your list of dates starting in A2 and your number that you want in B1, try this in B2 and copy down.

    =IF(A2=TODAY(),$B$1,"")
    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.

  3. #3
    Registered User
    Join Date
    06-14-2012
    Location
    San Diego
    MS-Off Ver
    Excel 2008
    Posts
    3

    Re: Find Today's Date function

    Thank you for your help fotis. Your suggestion is very close to working!! The only problem that I came across was when it becomes tomorrow (lets say tomorrow is 6/21), the value in column B for (6/20) will disappear since 6/20 is no longer 'today'. Do you know a way to keep the previous day's values using your formula without losing the values for each previous day?
    Thanks again!

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

    Re: Find Today's Date function

    Try the method described here

+ 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