View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
John C[_2_] John C[_2_] is offline
external usenet poster
 
Posts: 1,358
Default How do I restrict data entry to one of two columns

Data Validation.
In cell E1, go to Data--Validation
Allow:
Date
Data:
Greater than or equal to
Start Date:
=IF(F10,99999,0)
Highlight column E (or at least down to where is needed), and go to
Data--Validation, and select YES for extending data validation.

Then in F1, do the same thing as in E, except the formula for start date
will be E1, highlight column F, and go to Data--Validation, YES to extend,
again, same as you did in column E.
--
John C


"Gillian" wrote:

I have a file with several fields to be entered. Two of the columns are date
fields (say columns E and F). What I want to happen is that if data is
entered in row 3 of column E then it is not possible to enter data in row 3
of column F, and vice versa.
I presume this would be some kind of conditional formatting, but I can't
work out how to do this. I also need to do this in Excel 2000.