Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Data Validation Query

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Data Validation Query

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Data Validation Query

"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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Validation query katet Excel Worksheet Functions 2 March 6th 07 04:31 PM
data validation query katet Excel Worksheet Functions 1 March 6th 07 04:30 PM
Data Validation Query ALEX Excel Discussion (Misc queries) 1 January 26th 07 01:33 PM
Importing Data via Web Query - Can values be passed to query? [email protected] Excel Discussion (Misc queries) 5 May 9th 06 06:21 PM
Save data retreived from query without saving query Anthony Excel Discussion (Misc queries) 0 January 25th 06 07:17 PM


All times are GMT +1. The time now is 07:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"