Google sheets maximum rows reddit. My datatable has 20 rows and 20 columns.

Google sheets maximum rows reddit. 5 million cells/Spreadsheet is the max.
Google sheets maximum rows reddit My datatable has 20 rows and 20 columns. I will run a Python scripts that will transfer those data to the main parent google sheets. One idea is to add a new column (that you can hide later) which is =MAX(H2:I2), which will result the higher number from the pair. No quotes etc. Is there any way to put a line break at these rows and have them be the headers for their corresponding pages? By the way - it's not quite clear why you're wanting to delete rows in your spreadsheet. Publishing a script as a web app essentially exposes it as a webhook receiver that you can use to do all sorts of things to Sheets, etc. I would then create named ranges for each column and row using the header name. Looker Studio export limit is 750k rows according to this but I've never tested this limit. length. The persons name I might need at like 10000 could be in row 2600 lol. Current bid instantly becomes $1 to Person A. Sheet A currently has one row with data from Sheet B. This new view has a random number of rows, instead of the standard 1000. The problem is the sheet has 53,268 rows, and 1176 seems to be the maximum it can search. When a new row is added, the chart should show the new row and drop the last one. In that sheet, there are dates in column A, then a bunch od data in the following columns. For example, if my sheet contains 1000 rows, even though I'm only using 3 of them, I want a script that sets the value of cell A1 to 1000. You can avoid 0 with MAXIF or MINIF. Get the Reddit app Scan this QR code to download the app now find maximum sum of 4 rows out of many . Everything related to Google Sheets: Your sheets, best practices, questions, and discussions. Click "Add subtotal. And there are some conditional formatting rules. If your dataset wasn't in order, the query could be slightly modified to this: Hi, I've got a list of dates in column A in my 'result' sheet. I’d like it to react where if two people have the same max bid, then it updates like this: Current bid: $0. 000+) rows)? We might need such a db with hundreds of filtered views (any of these views only shows a few hundred rows). For this sheet, the Sheet ID is 1gigYcK-iZ2n7Ax1BjSqdhS-WDIoVEuUB6_hcMmQAFrw. They’re different it is “attached” to the cell but not considered it’s value Hi, I am working with a Google Sheet. To publish the sheet, open google sheets (not the app), click "File" then "Publish". getRange(1 row) you can do sheet getRange(all rows) and then manupulate the data in js and push back in 1 call as well. " Google Sheets will automatically group your rows by the selected cell values and provide subtotals based on your aggregation preference. Request Everything related to Google Sheets: Your sheets Everything related to Google Sheets: Your sheets, best practices, questions, and discussions. More recently, the sheet has become extremely slow. It probably stops at row 1000 since that is how many rows you had when you first applied it. You can connect to SQL databases, execute Python scripts, call API's, etc. Now after deleting the test form response, all the data from that test response is stuck in the response sheet. is just javascript. It's approximately 70-80k rows, with what looks like 8-12 columns, and I'm not sure… Sep 27, 2022 · This help content & information General Help Center experience. Search. Row 1 = Name of the person Row 2 = Date of the meeting And then Row 3 to Row 50 could be notes , The data is in A1 to AOZ50 currently, How can I extract all columns of one person to a seperate new sheet or a new tab in this sheet ? Basically, insteat of doing sheet. If you’re using a library like gspread you will need to find a library that supports inserting notes or make the http requests to the google sheets api without a library to insert the notes. Within the query string (second argument in QUERY), "limit" takes only the first X rows and "offset" skips the first X rows. Or when you want to do it. At 2:03pm, Person B puts in a Max Bid of $3. It won't automatically include newly added rows. For the true/false part where the blank cell would be, you'll notice I didn't put anything there. Instead, you should replace numRows for values. This takes advantage of a data set originally used for a different purpose (a list of "fruits" rated on categories like "Variété dans les plans de caméras" [Variety in camera shots] 🤔), but since most films fruits appear multiple times with different Total values, they can demonstrate how to find the highest value that matches a certain criterion. Hello all. Or check it out in the app stores     TOPICS LIMIT > 1000 Rows query google sheet . Sheets format and . Then, set conditional formatting for both H2 and I2 that "when value is equal to: =J2", then highlight the cell green. Apps script is javascript. Let's assume row 1 is for headers, column A is the date, column B is the count. Database will be better, if your data is above that: Big query + Google sheets. Here's an example implementation I found on this subreddit. Biggest database would be with fulfillments. setValue("TRUE") (or poll_index - 1 if indices start Here two options. I am working on my first big dataset with Google Sheets. I have created various views/tabs/sheets off of the tradelog that show my PnL, dashboard, open trades etc. Then call getValues on that, and loop through that array, delete the rows you want. The max size is 5M cells, not rows. google sheets also has a limit on cells, like 10 million so My experience is that once I hit 3 million performance degrades. Let me know if you have questions on how to make yours work. length and numColumns for values[0]. It expands and deletes rows depending on how many results appear. For instance, with 100 rows and 26 columns per sheet, you can have approximately 192 tabs before hitting the limit. How do I write a script to delete only all the rows except the header row and the rows in Column M1:M? Here is my code that works on not deleting the header but still deletes the rows in column M. Clear search Google sheets has built in limitations that essentially prevent it from being a resource hog from the start. I have a service account with very aggressive usage which has never hit the limit. It works by creating a joined dataset to feed into the query operation Reply reply What is the benefit of using google query function over pivot tables in google sheets if the end result is the same and pivot tables seem much quicker and easier to implement? Archived post. Thank you. I have data in another sheet, lets call it 'data'. How to limit columns and rows for employees? I mean the sheet has many rows and columns, but I only use 11 rows and one column. I only want Sheet A to add 1 new row at a time / the same amount of rows that are added to Sheet B. Each spreadhseet call takes a long time but if you do one call to get all rows it runs a bit slower than a single call but much faster than doing that 1000 times. But these rows are scattered throughout the sheet, for example rows 1, 75, 200. When I had a similar need, what I did was use a separate sheet to store my data validation values and basically used row A for my “Makes” (I was doing states and counties but I digress) and then had the Models in the cells below the corresponding Make which creates a nice neat column for you. Searches down the first column of a range for a key and returns the value of a specified cell in the row found Delete all the rows or cols from the end of your data to the max of the worksheet. I don't think there is a way with native Sheets format actions. Rows are returned in the order in which they first appear in the source range You can use those variables, r is for the row in the new array, c for the column, to reference values in your original range by an INDEX function, although in this case we need to double the r value to get the right row in the original. Add a third column with the header "Change" or something in column C. join("") to get "12345". As for the main question, I'm not sure what response you get back from the poll - if you get the indices of the checked boxes, then you might be able to do something like filteredRows[poll_index][col_index]. This way, unless I need to limit the end of the range, the arrayformula will execute as I add rows and allow me to skip certain rows where the check column is blank. You're using 1/5 (40,000rows×26columns, barring additional columns) of the allotted size and without formulas sheets starts to degrade ~2. Additionally, I need to account for the possibility that 2 people have the same max bid. Changing to a different sheet will give me a blank grid unless I go back to the previous one and let all images buffer. The scroll bars should readjust when you save. I have a lot of data from previous months that I'd like to pull as well, but there are more rows than Google Sheets can handle. To make matters worse, we update the data by importing (about 1 million cells) daily; therefore, GSheet performance degrades due to version history . Long term you definitely want to enable the BigQuery integration. If I replace apple with banana, it will still get the max of row B2:G2, and ouput urchin. Here is my code that works on not deleting the header but still deletes the rows in column M. ) for the columns you want to subtotal. example: sheet_DATA_PROCESSING | sheet_IMP-PRODUCTS | sheet_IMP-PRICES Seeing as Google Sheets are files, I think it’s a reasonable assumption that the upper limit for Sheets maximum size is 5 TB. I've had arrayformulas fill down up to the max rows before, so even when deleting rows they return as I didn't have the array formula setup very efficiently. I like this functionality, and I use it frequently. Maybe even more. Help and support with your functions, formulas, formatting, and Apps Scripts macros in Google Sheets… MAX: Returns the maximum value in a numeric dataset: OFFSET: Returns a range reference shifted a specified number of rows and columns from a starting cell reference: ROW: Returns the row number of a specified cell: SUBSTITUTE: Replaces existing text with new text in a string What I need this for specifically for my sheet is where column A has a list of dates that go deep into the future, and if A2=TODAY() then I would want all of row 2 to be highlighted a certain color. Or check it out in the app stores How to Query cell value from a row with the max() condition in Everything related to Google Sheets: Your sheets, best practices, questions, and discussions. The maximum column is ZZZ, which is column 18278 (26 columns from A to Z + 26² columns from AA to ZZ + 26³ columns from AAA to ZZZ). Hello, I’m a new Google Sheets user migrating from MS Office. What I was hoping to do was to have the range to search the max to change with the input. I even tried the same thing on a fresh Excel file instead of Google Sheets and got the same result. Wax helps you quickly build internal tools on top of Google Sheets. Highlight all rows, and move cursor to the left edge and click on “unhide rows”, but I think you’ve done that already. If you want this script to run on a regular basis in the background, you need to set it as a timed trigger, not as a menu item as is done in this Jan 9, 2025 · Tab Limits: While there’s no explicit limit on tabs, the 5 million cell cap governs the maximum number of sheets. With a script, you could try a wonky work-around by copying all the data from Z into memory, then clearing Z, then auto-resizing all rows, then pasting Z data back in. There will be an estimated 24K rows in the sheet by the end of the school year. Here is a good free course. Whenever I delete the contents of one of the cells of the corresponding row in the sheet (or the entire row), it instantly repopulates itself with the deleted response I'm trying to import some data from a CSV file to google sheets. are you using array formulas? How many total rows are present in each sheet (not just data rows). Are you using query function? You can also use this tool created by a Reddit community member to create a blank Google Sheets document that isn't connected to your account. I don't want to delete the header or any thing in column M. Sometimes trimming data and seeing what you can do outside of Google Sheets with your source data helps a lot. Automatically unchecking other boxes if they exist. I want the values between range F2:F3000 to equal or close to 5% or 0. You can customize the options, such as aggregation (sum, count, average, etc. It would be extremely inefficient to copy and paste it. Can someone help me change the formula to add another column to the results that get tallied. (Maximum of 5 million cells per workbook, import range formula limited to 1,000 rows, etc. You're exceeding the maximum number of choices”. getRange(, you specify the startRow, the startColumn, the amount of Rows and the amount of Columns. If I shorten the amount of rows in the range for the equation, then it works for those cells, but it has the same issue where only the first few rows work. In a Google spreadsheet, there are some rows that I want to see as headers on every page. Google sheets reaches its computing capacity at probably 30-40% of what excel will handle. I'm on a Chrome browser, and I'm the only person accessing the document. ) I’m not sure you’ll be able to hit a limit where Google sheets isn’t capable of doing something before you hit a pre-defined limit. I don’t know how to capture rows shown but empty to then delete them. getActiveSheet(); // Get An Active SpreadSheet var start, howManyToDelete; start = 3; howManyToDelete = sheet. The second uses the orginal array but removes the rows from the array and clears the sheet and write it back. And when you resized rows, did you click on the top left corner (to highlight the whole sheet), and then move the cursor to the left edge and right click to click on “row height”? Hi , I have a formula that pulls a column and then sums up the results. Then you have two options. solved I am looking for a way to skip dragging the formula through thousands of rows. do you really need more than 5,000 columns? One way I did this very fast was to highlight the first 26, then right click add 26 columns, then I kept hitting Command + Y, which is redo, and it adds 26 again. Any ideas? Share Add a Comment This usually happens when I convert from Google Sheets to Excel. Is there anything I can do? Current formulas include SUMPRODUCT, IF. /r/MCPE remains against: 1. Google cloud sql + Google app maker I'm pulling the data from Google Sheets. ***edit, the sheet is maxed out at the max amount of cells it can have. does anyone of you have hands-on experience with relatively large databases (50. We will use the Google Sheets API to access the data in the sheet. It would be faster to type. For the string manipulation question, if you have a variable s = "[1,2,3,4,5]", then you can do JSON. all with the push of a button in a Sheet. You need to re-apply the filter. In Excel, it was common practice for me to create tables of data with both column and row headers. 5 million cells/Spreadsheet is the max. You're totally correct that sheets can get sluggish with datasets that take up a fraction of that maximum size, and when you get to that point there are usually 2 solutions: As u/arnoldsomen said, the limit is 10M cells across all sheets. That's a lot of data. Each fulfillment would have on average 5-10 of reference rows of data with around 30 columns each. The spreadsheet is long, it's many pages. The data entry form takes forever to complete and I cannot even type in the fields. In the ‘Master Sheet‘, I have a few row entries. In my spreadsheet, column F has hierarchy levels for each item. So then I added 10,000 rows, at which point it told me I would exceed the cell limit: 10,000,000 cells. The only way I’ve found success is to create a new sheet in the excel document and copy/paste only the rows of data I need into the new sheet in Excel (rows 1-100 in your case). Same with every row, so whichever cell in column A is today's date, then I would want the entire row to be highlighted. From what I understand, this formula takes apple, gets the max of row B2:G2, and outputs urchin. Over past 8+ months, it has grown, with about 650 rows in my tradelog. Reddit's API changes that killed many third-party apps 2. In the popup, select 'Only Create Connection' or 'Pivot Table Report' and tick 'Add this data to the Data Model' You could just insert the rows you want, then select an O cell above/below the new rows and drag the box at the lower right of the selected cell down through the new rows. I need a script to count the number of rows in my sheet, regardless of content, and then set it as a value in a cell. First options creates a new array of values without the deleted. CountA(D10:D)) for 1 column. In order to access your google sheet, it needs to be published. Google sheets also has the IMPORTRANGE functionality that allows you to import entire sheets, unlike excel that can only query data tables themselves - this is a massive downside for excel. Another row of data is added to Sheet B. If you can, get rid of an blank cells or columns. getLastRow() - start + 1;//Clear the Google sheet but don't delete the header (working) or rows in Column M(not I highly suggest making "import sheets" where you put importrange of the whole data range you need with only one importrange formula and then just get the data from this range. Solved for 20,000 rows and 9 columns with user data using "do the filtering in your source sheet and then use ImportRange to get the [filtered] results to your destination sheet " Reply reply I have a Google sheet that i use to track my meeting notes with different people , each column indicates one meeting . I have a google sheet that I use to record my daily trades. This way the importrange loads up the desired data only once and save TONS of processing power. With the relatively new "pagination feature" Notion only has to load 50 more entries each time; hence I would say this should work. The problem is that the dropdown is limited to 1000 rows of data and the column on my Google sheet contains more than that and the number of rows will slowly increase. New comments cannot be posted and votes cannot be cast. =QUERY(A:A,"Select A limit "&COUNT(A:A)-2&" offset 1") Note: this will only work if your dataset is in ascending order. by row B1, D2, A3, and D4 My original approach was to call two match functions separately: =MATCH(A5:E5, A1:D4, 0) and =MATCH(E1:E5, A1:D4, 0) but that did not do anything. Upper limit does not mean that that is the actual limit for them; it only implies that Sheets, regardless of what other limitations are put on them, cannot be larger than 5 TB. Yes you need google sheets methods for ineracting with the sheet but SWITCH, ARRAYS, OBJECTS, IF, OPERATORS ect. It's basically saying Constrain your arrayformula(E9:E+D10:D) to the number or rows that have information from D10:D (i. In this case I submitted a test response myself to test the form. At 2pm, Person A puts in a Max Bid of $3. There are about 6 or 7 tabs that QUERY() the tradelog data and render themselves. Here is the sheet. As this is a Google Sheets sheet, I recommend to link it here, and not an image. Is there a simple way of doing this? Hey all, I have been trying to figure out multiple rows of goal seek on the same sheet. The problem is for example I want cell H2 to be D2 + F2, I want H3 to be D3 + F3 etc. Divides text around a specified character or string, and puts each fragment into a separate cell in the row: TRUE Returns the logical value TRUE: UNIQUE: Returns unique rows in the provided source range, discarding duplicates. The problem I found with deleteRows and the like is that the sheet automatically changes the view to include the rows when your data spills over. Are you using a lot of conditional formatting? Could be that. Members Online help with iterating over a column's rows data to create a tally You can also use this tool created by a Reddit community member to create a blank Google Sheets document that isn't connected to your account. Only the first few rows of the range return values. Google Sheets has been adding 100-500 rows to my sheet/tab every 10-30 seconds, and it's really slowing it down. I only want to have 1000 rows in the page but it just says ref as a result because there isn’t enough space to sort all the results. Related Google Information & communications technology Technology forward back r/Unity3D A subreddit for News, Help, Resources, and Conversation regarding Unity, The Game Engine. I have hit the 5 million cell limit in some rare cases. Load it to the internal data model Data --> From CSV --> Select your file Select Load To (use the drop down arrow next to Load) . I need a function that pulls data from the data sheet and puts it into corresponding rows in the result sheet. Access Google Sheets with a personal Google account or Google Workspace account (for business use). In the ‘Stats‘ sheet, the values in the ‘Master Sheet’ are referenced. Or you can write the new data to a new sheet which is what I I am looking to take this massive range of rows and to sort it as you see below, but I only want it to show the first day 1000 rows sorted. I have a spreadsheet that goes from Column A to M. The sheet holds employee clock in/clock out info for a small school staff and I plan to make a new one for each school year. Running the function with more than 1000 rows produces the message “Failed to set choices. You can either try and log which rows need to be deleted, then loop through that list deleting all of them one at a time (there is no way to bach delete disparate rows). 05 by changing values in cell E2:E3000 They like most small business like to do everything in google sheets. Alternatively, and a better solution, is delete the formulas in O5:O11 and O14:O20, and then insert the following formulas: Hi all, Following up on my post I made a thing: Log your connection speed to Google Sheets from last week, I found out that the script fails after… 47K subscribers in the googlesheets community. The maximum row depends on the amount of available cells. Couldn't find the online offline editing settings (I doubt this will help tho) And I do not understand anything about firewall and server settings. Delete the selection. So, I will create a dummy google sheets where I will put the data to be inserted. This will force the null value. parse(s). How should i limit so that it is not possible to scroll right and down the page. Does anyone have an alternative where rows aren't a problem? The main data sheet has about 270 rows. Get the Reddit app Scan this QR code to download the app now. When I jump over to Sheet A, the new data from Sheet B is there which is great, but also 500 new rows have been inserted. var sheet = SpreadsheetApp. By the way, Googles spreadsheet software, Google Sheets, allows you to reduce the number of columns and rows. More of my reasoning for this is to avoid typos so that when using sumif that the names get all the stats associated with them. e. Otherwise split the work load between two different sheets and import the results you need using importrange. I have been googling this, obviously, but have not been getting any results other than "reduce images", which I can't do with this sheet. AppSheet Database has a limit of 50,000 rows per Here are a few examples. In C2 put =ARRAYFORMULA(IF(A2:A>0,IFERROR(B2:B1000-B1:B999,0),"")) Assuming you have 1000 rows in your sheet (default) this one formula will calculate the daily change for the whole list. It won’t be the value of the cell. Whenever you do sheet. Minecraft platform expansion community - For all things Bedrock edition. Also, if you're building apps on top of Sheets, I made something for you: Wax. I've seen scripts for this but can't get them to work with my example. First column is for students names columns B through E are for the choices I want to limit each row to only allow 1 checkbox to be selected. [Google Sheets] Is there a way to auto fill a column(s) or row(s) with a keystroke. My files are definitely under the size limit, the scrolling issue shows up regardless of the content (Unless you reached the end of the sheet, ofc). I'm working with rather large amounts of data in Google Sheets and I'm looking for a quicker way to add up data. Hi community, i am working on an array formula and i have no clue how to make it work, The original formula… Is there a formula or a gSheets feature I can use to do automatic numbering with hierarchy in my Google spreadsheet. Members Online Get the latest row with an ID in a separate sheet and keep a value tied to them Like others have said row limits are much higher than 40,000. If your import is bringing in blank rows then that probably needs to be looked at. I found info on setting up a dynamic range but I can't seem to get that to work at all. I am a bot, and this action was performed automatically. Since you really only want it to calculate for the rows that have information, you can use Array_constrain() to dynamically limit it. There are no ARRAYFORMULAs in this tab. If you can recreate your report as a table in Looker Studio you should be able to download all of the rows. Select the column by which you want to group and subtotal your rows. Switching sheets is sometimes impossible while images are still laoding in. Members Online Conditional formatting based on content of other rows Get the Reddit app Scan this QR code to download the app now. 5M cells. With that said, Sheets supports up to 10,000,000 cells, or 384 standard-sized sheets (columns A - Z and 1,000 rows). This page of the sheet alone is 17000 rows. Enables the display of values returned from an array formula into multiple rows and/or columns and the use of non-array functions with arrays: MAX: Returns the maximum value in a numeric dataset: VLOOKUP: Vertical lookup. Delete the old sheet and the new sheet should only recognize the rows you pasted. Does anyone know if that is indeed the case, or is there another formula that would search the whole document? I'm trying to build a response sheet that staff can check 1 option for each kid. Google sheets is muchh better for collaboration with team mates. If you share a mock sheet (with edit rights) with your setup i can help you out from there. . This assumes the columns go down to row 50 (you could modify that, or leave it open ended with "D2:D"). You are using numRows to specify the amount of Rows and numColumns to specify the amount of Columns. xlsx still produce the same issue. Anyone using Claude for Sheets for large projects? I'm trying to run a formula against 400k rows but can't get the extension to handle more than a few hundred at once without locking up. Basic Shortcut Query Structure. Rather than opening the the main google sheets I will put the data in the dummy sheets. I want to create a chart that shows the last 4 rows from the table. It is much easier to work with, and nobody like to type data into a table from an image. Please contact the moderators of this subreddit if you have any questions or concerns. A quick way to do this is click on the row/col header selecting the entire row/col and Ctrl+Shift+Down/Right to select everything to the end. I would estimate we need a 100-200k rows/year. I am doing app for warehouse management and we would need to manage all the fulfillments. nkhu cvzeu bmrrfxrf ztzn oqanjf sbhbo jmettx qgxckm pssqz jgk
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}