Google sheets get column number. This is possible using LAMBDA helper functions (LHF).
Google sheets get column number. Row-Wise MIN Using DMIN in Google Sheets.
Google sheets get column number Jul 6, 2022 · In the case of our app EZ Exporter, you can push Google Sheets formulas as cell values directly to the spreadsheet, but our app won't know which row number in the spreadsheet the data is pushed to when using the "append" option. Feb 22, 2018 · To work around this inconsistency, I want to set up a cell function which outputs the row number of where ever the "Competitors" number is, and then concatenate that function into a reference for the correct row-number. Here is what I have: var rows = sheet. Look up value in column in Google Sheets. The next function takes the cell reference in A1 notation and returns the column number and row number of any cell in the spreadsheet. Hot Network Questions Jan 10, 2025 · Autofill Google Sheets Using the Same Cell Value in a Column and the Fill Handle In case you want to repeat the same number (or even text) in a column, you can easily do that in Google Sheets. I need to determine the last row in column A that contains data (it's all contiguous - no gaps in the data/rows). Get the last non-empty cell in a column in Google Nov 6, 2014 · @arno With the disclaimer that I am simply an end user that takes a bit of interest in Sheets. For example, the date January 01, 2020, is actually a number 43831 in Google Sheets. So, you’ve got a column index (e. Mar 17, 2023 · Never mind folks, i've figured it out! If the column is in 'number format' the drag autofill feature doesn't work. The format must be 'plain text' for you to be able to drag the numbers down and create automatic numberingbizzare and illogical that this has to be in plain text rather than number format! Sep 19, 2020 · First get the column number of the last column in a row that contains a number (doesn't matter if there are empty columns in between): google sheets script Get Jan 1, 2018 · With this killer combination of functions, we can find the minimum value in Google Sheets and return values from another column. Any suggestion, a single spreadsheet query. In order to get Offset to return the single column you want, you would have to supply the 4th and 5th optional parameters to force the size of the range you want. ADDRESS; 3 of 18. setFormula("=SUM(E2:2)") Aug 16, 2023 · 3. thank you Oct 30, 2019 · In Google Sheets, I have a table with dynamic cells that count the number of occurrences in a feed from Google Forms. 3. You can also perform most of the functions in the Google Sheets mobile app, including the Google Sheet sum of a column function. Count Cells with Text in Google Sheets. How to get cell with row and column number by referencing optNumRows --- int --- number of rows in the range. Sure, we can use reverse VLOOKUP too. And you want to turn that number into the corresponding column letter (e. Nov 30, 2013 · I want to use the number of columns in a sheet in a for loop. While you may see it as a date, Google Sheets sees it as a number. ) Is there a way to turn off row and column headings, as there is in most spreadsheet programs? Feb 10, 2016 · As you can see on this image, one column has a different color because the 3rd row of the column of the current cell contains the current date. First, let’s get familiar with our datasheet. Jul 9, 2019 · In Google Sheets I need to reference a cell by (column, row) in a way where I can replace "row" with a formula to find a specific row. Regarding setFormula(formula), the argument should be a string, so instead of . absolute_relative_mode - [OPTIONAL - 1 by default ] - An indicator of whether the reference is row/column absolute. Aug 24, 2015 · So instead you can just use . This GetColumnNumber() function above doesn't actually exist, but it demonstrates what I'm trying to do. offset(0, 0, 1). We will use BYROW LHF to expand our first filter-based non-array formula. Returns the number of columns in the given May 17, 2017 · Return row of the active cell in google sheets. Create a Name Range (from tools menu) which is the row which the columns ids are stored eg A1:K1 3. val Mar 24, 2015 · I am writing a query formula via script. What is the easiest way to obtain these? From Get get = Sheets. As explained in the post Create personal stock portfolio tracker with Google Sheets and Google Data Studio , a personal stock portfolio tracker consists of 2 main elements: a spreadsheet in Google Sheets and an interactive dashboard in Google Data Studio. I would appreciate the help. Sep 11, 2014 · Adding this one for future readers. Apr 11, 2022 · I want to make two dropdown menus to select two items (X and Y) and need a formula in google sheets to output the corresponding correlation. See examples, syntax, and tips for using this function with ARRAYFORMULA. Improve this answer. COLUMN(A9) Syntax. A copy of the sheet can be found here: Google Sheets 3 days ago · How to Calculate a Percentage of Checkboxes in Google Sheets. 1 1 1 I tried it, and it shows the column number. But it can easily be done using a simple combination of formulas in Google Sheets Jul 20, 2023 · You can use the following syntax to get the column letter that corresponds to a specific column number in Google Sheets: = SUBSTITUTE (ADDRESS (1, 8, 4), " 1 ", "") This particular formula will return the column letter that corresponds to column 8 in the spreadsheet. Employing SORTN Function. Sample_Sheet_21521. COLUMN([cell_reference]) cell_reference – is the address reference to the cell whose column number we need. Nov 7, 2023 · I would like to get in column A2:A, the names of columns B1:D1 separated by commas, if the row contains data. May 28, 2020 · With this being written in the current format the automation process fails as each new line added to Google Sheets by Zapier instructs Google Sheets to look for data in row 2 (per the hardcoded 2). Again, my opinion/best guess from the info out there. 2. 4 or 10 or whatever). (Assuming one has row 1 as column heading labels, item 1 will be on row 2, item 2 on row 3, and so on. getRange(column + final). Find(Sheet. At the left, in Column A there are names of items, and the columns at the right count how many times they are listed in the responses from the forms, so this values change as more responses are added. Generic Formula: =COLUMN(INDIRECT("column_letter_to_convert"&1)) Example: =COLUMN(INDIRECT("BY"&1)) Explanation: Jul 11, 2013 · Referring to another cell by it's absolute position, e. edit. Range("a2") Then Apr 10, 2024 · You can use the following syntax to get the column letter that corresponds to a specific column number in Google Sheets: = SUBSTITUTE (ADDRESS (1, 8, 4), "1", "") This particular formula will return the column letter that corresponds to column 8 in the spreadsheet. I believe the answer to your second part is no, in that it seems QUERY farms the processing out to the Google Visualisation API, where FILTER is processed in the Sheets engine. This concludes the simplest way to return cell reference in Google Sheets. End(xlUp). This is an optional parameter. The number of cells in sort_column should be equal to the number of rows in the range. Simple, effective, and quick. change[COLUMNIDs ROW REFERENCE] in the code to the named range. I have written a script that gets the job done, but only because I know the named range has only one column, so I use the getLastColumn command to get the column number. I am aware of the method of doing this by putting the row and column number, as described here but I want to put in the values in the row and column, not their number. Create a separate sheet and set "[SHEET NAME]" to the name of the data sheet 2. g. However, I am opting for the combination I mentioned as it will be easy for people who are familiar with Excel (switched to Google Sheets from Excel). Count). Double click on the Fill Handle . getValue(); and. A is column number 1. These hold true wherever the references appear on the sheet (they'll always resolve to A1 and B3, respectively). optNumColumns --- int --- number of columns in the range; In your example, you would get (if you picked the 3rd row) "C3:O3", cause C --> O is 12 columns. Clear search Jan 31, 2023 · Example: Pull Data From Another Sheet Based on Criteria in Google Sheets. Here is the formula that gives me my row number: =ArrayFormula(MAX(FILTER(ROW(B:B);NOT(ISBLANK(B:B))))) Apr 1, 2016 · I'm new to Google Apps Script. How I can put this thing formula so that I don't have to count the columns or look up the columns count every time? Dec 31, 2019 · This help content & information General Help Center experience. Google sheets: Get column headers when data is present. OFFSET(Data, 0, N, ROWS(Data), 1); I was playing with TRANSPOSE() but seems that OFFSET() doesn't digest it well. You can also get the data of a specific cell. COLUMNS(range) range - The range whose column count will be returned; See Also. Aug 9, 2023 · * Get column number by header name. D or J or whatever). COLUMN([cell_reference]) cell_reference - [OPTIONAL - By default, the cell containing the formula ] - Feb 12, 2021 · When the user selects a range of rows and columns I would like to get range the selected rows and columns in that row. I need it to be the one rule, not combination of multiple rules. We'll cover everything from basic usage to practical applications Nov 11, 2021 · I am having a problem with Google-Sheets, basically what I am having is a sheet where me and my mates write down our weight progress day by day. We now know the column number. setFormula(["=SUM(tabRange)"]) use. Add the first two serial numbers and select both cells. It contains the order number, product name, and payment status for several customer orders. As you can see in the image below, the formula in cell C2 is calculating subtraction for the entire range C2:C5 by using a single formula. getValues(); return headerRowValues. I have a dialogue which I would like to list all the available columns that have data in them. Our app will simply tell the Google Sheets API to append the data after the last row that contains data. getDataRange(). I can't find a simple way of doing the second step, since as far as I know, VLOOKUP can only return the searched value, and ROW can only be used to return Sep 1, 2019 · which returns column as number but combined with CHAR you can convert number back to letter when you add 64 =CHAR(CELL("col", C1)+64) or: =CHAR(MATCH("find header", 1:1, 0)+64) which is shorter than regexing ADDRESS but works only for A-Z columns (eg. Google Sheets - searching combinations of cells for value maxes. Google Sheets Currency Conversion. e. Jan 10, 2025 · How to Highlight Duplicates in Google Sheets. To do that using a Google Script, I need to know the named range's column number. getDataRange(); var values = rows. Follow edited Jun 20, 2020 at 9:12. getRange(column + lastRow). It gives us the column number where the specified cell or a range of cells are located. For example: =GetColumnNumber("Account Balance"). Row + 1 totalnumber = . So to get the value in column A, row1 you use values[0][0], values[1][0] for columnA, row 2, values[0][2] for column C row1, etc If you need to iterate in a for loop (in a single column) : Sep 6, 2022 · Basically, in the expression I'm writing, it searches for a certain text in an interval in a different sheet using VLOOKUP, and if it finds it, it must get the number of the row the text is. This really needs to retrieve data in the 'same row' that it is written in. These "ColX" type column references need to be used whenever the data is not a spreadsheet range or a reference, but a computed array such as an arrayformula() result or an { array expression }. May 19, 2020 · Can the column number in a google sheets WHERE clause be a variable? use any formula within your where query clause as long as you get the Column number there. (Our column names are in the first row. getRange(row, column) (where row and column are integers greater than 1), this way you can go through the spreadsheet one item at a time using getValue(). When looking at a numbered list that starts at the number 1, the row numbers are potentially confusing. Range("A" & Rows. Here are some viewable links to the Sheets I'm working on: Jan 20, 2023 · Example: Get Row Number in Google Sheets Queries Suppose we have the following dataset that contains information about various basketball players: We can use the following formula to select all of the values in column A where the team is equal to “Mavs” and select the row number for each row as well: Nov 4, 2015 · Get 3rd column: INDEX(YourRange, , 3) or INDEX(YourRange, 0, 3) Share. While the column letter is always visible in the header, there is no direct formula to get this call him later in the cell (while there is a formula to get the column index number – COLUMN() function). V2 new added Nov 14, 2011 · or you can modify the above script at the last two return lines (the last two since you would have to put both the sheet and the column to get the actual value from an actual column), and replace the variable with the following: return sheet. CHOOSE; 4 of 18. Both row number & column number are dynamic: Find Who is at Table Number 2: Google Sheets function list; 2 of 18. Using the example on the docu: // The code below will get the number of columns for the range C2:G8 Jan 7, 2023 · You will get a 2 Dimension array of all the data in the sheet indexed by rows and columns. getVa COLUMNS({1,2,3,4,5}) Syntax. column - The column number (not name) of the cell reference. other than add function to spreadsheet. COLUMNS: Returns the number of columns in a specified array or range. Clear search Apr 15, 2019 · It returns the column number (A = 1, B = 2, etc. Let’s see how to convert a column letter like ‘BY’ or any other column letter to a column number in Google Sheets. There is not a convenient row / cell index in this response, because this response is not guaranteed to be 1:1 with the requested range: Mar 18, 2024 · Google Sheets offers powerful features for sorting and filtering spreadsheets. Google Sheets Sum of Column Guide Oct 25, 2023 · This formula tells Google Sheets to subtract each corresponding cell in column B from the respective cell in column A. Nov 13, 2017 · The address function requires two parameters: 1) the column number, and 2) the row number. How can I do Jan 10, 2025 · How to Highlight Duplicates in Google Sheets. The following step-by-step example shows how to do so. To include only columns from column E2 to the last column use E2:2. Before, in the App Scripts, I used basic getDataRange() without parameters, and it would select the correct number of columns and rows. ADDRESS(row, column, [absolute_relative_mode], [use_a1_notation], [sheet]) row - The row number of the cell reference. See full list on sheetsformarketers. It is also possible to get the percentage of checkboxes ticked or unchecked in Google Sheets. Jul 11, 2016 · In the query statement, Col1 is column A, Col2 is column B, and Col3 is the "virtual" column that contains row numbers. Mar 28, 2023 · Since it is column B of our worksheet, the column number is 2. Here’s how to sum a column in Google Sheets using the mobile app: Tap the cell where you want the results. Example: [{selectedRow: selectedRow, selectedColumns[columnIndex]}] Using a formula, I want to return the column number (i. Resources: Lookup and Retrieve the Column Header in Google Sheets. The COLUMN function in Google Sheets can be a real game-changer, offering a simple yet powerful way to identify column numbers in your spreadsheets effortlessly. Get Column Number from A1 Notation. The formula I found years ago for obtaining the rightmost value was: =index(2:2,1,COUNT(2:2)) However for each blank cells in amongst the cells with data, the returned value is the Nth last value (2 blank cells in row 2 and the formula will return the 3rd last value from the right, not the rightmost value). First, let’s enter the following dataset into the first sheet of a Google Sheets spreadsheet: Now suppose we would like to pull each of the rows that contain “Mavs” in the Team column into Sheet2. Ie: my range is c2:y199. Feb 23, 2012 · How do you apply a JOIN and FILTER formula to an entire column in Google Sheets using Google Script? 0. return sheet. And only empty cells are colored. * @param {string} name Header name. getValue(); Jul 16, 2014 · To find a row in a Google Sheets sheet based on the value of a specific column (in this case, the invoice_id column) and edit another column (in this case, the send column) in that row, you can use the following script: Aug 9, 2018 · Use number:number to select all the columns on row number. Step 1: Enter the Data Jul 15, 2019 · I have some columns in Google Sheets and want to know that how many of the columns are filled e. if B6 has the maximum value of column B, how do I make a cell show the name in A6?) Is there a command for this, or do I have to manually look up the number and type in the corresponding A Mar 29, 2017 · Hello: Using Google Spreadsheet API V4 on Java, I want to to get the column letter given the column number. Clear search Mar 29, 2019 · I cannot find any google script editor code that can find the index number of a google sheet column by its name Already searched other problems and google documentation function myFunction() { Sep 12, 2020 · I can locate the maximum value in column B using max(B1:B20) but how do I return the corresponding A-column name corresponding to that maximum value? (e. Example: the column letter for column number 2 is B. ) for use in getRange, for example. Worksheets //Result is the last sheet If Sheet. Follow Google Sheets Script: Get First Row Number in Named Range. All it has done is format it in a way that looks like a date. COLUMN; 5 of Mar 14, 2022 · In this guide, you will learn how to read a specific column/row from Google Sheets, and also how to get the number of columns or rows in a Google Sheet. May 9, 2023 · The intelligence of Google Sheets checks for the last working row of the adjacent column and populates the sequence to the end of that row. I want to get the name corresponding to max value , Nov 10, 2017 · I want to read a sheet and i want to know it's dimensions (number of columns, number of rows). This script needs to apply to many sheets, and the number of columns is not known in advance. R1C1 always refers to A1 (first row, first column), R3C2 always refers to B3 (third row, second column – note that the order of row and column is reversed from the B3 notation). offset() pattern is that the array is smaller (it excludes empty cells). VLOOKUP From Another Sheet in Google Sheets. Sample Usage. get you should have a range string available in the response. Dynamic Index Column Formulas. Even though the column letters are shown in the top row, there are no functions formulated solely to convert a column number to a column letter. In other words I can't use a reference like "A7" because my row is determined by a formula. How get the row number in certain column in google apps script. Syntax. For numbers, the quickest method is to use the Filter tool and sort them using the first two options: Sort A to Z and Sort Z to A. , A2:A5). spreadsheets(). This is a demo to let you know that you do NOT need any extensions to read data from Google Sheets. Google Sheets Sum of Column Guide I need to convert a Google Spreadsheet column index into its corresponding letter value, for example, given a spreadsheet: I need to do this (this function obviously Jun 28, 2021 · For example, column #5 in Google Sheets is also column E. See this method I have here: Jun 1, 2021 · This is equivalent to =ADDRESS() function of Google Sheets. COLUMN: Returns the column number of a specified cell, with `A=1`. Share. ROWS: Returns the number of rows in a specified array or range. . Formula 1: Get Dynamic Index Column in VLOOKUP in Google Sheets =VLOOKUP("Patrick", A2:G7, COLUMNS(A2:C7), FALSE) Formula 2: Get Dynamic Index Column in VLOOKUP in Google Sheets Offset will return a range the same size as the original, shifted by the given number of columns from the source. g 100,220 or what ever. There is also data in the other columns that have more rows of data than column A, so I need to isolate only column A. Get Number of Sheets inside Google Sheets using Google Apps Script. Mar 24, 2015 · How could I get the row number of a cell which contains a specified value. ) So, our address function looks like this: =ADDRESS(1,MATCH("Year",data!A1:C1,0),4) Feb 20, 2017 · google-sheets; formula; Share. Another function that can help to find the largest value in a column in Google Sheets is the SORTN function. In this article, we'll walk through the ins and outs of using the COLUMN function in Google Sheets. 1. So you could initially look through the first row to find the column index you are after, and then look down the rows to find the data you require. Jun 16, 2015 · Could be also achieved by feeding the first row to ARRAYFORMULA() and for each column (cell), get the last row's cell using INDEX(COLUMN(),ROW() + N). * @returns {number} */ const [headerRowValues] = sheet. cells. Suppose you have a dataset as shown below and you want to quickly fill the cells A3:A11 with the same value that’s in A2. Aug 22, 2014 · get row and column number Google spreadsheet - App script. Here’s how you do it in two easy steps. IF CONTAINS Google Sheets Guide. Google Sheets Sum of Column Guide Mar 16, 2018 · Based on the API Reference for values. I could use a function like this, to stop when the loop finds the first empty column: function getRowAsArray(sheet, row) { var dataR This help content & information General Help Center experience. Examples. =COLUMN Oct 19, 2019 · The solution is to use the column number instead of the column letter in the formula. Dec 30, 2015 · I have a sheet with data in cols A through H. Google Sheets Sum of Column Guide This help content & information General Help Center experience. Jun 25, 2021 · Google Sheets has now the capability to expand non-array formulas to each row. And, of course, we’ve known the row number all along: 1. I want to get the value of a specific cell by it's column name, not the column index. Name <> "Result" Then With Sheet number = . Sep 23, 2021 · You can use the =UNIQUE() and =COUNTIF() functions to count the number of occurrences of different values in a column in Google Sheets. The COLUMN formula is one of the lookup functions available within Google Sheets. function doGet(e){ Mar 31, 2021 · I am converting a script that was originally done in App Script to apply formatting to google sheets. 5, 6, 7, ) for the column that has a specific title. Find Max N Values in a Row and Return Headers in Google Sheets. Tap “Enter” text or formula to display the Feb 16, 2019 · I need to enter data in a Google sheet cell, which cell is in a named range. ROW: Returns the row number of a specified cell. Improve this question. Here is my rule: =and($3:$3=TODAY(), ????) It should apply to all cells in a range A4:M10. Row-Wise MIN Using DMIN in Google Sheets. Nov 28, 2023 · Note: The sort_column can be specified either as a column index (a number representing the position of the column in the range) or as a reference (the range of cells in the column, e. In the code below I would like to get the row number of the cell containing number 5 in the column H. Is there some way already provision Jun 19, 2019 · In Google Sheets is there a simple way to convert a column index to the corresponding column letter? Absolutely. That way, we can get the column header of the min value in each row in Google Sheets. To do so, we can type the following formula into cell A1 in Sheet2: Apr 10, 2013 · The number 2 is for the 2nd largest number. This is possible using LAMBDA helper functions (LHF). Nov 17, 2016 · BTW you may use function column() to know BY is column 77 or find the right number by header name: =match("column name", 'mySheet'!1:1, 0) Share Improve this answer May 21, 2021 · This way, we can use BYROW to return the column header of max values in every row in Google Sheets. Returns the row number of a cell reference. This help content & information General Help Center experience. I can easily get the number of columns that the sheet has using Sep 16, 2023 · I’m stuck trying to create a Google Sheets formula that searches a range for a value, and when the value is found returns the value of column a on the row where the value is found. get row and column number Google spreadsheet Dec 4, 2023 · You can use the following methods to return the column number of a match in Google Sheets: Method 1: Return Column Number of Match within Table =MATCH(G2, C1:E1, 0) Aug 28, 2015 · How we can get value from a cell in google spreadsheet? I have row and column index from ROW() and COLUMN() - 1. 0. indexOf(name) + 1; One advantage of the getDataRange(). Search. Clear search Jan 4, 2020 · This help content & information General Help Center experience. May 19, 2018 · As mentioned earlier, you can freeze the index column (not the column number) in two ways in Google Sheets. com Apr 30, 2020 · Learn how to get the column number of a cell or a range of cells in Google Sheets with the COLUMN function. Jun 15, 2018 · Q = 0 For Each Sheet In ThisWorkbook. The formula is very versatile and we will be looking at more iterations and uses of it in the following sections of this article. 3 days ago · How To Sum a Column in Google Sheets on a Mobile Device. Community Bot. Unlike the COLUMN function, which can get a column number of a specific cell. Row Q = Q + (number - totalnumber + 1) * 31 //I use this for get the date from a month For i = 1 To 12 If arr(i) = . You can sort data based on alphabets, numbers, and colors. Returns the column number of a specified cell, with `A=1`. In other words what is the other way to do "=B1" i have row as 1 and column as 2. Aug 10, 2023 · 7 Methods to Return Value in Another Cell If Cell Contains Text in Google Sheets. getSheetsService(). Clear search Feb 8, 2013 · To use: 1. The tables that I'm looking in all have the labels in the first column. Jan 7, 2025 · For example, column #7 in Google Sheets is also column G. The SORTN function is an exclusive function in Google Sheets and it can return the first n values from a data range after sorting the rows. Name). The process is a bit more mathematical than most functions since you will need a formula that will count the number of checked boxes. Nth column: Similarly to above, only you need to get the number of rows. not AA and onwards) so when creating indirect array reference it usually goes like: You're not alone. Google Sheets Date Picker. Dec 4, 2021 · I'm trying to figure out what my options are here when I need to use a column number in a formula, and if I really need to write a column number to column letter method to accomplish what I'm trying to do. Jan 10, 2025 · In Google Sheets, all dates are nothing but numbers in the backend. Range("A:A").
fjmvszt eabmgjk fxtkt tmjyz rszbf rbnl pexi kyg fxehh qylc
{"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"}