Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
1. I am trying to lock & unlock a cell depending upon a change in value of
the other cell. 2.Is there any way that we can desplay a user message or a error message if a condition is not meet. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use Data Validation:
Let's say the largest value we want in B1 is 100 and we do not want A1 changed if B1 is equal to or greater than 100. Click on A1 and: Data Validation... Custom Formula =B1<100 Note that this will work even if A1 and B1 are not directly related. -- Gary''s Student - gsnu200780 "Ridhi" wrote: 1. I am trying to lock & unlock a cell depending upon a change in value of the other cell. 2.Is there any way that we can desplay a user message or a error message if a condition is not meet. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using a Check Box to Lock/Unlock Cells | Excel Discussion (Misc queries) | |||
Lock/Unlock cells | Excel Worksheet Functions | |||
I FORGOT MY PASSWORD AND THE EXCEL SHEET IS LOCK HOW CAN I UNLOCK | Excel Discussion (Misc queries) | |||
Lock or Unlock cell references in a formula for auto fill purposes | Excel Discussion (Misc queries) | |||
Lock and Unlock cells using VBA | Excel Discussion (Misc queries) |