Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello all
Wonder if this is possible. I realise Data Validation caters for restriction of dates but how do I stop any entry being made in B1 unless first there is an entry in A1? Many thnks ML |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I did this in xl2003:
With B1 the active cell: Data|Validation Settings tab Custom Formula: =AND(ISNUMBER(A1),ISNUMBER(B1),A1<B1) and made sure that "Ignore Blank" is not checked. Be aware that this won't help if A1 is changed after the entry is made in B1. I'd add a warning message in C1(?) that showed up if the entries were not correct--big, red, letters. (In fact, I wouldn't use data|validation. I'd just use that helper cell with the warning message.) On 06/19/2011 05:07, Mr X Z wrote: Hello all Wonder if this is possible. I realise Data Validation caters for restriction of dates but how do I stop any entry being made in B1 unless first there is an entry in A1? Many thnks ML -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Jun 19, 12:11*pm, Dave Peterson wrote:
I did this in xl2003: With B1 the active cell: Data|Validation Settings tab Custom Formula: *=AND(ISNUMBER(A1),ISNUMBER(B1),A1<B1) and made sure that "Ignore Blank" is not checked. Be aware that this won't help if A1 is changed after the entry is made in B1. I'd add a warning message in C1(?) that showed up if the entries were not correct--big, red, letters. (In fact, I wouldn't use data|validation. *I'd just use that helper cell with the warning message.) On 06/19/2011 05:07, Mr X Z wrote: Hello all Wonder if this is possible. I realise Data Validation caters for restriction of dates but how do I stop any entry being made in B1 unless first there is an entry in A1? Many thnks ML -- Dave Peterson Thanks Dave - I'll give it a try (I am using Xl2003). If you have a spare mo please have a look at the discussion here - http://groups.google.com/group/micro...99377d3f6505f# ML |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I insert a earlier date and sort it chronologicaly? | New Users to Excel | |||
how do I subtract time from a date to get an earlier date? | Excel Discussion (Misc queries) | |||
Deriving an earlier date based on a later date | Excel Worksheet Functions | |||
How do I format an Excel date earlier than 1900? | Excel Worksheet Functions | |||
How do I replace dates earlier than certain date? | Excel Discussion (Misc queries) |