View Single Post
  #4   Report Post  
Gary''s Student
 
Posts: n/a
Default

O.K. then...

This formula will work:

=IF(AND(A1=" ",B1=" ",C1=" "),"hai",IF(AND(D1=" ",E1=" "),"Hello"," "))
--
Gary''s Student


"joe" wrote:

I just gave an example, I will have values or Blanks

"Gary''s Student" wrote:


--
Gary''s Student
What if none of the cells are blank?

"joe" wrote:

I need to create a formula which states like this

IF ( A1 ' ' AND B1 ' ' AND C1 ' ' Then 'hai', IF D1 ' ' AND E1 ' ' Then
'Hello')

Can you guys help