Writing IF Statement
=IF(ISNUMBER(MATCH("test",A1:AA1,0))","proceed to next sheet","stop")
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Angie" wrote in message
...
Is there anyway to write an if statement for a range without identifing
each
cell?
Ex: If cells A1:AA1 = "test","proceed to next sheet","stop".
Thanks,
Angie
|