View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chuck H.[_2_] Chuck H.[_2_] is offline
external usenet poster
 
Posts: 1
Default Event Change Copy

Need help!!!!

Let us say everytime I enter "YES" in column B in the same row I want to
insert the following formula:
=IF(B4="Yes",C4&E4,"") and highlith it in green.

How can I do it?
Chuck