question - sort the data

Rains

Regular Member
Joined
Apr 8, 2015
Messages
378
Reaction score
154
hello,,, i need help sorted some data i scraped

2342 black hat world
35343 hat black word 2
23525 word 2 black
1241 black 9 word
903 hat word

(focus on the number) i want to remove that random number in the first sentences, is there a fast way?
 
Excel or notepad++ can do these easily.
Im writing on phone but if i remember correctly you can use delimiter command in excel. Delimited by space and delete first column...smthing like that.
 
Excel or notepad++ can do these easily.
Im writing on phone but if i remember correctly you can use delimiter command in excel. Delimited by space and delete first column...smthing like that.

thx, i found it. browsing how to do in excell and found this formula =RIGHT(A1,LEN(A1)-3) . -3 means 3 word in the begining sentences will be removed :D
 
thx, i found it. browsing how to do in excell and found this formula =RIGHT(A1,LEN(A1)-3) . -3 means 3 word in the begining sentences will be removed :D

I'm glad you find it :) . But Excel>Data>Text to columns>Delimited is so, so useful... using all the time that why was my firs pick.
 
Back
Top