Validation rule

N

nick

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.
 
E

EdMac

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
 
Top