View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sean Timmons Sean Timmons is offline
external usenet poster
 
Posts: 1,696
Default Display text automatically

in A1:

=IF(istext(B1),"OPEN","")

"OKY" wrote:

I need to enter a text in A1 if i enter text in B1.
In other words, if I enter any text in B2 I want A1 to display "OPEN"

Thank you for your help.