python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to move multiple lines in a google sheet onto just 1 based on the date?
I have many rows with data like below. I would like to end up with rows that have a single date in one column and the next column contains concatenated info of the other rows, like so:
1/20/2022 Tel...
JP Douma
Votes: 0
Answers: 1
How to Fix an Incorrect Jinja Substitution
Sometimes when using jinja substitution into a preset, the characters are not properly encoded and are left as UTF-8 values, for example:
My dynamic preset data contains this field:
"src": &...
Richard Kennedy
Votes: 0
Answers: 1
How to substitute blanks between certain patterns using regex
I want to substitute the blanks between the $# and the ending #.
Test String:
This is my variable A $#testpattern 1# and this is variable B $#testpattern 2 with multiple blanks#
Expected result:
This...
Johannes_FS
Votes: 0
Answers: 2
Google Sheets QUERY + SUBSTITUTE to convert dot to coma
Here is my Google Sheets :
My datas
I would like to import "QUERY" column M,N,O,P,Q,R into another tab (same sheet) but convert dot "." to coma "," from column Q and R.
I...
Tony
Votes: 0
Answers: 2