ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Validation rule (https://www.excelbanter.com/excel-discussion-misc-queries/75471-validation-rule.html)

nick

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.


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

Andy.

"nick" wrote in message
...
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.




EdMac

Validation rule
 

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


nick

Validation rule
 
Thanks a lot

"Andy" wrote:

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

Andy.

"nick" wrote in message
...
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.





nick

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




All times are GMT +1. The time now is 12:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com