View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 145
Default excel fields - validation

Use conditional formatting to turn the Field B red if A has a value and B is
empty.

Eg:
=AND($A$1<"",$B$1="")

Assuming you mean on a sheet - you don't specify.

Tim

"magix" wrote in message
...
How can I use excel formula to force an entry to be input to Field B, if
Field A has certain value ?

Thanks.

Regards.