Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default How do I make an execl cell A3 read-only based on A4?

How do I make an execl cell A3 read-only based on the value of cell A4?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default How do I make an execl cell A3 read-only based on A4?

Please explain what you try to achieve.
What should happen to cell A3 or if one would try to change cell A3 if what
happens to cell A4?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Jerome" wrote in message
...
How do I make an execl cell A3 read-only based on the value of cell A4?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default How do I make an execl cell A3 read-only based on A4?

You can do it with Data Validation on the Data menu. Select A3 and
then open the Validation dialog. There, choose "Custom" from the Allow
list. In the formula box, enter a formula that returns either TRUE or
FALSE, depending on some calculation based on A4. If the formula
returns TRUE (or any non-zero numeric value), the input value will be
allowed in A3. If the formula returns FALSE (or zero), the input value
will not be allowed. For example, if the validation formula in A3 is

=IF($A$4100,TRUE,FALSE)

input will be accepted only if A4 is greater than 100. (Of course, you
could shorten this formula to =$A$4100, but I use the IF for
clarity.)

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)



On Thu, 10 Sep 2009 13:15:27 -0700, Jerome
wrote:

How do I make an execl cell A3 read-only based on the value of cell A4?

  #4   Report Post  
Posted to microsoft.public.excel.misc
KC KC is offline
external usenet poster
 
Posts: 94
Default How do I make an execl cell A3 read-only based on A4?

select Cell A3
and goto 'Data' Menu and choose 'Validation'.
under validation Settings/Criteria choose Allow as 'Custom'
and in the formula field below type in
=(A4<"Locked")

so this will not allow you to enter anything if A3 if A4 contains the text
'Locked'

is this is what you were looking for?

-kc
*click YES if this works


"Jerome" wrote:

How do I make an execl cell A3 read-only based on the value of cell A4?

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
How can I make a cell = another cell based on a condition? breezy Excel Worksheet Functions 14 January 18th 09 05:08 PM
How do I make a cell refrence another cell based on conditions? Carl Excel Worksheet Functions 1 April 27th 08 03:05 PM
Make chart title based on a cell? pokdbz Excel Discussion (Misc queries) 3 July 11th 06 07:26 PM
how to make webquery based on cell josvanbil Excel Worksheet Functions 0 December 2nd 05 10:20 AM
make a cell empty based on condition mpierre Charts and Charting in Excel 2 December 29th 04 01:01 PM


All times are GMT +1. The time now is 11:19 PM.

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"