Nayasoch
Board Regular
- Joined
- Sep 9, 2016
- Messages
- 73
Hello Everyone,
I have searched for solution for few hours but couldn't find any. I have few text strings of variable length. I would like to extract content of cell that starts with certain specific Character.
For Example
I have A1:A3
Batman vs superman 4:50
Wonder woman vs Flash 5:60
Batman vs Aquaman 6:90
Now If I want to extract text string of cell starting with letter B. Then I expecting result in B1:B3 as,
Batman vs superman 4:50
Batman vs Aquaman 6:90
i.e B2 is empty and B1 and B2 will be filled with cell content of A1 and A3.
Any help guys??
I have searched for solution for few hours but couldn't find any. I have few text strings of variable length. I would like to extract content of cell that starts with certain specific Character.
For Example
I have A1:A3
Batman vs superman 4:50
Wonder woman vs Flash 5:60
Batman vs Aquaman 6:90
Now If I want to extract text string of cell starting with letter B. Then I expecting result in B1:B3 as,
Batman vs superman 4:50
Batman vs Aquaman 6:90
i.e B2 is empty and B1 and B2 will be filled with cell content of A1 and A3.
Any help guys??