Macro to extract to a new column
Closed
ty
-
Mar 15, 2010 at 05:08 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 15, 2010 at 01:30 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 15, 2010 at 01:30 PM
Related:
- Macro to extract to a new column
- How to delete a column in word - Guide
- Extract audio from video vlc - Guide
- Macro for number to words in excel - Guide
- Vba select column by name ✓ - Excel Forum
- How do i auto number a column in excel? ✓ - Excel Forum
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 15, 2010 at 01:30 PM
Mar 15, 2010 at 01:30 PM
Not sure what you seek, but from what i could get
=IF(NOT(ISERROR(SEARCH("BLACK",A1,1))),"BLACK",IF(NOT(ISERROR(SEARCH("COLOUR",A1,1))),"COLOUR","mono"))
=IF(NOT(ISERROR(SEARCH("BLACK",A1,1))),"BLACK",IF(NOT(ISERROR(SEARCH("COLOUR",A1,1))),"COLOUR","mono"))