#1   Report Post  
Posted to microsoft.public.excel.misc
nick
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default 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.



  #3   Report Post  
Posted to microsoft.public.excel.misc
EdMac
 
Posts: n/a
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
nick
 
Posts: n/a
Default 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.




  #5   Report Post  
Posted to microsoft.public.excel.misc
nick
 
Posts: n/a
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy workbook- Validation function sjs Excel Worksheet Functions 3 December 28th 05 03:00 PM
data validation lists [email protected] Excel Discussion (Misc queries) 5 June 25th 05 07:44 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
validation rule andrewm Excel Worksheet Functions 7 June 23rd 05 06:45 AM
Data Validation Window? Ken Excel Discussion (Misc queries) 1 January 11th 05 10:48 PM


All times are GMT +1. The time now is 01:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"