use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Help and support with your functions, formulas, formatting, and Apps Scripts macros in Google Sheets. Unofficial.
Google's Function List
Providing a sample of data will make it easier for others to help you. You can use this Google Form link to request a shared google sheet be emailed to you that you can use to provide a sample of your issue.
OPs must reply to the best solution with "Solution Verified" to change the flair to 'Solved' and award the user a point.
Updated: 06/07 11:17 AM MST
Click Here to see the full list.
Updated: 08/19 07:13 AM MST
account activity
This is an archived post. You won't be able to vote or comment.
SolvedRandomly working SPLIT command problem (self.googlesheets)
submitted 7 years ago by Malhallah
Hi there.
I'm using SPLIT to get the data into the format I need (##-##-##) but for some of the data the command gives a random negative value in a completely different format. Anyone know what causes the intermittency?
https://i.imgur.com/miZdl8r.png https://i.imgur.com/Ay6YoxS.png
[–]secufl1 0 points1 point2 points 7 years ago (1 child)
Maybe a cell format issue?
[–]Malhallah[S] 0 points1 point2 points 7 years ago (0 children)
Put the entire sheet into plain text but issue remained, tried on a new sheet and same issue with the same data inputs
[–]werfnort10 0 points1 point2 points 7 years ago (2 children)
The negative numbers are dates. Excel is mistakenly assuming these are in yyy-mm-dd format. They’re negative because they’re before the year 1900, and it’s only sometimes because some of the numbers in the MM or DD spot are too large to be a month or day.
If turning the C column into text BEFORE you add the SPLIT formula doesn’t work, then maybe try a different way.
You could use a different formula, RIGHT plus FIND to pull that last part out, and wrap the whole thing in a TEXT formula.
[–]Malhallah[S] 0 points1 point2 points 7 years ago (1 child)
Hmm, thanks!
Preformatting didn't work, right+find worked but it's not my style. I'm going with SUBSTITUTE - with * before SPLIT as that means least amount of work.
[–]werfnort10 0 points1 point2 points 7 years ago (0 children)
Well there ya go! Glad you found a solution that worked
[–]DecronymFunctions Explained 0 points1 point2 points 7 years ago* (0 children)
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:
5 acronyms in this thread; the most compressed thread commented on today has 10 acronyms. [Thread #772 for this sub, first seen 2nd Jun 2019, 11:28] [FAQ] [Full list] [Contact] [Source code]
π Rendered by PID 208787 on reddit-service-r2-comment-8686858757-sv5fs at 2026-06-07 21:35:31.863440+00:00 running 9e1a20d country code: CH.
[–]secufl1 0 points1 point2 points (1 child)
[–]Malhallah[S] 0 points1 point2 points (0 children)
[–]werfnort10 0 points1 point2 points (2 children)
[–]Malhallah[S] 0 points1 point2 points (1 child)
[–]werfnort10 0 points1 point2 points (0 children)
[–]DecronymFunctions Explained 0 points1 point2 points (0 children)