I need to select Twitter handle names from retweets and create a list of usernames. I wonder how I can select text within a string that start with "@". Here's an example for a retweet.
@MyBrianLeyh @IngrahamAngle @TombStoneBub @MeticulousPaul @kjross1970 @RealTT2020 @busylizzie48 @LaylaAlisha11…
Thanks!
I've tried the MID function on Excel to select user names. However, I have to specify the length of the (part of the) string. User names have different lengths. So the results are not accurate.