Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I have a worksheet in which I'd like the user to only be able to enter data into certain cells if the A cell in that row contains a date. Where the A cell in the row is empty, the user should not be able to enter any data into these particular cells, although they will be able to enter data into other cells in the row. I thought I should be able to use custom data validation to do this, however I'm a bit stuck on the formula to use. -- Rhonda Anderson Cranebrook, NSW, Australia |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Add DV with a type of Custom and a formula of
=IF(A1<"",myRange) uncheck the Ignore Blank box. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Rhonda Anderson" wrote in message .5... Hi, I have a worksheet in which I'd like the user to only be able to enter data into certain cells if the A cell in that row contains a date. Where the A cell in the row is empty, the user should not be able to enter any data into these particular cells, although they will be able to enter data into other cells in the row. I thought I should be able to use custom data validation to do this, however I'm a bit stuck on the formula to use. -- Rhonda Anderson Cranebrook, NSW, Australia |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Bob Phillips" wrote in news:eiqbCrrxHHA.484
@TK2MSFTNGP06.phx.gbl: Add DV with a type of Custom and a formula of =IF(A1<"",myRange) uncheck the Ignore Blank box. Very helpful, thank you very much. -- Rhonda Anderson Cranebrook, NSW, Australia |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation query | Excel Worksheet Functions | |||
data validation query | Excel Worksheet Functions | |||
Data Validation Query | Excel Discussion (Misc queries) | |||
Importing Data via Web Query - Can values be passed to query? | Excel Discussion (Misc queries) | |||
Save data retreived from query without saving query | Excel Discussion (Misc queries) |