View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jeffP
 
Posts: n/a
Default Case Sensitive w/ IF

All I'm trying to do is check a cell for a text answer:

If ActiveCell.Text = "Yes" Then

but I need to test for YES,YEs,Yes,and yes

Do I really need to nest four If statements to do that?

Thanks for any and all help