Search for a string and if found, select that row?
Solved/Closed
maybedog
Posts
2
Registration date
Saturday January 25, 2014
Status
Member
Last seen
January 29, 2014
-
Jan 26, 2014 at 04:01 AM
maybedog Posts 2 Registration date Saturday January 25, 2014 Status Member Last seen January 29, 2014 - Jan 29, 2014 at 12:50 AM
maybedog Posts 2 Registration date Saturday January 25, 2014 Status Member Last seen January 29, 2014 - Jan 29, 2014 at 12:50 AM
Related:
- Search for a string and if found, select that row?
- Vba select case like - Guide
- How to search for a word on a page - Guide
- Saints row 2 cheats - Guide
- Yahoo search history - Guide
- Safe search settings - Guide
2 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
Jan 28, 2014 at 12:11 AM
Jan 28, 2014 at 12:11 AM
in B1 type tis formula
=IF(AND(ISERROR(SEARCH("yorkie",A1)),ISERROR(SEARCH("poodle",A1))),"",A1)
copy B1 down and see what you get and you can modify this idea
download this file and see
http://speedy.sh/9yZ47/naybedog-140128.xlsx
=IF(AND(ISERROR(SEARCH("yorkie",A1)),ISERROR(SEARCH("poodle",A1))),"",A1)
copy B1 down and see what you get and you can modify this idea
download this file and see
http://speedy.sh/9yZ47/naybedog-140128.xlsx
maybedog
Posts
2
Registration date
Saturday January 25, 2014
Status
Member
Last seen
January 29, 2014
Jan 29, 2014 at 12:50 AM
Jan 29, 2014 at 12:50 AM
Great, thank you! I modified the results to be "yes" or "no" rather than the content of the cells and that's perfect. Thank you so much!