:wave::skin-tone-3: Is there anyone here who is go...
# tribe
c
👋🏼 Is there anyone here who is good with google sheets ?? I need some specific help with cleaning out dirty data ( using different formula and moving/combining rows of data )
Trying to combine data from 2 rows into 1 ( and similarly for other 50 rows) and also do better regex matches than
Copy code
=OR(REGEXMATCH(TO_TEXT(R2), ".*US.*"), REGEXMATCH(TO_TEXT(R2), ".*401.*"), REGEXMATCH(TO_TEXT(R2), ".*EU.*"))
PS: Trying to make job board more active
t
Download, uae csvkit on it and reupload?
👀 1
c
Thank you Phani for that tip !! NoCode philosophy has blinded me a lot 🤦🏼‍♂️
Coding is a superpower 😊 and it's better to use it rather than learn advanced formulas on Google sheet
t
You don't need to code, really. Just shell commands you explore with. Csvkit has lots of nice helpers.
c
CSVkit is quite powerful !! But for this case, code makes more sense.