anothertallguy
New Member
- Joined
- Sep 15, 2014
- Messages
- 3
I have seven columns of names. Within each row, a name only appears one time. For each row, I would like to be run a search across all seven columns for a specific name, and flag that row if the name appears.
For example, with 4 columns:
John Smith | Jane Doe | Amy Jones | Jude Law
Jane Doe | Devin Shaw| Steve Levitt | Jimmy Stewart
Douglas John| Steve Levitt| Jane Doe| Jeremy Lane
I would like to flag each row (with a "1" in a new column) in which any of the columns contains the name "Jane Doe," regardless of which column she falls under.
I thought this would be easy until I couldn't find any answers out there. Hope this makes sense and I appreciate any insight!
For example, with 4 columns:
John Smith | Jane Doe | Amy Jones | Jude Law
Jane Doe | Devin Shaw| Steve Levitt | Jimmy Stewart
Douglas John| Steve Levitt| Jane Doe| Jeremy Lane
I would like to flag each row (with a "1" in a new column) in which any of the columns contains the name "Jane Doe," regardless of which column she falls under.
I thought this would be easy until I couldn't find any answers out there. Hope this makes sense and I appreciate any insight!