Thread: If formula
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default If formula

=if(b1="leave",a1,b1)
???

or maybe...

=if(or(b10,b1="Leave"),b1,a1)



koba wrote:

if the cell contains the word leave then display a1.

sorry forgot that bit

andrew

--
koba
------------------------------------------------------------------------
koba's Profile: http://www.excelforum.com/member.php...o&userid=28639
View this thread: http://www.excelforum.com/showthread...hreadid=491687


--

Dave Peterson