+ Reply to Thread
Results 1 to 2 of 2

How can I get a cell locked if the condition is false?

  1. #1
    FareedAhmed76
    Guest

    How can I get a cell locked if the condition is false?

    I am the user of MS office 2000, Here I am stuck with a function in Excel.
    I would be grateful if helped.
    I want a cell locked (that specified cell shell not accept any value) if a
    condition is false.
    Example: If the value in cell (B1) is equal to the value in cell (A1) then
    the cell (C1) should accept a value.
    And if the value in cell (B1) is not equal to the value in cell (A1) then
    the cell (C1) should not accept any value.


  2. #2
    Jason Morin
    Guest

    Re: How can I get a cell locked if the condition is false?

    While it does have its limitations, Validation is one
    option:

    1. Select C1.
    2. Go to Data > Validation
    3. Choose "Custom" on the dropdown. In the "Formula" box
    put:
    =$A$1=$B$1

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >I am the user of MS office 2000, Here I am stuck with a

    function in Excel.
    >I would be grateful if helped.
    >I want a cell locked (that specified cell shell not

    accept any value) if a
    >condition is false.
    >Example: If the value in cell (B1) is equal to the value

    in cell (A1) then
    >the cell (C1) should accept a value.
    >And if the value in cell (B1) is not equal to the value

    in cell (A1) then
    >the cell (C1) should not accept any value.
    >
    >.
    >


+ 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