Find partial match in a cell
Closed
Wes
-
May 24, 2010 at 01:30 PM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - May 25, 2010 at 12:27 AM
venkat1926 Posts 1863 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - May 25, 2010 at 12:27 AM
Related:
- Find partial match in a cell
- Music match jukebox - Download - Audio playback
- Conditional formatting if cell contains text - Excel Forum
- Count if cell contains number - Excel Forum
- Insert a function in cell b2 to display the current date from your system. ✓ - Excel Forum
- We couldn't find an account matching the login info you entered, but found an account that closely matches based on your login history. - Facebook Forum
1 response
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
May 25, 2010 at 12:27 AM
May 25, 2010 at 12:27 AM
suppose sample data is like this from A1 to A7
comp name
a loan co
b mortgage co
c metals co
d infotech co
e loan co
f mortgage co
in B2 copy this formula
=IF(AND(ISERROR(SEARCH("loan",A2)),ISERROR(SEARCH("mortgage",A2))),"","mortgage")
copy B2 down.
do you get what you want.
comp name
a loan co
b mortgage co
c metals co
d infotech co
e loan co
f mortgage co
in B2 copy this formula
=IF(AND(ISERROR(SEARCH("loan",A2)),ISERROR(SEARCH("mortgage",A2))),"","mortgage")
copy B2 down.
do you get what you want.