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 turn a pivoted forecast with columns into a formulaic row-based output?
Wondering the best way to do this in Sheets - I have a forecast with strings in column A, and 10 columns worth of forecasted data. So column A would have the store name, columns B-K would have the for...
fbnhost1
Votes: 0
Answers: 1
Creating high and low balance calculations from a dataset
I have a list of currency trades, and from this I need to calculate the high and low points of the balance of each currency. I have created a simple example in the Sheet below:
https://docs.google.com...
Dan
Votes: 0
Answers: 1
Recursively flatten a deeply-nested mix of objects and arrays
I'm trying to flatten a data object that contains mixed content (JavaScript within a React application). I just need the keys of every parent and child in the object; I don't necessarily need the valu...
patrickrso
Votes: 0
Answers: 2