+ Reply to Thread
Results 1 to 2 of 2

help with formula to show dates from May 1, 2013 through "yesterday"

  1. #1
    Registered User
    Join Date
    06-03-2013
    Location
    Dallas, tx
    MS-Off Ver
    Excel 2010
    Posts
    2

    help with formula to show dates from May 1, 2013 through "yesterday"

    I need to show dates from May 1, 2013 through yesterday's date. Yesterday will be dynamic, since each new day they open the spreadsheet we'll show the date filled in for the "new yesterday." Any help?

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,329

    Re: help with formula to show dates from May 1, 2013 through "yesterday"

    A1 = May 1, 2013
    A2 =IF(TODAY()-1>A1,A1+1,"")
    A3 =IF(TODAY()-1>A2,A2+1,"")
    etc.
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

+ 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