View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
The Code Cage Team[_119_] The Code Cage Team[_119_] is offline
external usenet poster
 
Posts: 1
Default AUTO FILL ADJACENT CELL WITH SPECIFIED VALUE


A simple if statement can suffice for your wording like:
=IF(AND(A1<"",B1="Yes"),"Ok","") so this formula says if the cell A1 is
not blank and the cell B1 contains the word Yes then display the word
Ok.

Does this help?


--
The Code Cage Team

Regards,
The Code Cage Team
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
The Code Cage Team's Profile: http://www.thecodecage.com/forumz/member.php?userid=2
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=36374