+ Reply to Thread
Results 1 to 2 of 2

Default Dates

  1. #1
    Sue
    Guest

    Default Dates

    I have a worksheet in Excel 2003 that has 2 columns with dates paste linked
    from another workbook. One is a start date and the other a finish date. I
    want excel to automatically default any start date to 1/04/05 where that date
    is before 1/04/05, and in the finish date column, to automatically default
    the date to 31/03/06 for any dates that are after 31/03/06 or there is no
    date at all for that column. I don't want the default dates to alter any
    dates that fall from 1/04/05 to 31/03/06 because they will be relevant dates
    I need to keep. Can this be done?

  2. #2
    Damon Longworth
    Guest

    Re: Default Dates

    You can use something similar to:

    if(link<startdate,startdate,if(link>finishdate,finishdate,link))

    --
    Damon Longworth

    Don't miss out on the 2005 Excel User Conference
    Sept 16th and 17th
    Stockyards Hotel - Ft. Worth, Texas
    www.ExcelUserConference.com


    "Sue" <[email protected]> wrote in message
    news:[email protected]...
    >I have a worksheet in Excel 2003 that has 2 columns with dates paste linked
    > from another workbook. One is a start date and the other a finish date.
    > I
    > want excel to automatically default any start date to 1/04/05 where that
    > date
    > is before 1/04/05, and in the finish date column, to automatically default
    > the date to 31/03/06 for any dates that are after 31/03/06 or there is no
    > date at all for that column. I don't want the default dates to alter any
    > dates that fall from 1/04/05 to 31/03/06 because they will be relevant
    > dates
    > I need to keep. Can this be done?




+ 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