+ Reply to Thread
Results 1 to 2 of 2

Lock cell dynamically as you enter values

  1. #1
    Registered User
    Join Date
    01-30-2010
    Location
    Greece
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question Lock cell dynamically as you enter values

    Suppose you enter the number 5 in A1 cell.
    I want excel to disable entry (or fill them with a color) in cells A2,A3,A4,A5.

    If you enter number 2 in A1 cell.
    I want excel to disable entry in cell A2.

    Get the picture ? How can i do that ?

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Lock cell dynamically as you enter values

    If you enter number 2 in A1 cell.
    I want excel to disable entry in cell A2.
    Use Data Validation, Custom, in cell A2 using this formula

    =ISBLANK(A1)

    or

    =LEN(A1)=0

    To color cells based on the value of another cell see this link on
    Excel Conditional Formatting Based on another cell
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1