Default Dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top