lil help with "or" formula

M

Murph

I am trying to return a "false" value if there is text in cells E2:I2.. the
only formula i have come up with so far is
=OR(ISTEXT(E2),ISTEXT(F2),ISTEXT(G2),ISTEXT(H2),ISTEXT(I2))
but this returns the opposite value of what I want, it tells me "true" if
there is text...

any help????
 
M

Murph

returns an error... first about a missing parenthese and then once inserted
tells me the formula is invalid
 
Top