View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chuck H.[_3_] Chuck H.[_3_] is offline
external usenet poster
 
Posts: 13
Default Event change copy

Resolved!

"Chuck H." wrote:

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,"") in the same ROW but column A4 for instance and
highlith it in green.

How can I do it?
Chuck