+ Reply to Thread
Results 1 to 5 of 5

Validation rule

Hybrid View

  1. #1
    nick
    Guest

    Validation rule

    Hi,

    I am trying to populate data from WS1 to WS2 with some validation rules. In
    this scenario I want to put in a validation rule where, if A1 in worksheet 1
    is not blank (have a character) then a default value 'x' should be populated
    in A1 of ws2. ANy help would be highly appreciated. Thanks.

  2. #2
    Guest

    Re: Validation rule

    Hi
    You could use a formula in A1 of Sheet2:
    =IF(Sheet1!A1<>"","x")

    Andy.

    "nick" <nick@discussions.microsoft.com> wrote in message
    news:F9080941-84CB-49C8-8230-F59D7FB7A918@microsoft.com...
    > Hi,
    >
    > I am trying to populate data from WS1 to WS2 with some validation rules.
    > In
    > this scenario I want to put in a validation rule where, if A1 in worksheet
    > 1
    > is not blank (have a character) then a default value 'x' should be
    > populated
    > in A1 of ws2. ANy help would be highly appreciated. Thanks.




  3. #3
    nick
    Guest

    Re: Validation rule

    Thanks a lot

    "Andy" wrote:

    > Hi
    > You could use a formula in A1 of Sheet2:
    > =IF(Sheet1!A1<>"","x")
    >
    > Andy.
    >
    > "nick" <nick@discussions.microsoft.com> wrote in message
    > news:F9080941-84CB-49C8-8230-F59D7FB7A918@microsoft.com...
    > > Hi,
    > >
    > > I am trying to populate data from WS1 to WS2 with some validation rules.
    > > In
    > > this scenario I want to put in a validation rule where, if A1 in worksheet
    > > 1
    > > is not blank (have a character) then a default value 'x' should be
    > > populated
    > > in A1 of ws2. ANy help would be highly appreciated. Thanks.

    >
    >
    >


  4. #4
    Forum Contributor EdMac's Avatar
    Join Date
    01-23-2006
    Location
    Exeter, UK
    MS-Off Ver
    2003
    Posts
    1,264
    Hi Nick

    In Ws2 A1

    =IF(WS1!A1<>"",value,"")

    this will put in a value you define if not blank otherwise it will be blank

    Ed

  5. #5
    nick
    Guest

    Re: Validation rule

    Thanx a lot

    "EdMac" wrote:

    >
    > Hi Nick
    >
    > In Ws2 A1
    >
    > =IF(WS1!A1<>"",value,"")
    >
    > this will put in a value you define if not blank otherwise it will be
    > blank
    >
    > Ed
    >
    >
    > --
    > EdMac
    > ------------------------------------------------------------------------
    > EdMac's Profile: http://www.excelforum.com/member.php...o&userid=30736
    > View this thread: http://www.excelforum.com/showthread...hreadid=519363
    >
    >


+ 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