Thread
:
Case Sensitive w/ IF
View Single Post
#
1
Posted to microsoft.public.excel.worksheet.functions
jeffP
Posts: n/a
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
Reply With Quote