arvindsaraswat
New Member
- Joined
- Feb 12, 2013
- Messages
- 13
I have a huge excel (running into 10k+ rows). The first row is title row.
I want to search for "Some text here : xxx" string in two columns (AA, BA) where xxx can be YES or NO or ??? or blank. This is not nicely formatted, so we can assume some text immediately after YES or NO Strings. Also, YES & NO are case insensitive.
Examples:
Some text here : YES
Some text here : Yesxxssdasf
Some text here : Yes sdfsd 342342 sdfsdfgSome text here : NO
Some text here : nozxsds
If the "Some text here : Yes" is present in AA or BA or both, mark column CA as "PRESENT". In all other cases, mark it as "ABSENT".
I want to search for "Some text here : xxx" string in two columns (AA, BA) where xxx can be YES or NO or ??? or blank. This is not nicely formatted, so we can assume some text immediately after YES or NO Strings. Also, YES & NO are case insensitive.
Examples:
Some text here : YES
Some text here : Yesxxssdasf
Some text here : Yes sdfsd 342342 sdfsdfgSome text here : NO
Some text here : nozxsds
If the "Some text here : Yes" is present in AA or BA or both, mark column CA as "PRESENT". In all other cases, mark it as "ABSENT".