Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Nick Read
 
Posts: n/a
Default Altering read/write facility of individual cells

I would like to make a cell unwritable (i.e. a user
cannot input any data into it) until spefic line of text
is entered into the cell above it, is this possible in
Excek, and is fo how.

Many Thanks

Nick
  #2   Report Post  
Gordon
 
Posts: n/a
Default

Nick Read wrote:
I would like to make a cell unwritable (i.e. a user
cannot input any data into it) until spefic line of text
is entered into the cell above it, is this possible in
Excek, and is fo how.

Many Thanks

Nick

Not natively AFAIK - you'll have to write a VB script I would think.....

--
Registered Linux User no 240308
Just waiting for Broadband to complete the conversion!(3 weeks and
counting!)
gordonATgbpcomputingDOTcoDOTuk
to email me remove the obvious!
  #3   Report Post  
Lady Layla
 
Posts: n/a
Default

Data Validation may work




"Nick Read" wrote in message
...
: I would like to make a cell unwritable (i.e. a user
: cannot input any data into it) until spefic line of text
: is entered into the cell above it, is this possible in
: Excek, and is fo how.
:
: Many Thanks
:
: Nick


  #4   Report Post  
Jason Morin
 
Posts: n/a
Default

Building off of Lady Layla's suggestion, assume we're
working with A1 and A2.

1. Click on A2.
2. Go to Data Validation.
3. Under "Allow", click "Custom". In the box below put:
=$A$1<""
4. Click on the "Error Alert" tab and put in an Error
message such as "Sorry, you must enter a value in A1
first."

Validation is a nice feature but can be easy overridden
by devious users. For example, you can copy and paste
over the Validation cell and erase the set-up. To learn
more about Validation in general, check out:

http://www.contextures.com/xlDataVal01.html

HTH
Jason
Atlanta, GA



-----Original Message-----
I would like to make a cell unwritable (i.e. a user
cannot input any data into it) until spefic line of text
is entered into the cell above it, is this possible in
Excek, and is fo how.

Many Thanks

Nick
.

  #5   Report Post  
Gordon
 
Posts: n/a
Default

Jason Morin wrote:
Building off of Lady Layla's suggestion, assume we're
working with A1 and A2.

1. Click on A2.
2. Go to Data Validation.
3. Under "Allow", click "Custom". In the box below put:
=$A$1<""
4. Click on the "Error Alert" tab and put in an Error
message such as "Sorry, you must enter a value in A1
first."

Validation is a nice feature but can be easy overridden
by devious users. For example, you can copy and paste
over the Validation cell and erase the set-up. To learn
more about Validation in general, check out:

http://www.contextures.com/xlDataVal01.html

HTH
Jason
Atlanta, GA




-----Original Message-----
I would like to make a cell unwritable (i.e. a user
cannot input any data into it) until spefic line of text
is entered into the cell above it, is this possible in
Excek, and is fo how.

Many Thanks

Nick
.


I think the OP means that they want the cell to be locked until the text
is input - data validation won't LOCK a cell, will it?

--
Registered Linux User no 240308
Just waiting for Broadband to complete the conversion!(3 weeks and
counting!)
gordonATgbpcomputingDOTcoDOTuk
to email me remove the obvious!


  #6   Report Post  
Dave Peterson
 
Posts: n/a
Default

It won't lock the cell, but it'll stop any entry that's typed into the cell when
the cell above is still empty.

And that may be enough for the OP.

Gordon wrote:

Jason Morin wrote:
Building off of Lady Layla's suggestion, assume we're
working with A1 and A2.

1. Click on A2.
2. Go to Data Validation.
3. Under "Allow", click "Custom". In the box below put:
=$A$1<""
4. Click on the "Error Alert" tab and put in an Error
message such as "Sorry, you must enter a value in A1
first."

Validation is a nice feature but can be easy overridden
by devious users. For example, you can copy and paste
over the Validation cell and erase the set-up. To learn
more about Validation in general, check out:

http://www.contextures.com/xlDataVal01.html

HTH
Jason
Atlanta, GA




-----Original Message-----
I would like to make a cell unwritable (i.e. a user
cannot input any data into it) until spefic line of text
is entered into the cell above it, is this possible in
Excek, and is fo how.

Many Thanks

Nick
.


I think the OP means that they want the cell to be locked until the text
is input - data validation won't LOCK a cell, will it?

--
Registered Linux User no 240308
Just waiting for Broadband to complete the conversion!(3 weeks and
counting!)
gordonATgbpcomputingDOTcoDOTuk
to email me remove the obvious!


--

Dave Peterson
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
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM
Sizing individual Cells Tom Excel Worksheet Functions 2 December 1st 04 06:01 PM
how do you create drop down menus for individual cells in excel? Frosty1 Excel Worksheet Functions 2 November 15th 04 11:02 PM
How to change the width on individual cells TemporarilyConfused Excel Worksheet Functions 1 November 10th 04 07:34 PM


All times are GMT +1. The time now is 06:22 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"