scottlloyd33
New Member
- Joined
- Oct 7, 2002
- Messages
- 32
I know I've seen this but cannot find it in the archives. I've got 2 columns of Address info -- either in column L or M. What I'm trying to do is search Column L for a zero => nine. If I find it -- then address is Column L -- otherwise it has to be Column M. I'm trying:
=IF(OR(FIND({"1","2","3","4","5","6","7","8","9","0"},L2))>0,"Column L","Column M")
but to no avail. I know I've got parentheses out of whack or something. Thanks in advance...
=IF(OR(FIND({"1","2","3","4","5","6","7","8","9","0"},L2))>0,"Column L","Column M")
but to no avail. I know I've got parentheses out of whack or something. Thanks in advance...