text
stringlengths
83
79.5k
H: How can I allow results from a Google Sheets 'filter' action to be mutable? Brief: The results of a filter are not mutable. I cannot directly add/edit rows to the cells in and around a filter result due to a #REF Error: not expanded because it would overwrite data error. I have two tabs of Sheets. I'm referencin...
H: Google Maps - places want to go On my phone, I have several places marked under "want to go". When I log into my account on another device, those places are not there. How can I see the "want to go" on my phone and on my computers? AI: You should be able to find it under Your places > SAVED > Want to go
H: Joining Two Working Formula's I have the following working formula Located in K2 =IF(INDEX(Details!B18:B81,MATCH(C2,C2,0))<>C2,S30,"0") So I want it to only use the number in S30 if the date in C2 is not in a range of dates on the Details Page within B18:B81 Now I need to use this formula on the below cells, howeve...
H: Funny alignment in Google spreadsheet This is driving me crazy. I have searched the web for an answer, without success. All results are simple pointers on how to use the formatting on the sheets. This misalignment seems to be something Google Sheets just decided to do on its own. I have a spreadsheet with some nume...
H: How do I make one filter take into consideration the order of other columns? I'm using the Filter (the one you create with the button in 'menus') to sort my table, but when I click the filter icon in a column's header and select "Sort A→Z", it only applies to that column. Current behavior: As you can see, Column 1...
H: Google Sheets populate X cells with formulas based on single cell containing value X? Google sheets dynamically populate cells based on single cell value. I don't know what the term would be called and a bunch of searching hasn't resulted in any lead on what it would be called. What I would like to do is populate X...
H: Copy Sheet To New Spreadsheet I want to copy one sheet in the Spreadsheet file into a new Spreadsheet file. The sheet that I want to copy contains formulas, I want to just copy the value to a new Spreadsheet file. I have made the script like this: function makecopyto() { const folderId = '1Y7RmeF9sluTndSUr2KQT8w...
H: Query with dropdown not working In my Google sheet I'm getting an error: Unable to parse query string for Function QUERY parameter 2: NO_COLUMN: I've added a dropdown so the formula will auto-update depending on the tab selected. Here's the formula that I'm getting an error: =AVERAGE(query(""&B1&""&C1&"!!A2:...
H: How to print selected range of a sheet? Can someone help me to print a selected range of cells in a current sheet in Google Sheets? AI: Actually, I solved the issue with the creating hyperlink that downloads selected range with all the parameters. For my purposes download PDF even better. So instead of script-butto...
H: Google Sheets Formula Import Range with Indirect I have this formula and want the reference to Archery to reference Archery which will be in Cell E1. I tried using the indirect formula but can't get it to work with the formatting for Google Sheets. =QUERY(IMPORTRANGE("SheetLocation", "Archery!A4:E3000"),"SELECT Col...
H: Сopy cells depending on values in another cell In Google Sheets I try to copy cells B2:B4 depending on values in other cells C2:C4. For example - example.xlsx made in Excel. But stuck and can't find a solution on how to do it in Google Sheets. I will be very grateful for the help! AI: =TRANSPOSE(SPLIT(JOIN(","; ...
H: Ampersand causing issues in Google Sheets Formula I was trying to use the hyperlink formula to create an automatic e-mail creation, however, when i try to pull an information that has Ampersand in it the formula doesn't end. Note that the formula should bring the full name (Research & Innovation) but it stops at ...
H: Query select all values of specific month A have a table where Column A has dates. I want to get all values of a specific month I have the following query for May for example =query(Database!A1:AD,"Select A,E,F,U,V,W,X,AB,AC where Month(A) = 5",1) but it does not work. Where I am wrong? Query =query(Database!A1:AD...
H: How do I turn a SQL database downloaded table into a Google Sheets multi-line chart? I want to turn this table (comes from an SQL database) ...into a line chart in Google Sheets that looks like this AI: first you will need to pivot out series with QUERY formula and then plot the chart =QUERY(A1:C11, "select A,C,su...
H: Google Sheets Pivot Table, Summary by Day I have a sheet with 2500 dates & times of when customers have placed their order. I want to do a heatmap or a bar graph to show which days of the week are the busiest. I rounded the exact times using mround to round up or down to the nearest whole hour. But when I pivot on ...
H: Changing cells formatting based on another cells date I've been looking and can't quite find the answer I'm looking for. I have a spreadsheet with columns Monday through Saturday with data lining up underneath. I would like the current day to highlight so I can read it easier. I can get the date cell to turn but no...
H: How to count cell with upper leter in array? I need to count the upper letter if exist in a particular cell. So my results should be as on the image below. important is ignore in count empty cell. I noticed that task is simple if I can use languages like JavaScript, or Java function. There, operation on a string i...
H: Convert a text of a specific cell or exclude one cell from all text convertion to UPPERCASE How to adapt this function to exclude a specific cell or how to apply just to one cell? function onEdit(e) { if (typeof e.value != 'object') { e.range.setValue(e.value.toUpperCase()); } } AI: Convert a text of a spec...
H: Conditional formatting cells with multiple conditions and relative references over a range I have a Google spreadsheet with arbitrary data. Three adjacent columns (let's say A, B and C) have been set up with Data Validation to only allow values from 1 to 10. I'm looking for a way to validate that if all three colum...
H: How to return values in a formula, from rows of latest 4 nonconsecutive dates recorded Using an ARRAY_CONSTRAIN formula we want to capture the latest 9 records (rows) over a period of nonconsecutive dates. =ARRAY_CONSTRAIN(sort(vlookup(query({row(EBPP!D:D),sort(EBPP!A:E)},Q15,0), {row(EBPP!D:D),sort(EBPP!A:E)},{...
H: Conditional Highlight: color change cell only if multiple others filled in I have a shift sign-up sheet in which I would like the cells in column A to be highlighted only once there is a value (name) in the corresponding cells in columns B:D. In this example, I would like cell A1 to be highlighted as all shifts are...
H: SUMPRODUCT inside ArrayFormula I have a fixed vector, say $A$1:$E$1 I also have a vector per row, say A2:E2, A3:E3, A4:E4... Now I want output in Column F as F2 = sumproduct(A1:E1,A2:E2) F3 = sumproduct(A1:E1,A3:E3) F4 = sumproduct(A1:E1,A4:E4) ... Now I want to put these into one array formula, but I don't know h...
H: How do I make something the first option when searching? So, say I am going to try searching up Twitter for example, but when I type in the letter t a Google search for tilt appears as the first option. How can I make it so that when I type in the letter t, Twitter is the first option? So I can just type t and then...
H: How can I create a shared URL pointing to an achor in a Google Docs document's TOC? I have a Google Docs document which I share with other users through the Share through hyperlink feature. On that document, on every heading level 1, 2... I use Format > Paragraph style > Title 1, 2... for creating pretty formatted...
H: Create KML file from Google Earth URL I've been emailed the following https://earth.google.com/web/@30.0867484,-97.29304982,148.9215598a,284.21410691d,31.95361314y,0h,0t,0r Is there a way to turn this into a KML file? I have downloaded Google Earth Pro, but don't see a way to open this URL using it. Any advice? AI:...
H: How to get and use a value of a cell in the PDF file name exporting using that script How can I get and use a value of a cell to the PDF file name, when exporting/saving using that script. I would like to use a string written in a cell, I mean, put that information in a variable and automatic use it as the pdf file...
H: Pivot Table Filters - Custom Formula In my pivot table, I want to only display the entries in the column "Which Event" if the name contains "Baseball" or "Softball". I can very easily do part of this by adding a filter for the field "Which Event" then set Text Contains > Softball. But I cannot figure out the custom...
H: Time not formatting as expected in Google Sheets I imported a report to Google Sheets and the duration column shows 7 h 37 m or 14 h 5 m a similar format. When I replace h with : it still does not properly format to time duration and so I cannot average the time in total. It appears oddly where some are formatted b...
H: How to find a string then find the sum of all cells next to the found string So I'm trying to get G4 to automatically find "Bananas" in all of C and for every time it finds a value it adds up the corresponding number in D. AI: =QUERY(C4:D, "select C,sum(D) where C <>'' group by C label sum(D)''") =SUMIF(C$4:C, F...
H: Averaging cells that have both blanks and numbers for values that are in non continous columns with nine columns in between them I need help averaging cells that contain numbers ranging from -1200 to 1200 approximately, or blank values only. I will be averaging them by groupings of 100 increments ie. -1200 to -1100...
H: Google Exchange Rates build I am trying to make a currency exchange rate Google sheet. I want a cell to give me a value of conversion based on the value of another cell. Currency type can be selected from the Dropdown List and then value under it. Kindly help to make this formula. My Google Currency Exchange Sheet ...
H: None of the above checkbox in Google Forms I would like to create a multiple choice checkbox question in Google Forms with a 'None of the above' option and validate that if that option is selected, none of the other options are selected. For example: Choose your favourite fruits: Apple Pear Orange Banana None of t...
H: Why doesn't Skype want to acknowledge working in Firefox? Skype has a web interface at web.skype.com that implements both voip and video calls, alongside chatting, and it all works well. Officially, it claims to work only in Google Chrome and Edge. Tech-wise, it works in Firefox 100%, but only under the condition ...
H: Link to a date cell in QUERY criteria I have the following formula and it works fine =unique(query(ARRAY_CONSTRAIN(ARRAYFORMULA(QUERY( {Database!A1:AB, (Database!N1:N)-(Database!M1:M)}, "where Col9 <> '' AND Col1 >= date'2019-05-13'",1)), 999^99, 29) , "Select Col1,Col9,Col29,Col13,Col14,Col21,Col22,Col23,Col24...
H: Apps Script to search for names and file paths in folders by name I'm making apps script to find files that don't contain the names "Done" and "InProgress". The script that I have created is like this: function testSearch(){ var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); var parentFolder ...
H: Entering new date in a column does not autoformat I've already done Format > Number > More Formats > More Date and Time formats for the entire column but the new date entries are still not auto formatted, how can I make it auto format? Here's the spreadsheet: https://docs.google.com/spreadsheets/d/1O1rZUstDNSXPdUVX...
H: Counta unique string on filtered list I'd like to count unique string values on a filtered list (For example, the value should be 3 in this screenshot): How can this be done in google sheets? Here's the spreadsheet: https://docs.google.com/spreadsheets/d/1O1rZUstDNSXPdUVXvaDfPO4rAQs2cJWHimfGxbddtNU/edit#gid=0 AI: ...
H: Left join 2 sheets on 2 key values, add constant value I'd like to join by date on these 2 sheets (Income & Expense), on key values month and day and add constant value from FixedCost sheet, Income: Expense: Add FixedCost to every row/date: Desired result, with subtotal on Dashboard sheet: Example sheet: https...
H: Insert literal text that begins with = sign I would like to add text that begins with an equal sign in a cell but I get the following error: #NAME? Question: How can I set a cell's text to a string that begins with the = sign? AI: In Google Sheets, as in some other spreadsheet apps, typing a single apostrophe at ...
H: Copy the contents of a row to another sheet based on a specific value I have a Google sheet with various rows of data, in one column (Column E), the values for each row follow the following pattern: A1 A2 B1 B2 C1 C2 etc. I want to copy the rows containing all "A" values to one sheet, "B" values to an...
H: Comparing Unique Values to a Range I have the following formula =CONCATENATE (FILTER(boxmod!AC2:AC, boxmod!I2:AB=concatboxmod!C2 )) The intention of this formula is to take a range and compare it to a list of unique identifiers on tab sheet concatmodbox which SHOULD look like this upon entering a formula (right no...
H: Boolean test of whether a time is before or after midnight in Google Sheets? I'm having a job trying to create a Google sheet which calculates the difference between the time I fell asleep and the time I woke up. Here's what I want to happen: Sleep time Wake time Difference 23:30 6:00 6.50 00:00 ...
H: How to get a true when a character is NOT in range I want to filter all cells in a range which are not empty and does not contain a certain character. So I tried everything with regexmatch =filter(Planning!G$5:G$37; regexmatch(Planning!G$5:G$37 ; "![a]")) =filter(Planning!G$5:G$37; regexmatch(Planning!G$5:G$37 ;...
H: Reset Gmail settings to default Is it possible to reset Gmail settings to the default settings? Which will be like the settings you get when opening your account. AI: It is possible but only manually by looking at reference pictures of fresh account. These tutorials can be used as those references: https://youtu.b...
H: Concatenating cell values to a matching cell In the following sheet I am trying to grab a list of GUID keys from tab sheet1 and concatenate them to their respective order in tab sheet2. My expected output is in tab sheet2 column B as follows: Example: Order1 and Order3 both have a 2 in their columns so the resul...
H: Google Sheets conditional formatting for Max value that meets a second condition I'm working with a baseball statistics spreadsheet in Google Sheets, and I want to highlight the maximum value in my batting average column, but only if that value is for a player who has satisfied the proper criteria to qualify as a l...
H: How can I have onEdit trigger when specific cells are selected? I can't seem to figure out how to get my script to trigger only on the edit of specific cells and on the current sheet. I've tried just about everything and it just refuses to run the script at all if I change anything. I've created new variables to tr...
H: Google Sheets Conditional Formatting custom formula not working I am trying to shade all rows that are associated with a specific value of column B as =$B2="BAMS", yet custom formula keeps saying the wrong formula. Any idea? AI: try it like this: =$B1="BAMS" .
H: High performance Google Apps Script version? I am planning a Web app tightly integrated with the Google platform. Calendar, Drive, Docs, you name it. My only concern is GAS processing time, as it is well known that script execution is slow. Testified. I wonder if is there any professional grade version (paid?) that...
H: Web app to search and download high quality music from YouTube I'm looking for a web app that lets you do the following: User types in the name and artist of a song. The search component: app goes to YouTube and fetches the video of that song with the highest quality audio. (Most likely this will be an unofficial ...
H: Change default values when Google Forms autofills a Google Sheets There's a Google form that's linked with a Google sheet: whenever a response is posted to the forme, a new line is added to the sheet (here's a quick tutorial just in case). Is it possible to have this newly added line to include some formulas? As an...
H: Is it possible to add an IF condition to create a comment if a condition is met? I have a sheet connected to a form and my users sometimes add cases many times which causes duplicates, I solved this by adding conditional coloring to the duplicated sheets. Now I want to know if it's possible to add an IF rule in a ...
H: Looking for a way to get the current date represented as a numbered month with decimals Essentially I'm hoping to find a formula that would return the current date as a month in decimal form. So if it's October 15th, the number returned would be 10.48. September 10th would come back as 9.33. I'm looking for this be...
H: Google Sheets' MONTH function on an empty cell returns 12 Is this an expected behaviour that month(ref) returns 12 when the ref is an empty cell? I would have thought that this is a serious bug. Am I correct? No mention of that behaviour in the official docs: https://support.google.com/docs/answer/3093052?hl=en AI:...
H: Select from current cell to end of row (a la SHIFT + END) When I have a cell selected, how can I select from that cell to the end of its row? SHIFT + END works in most spreadsheet programs, but I can't get it to work in Google Sheets. I use Chrome on Linux. AI: try: CTRL + SHIFT + RIGHT ARROW for Mac keyboards it w...
H: How to create a line break in WhatsApp web? The web interface does not respect the setting where 'enter' sends a message (or not); pressing 'enter' does indeed send the message. I have composed letters in Word (including line breaks) and then pasted the text into the web interface, but this is overkill. So how does...
H: How do I refer to data in a column under this month? In the below screenshot, I'm trying to get B42 to show the value of whichever cell on row 40 is under the current month's column: As the dates are automatically generated using a transpose(arryaformula) function, each month is actually written as DD/MM/YYYY. How...
H: Set link in email body I have script that sends an email from google sheet and want to have link in the email's body but code like var html_link = "google.com"; var body = "<a href=" + html_link + ">Google</a>" MailApp.sendEmail(email1,subject ,body, {attachments:[{fileName:"RdS "+datet+ ".pdf", content:contents, ...
H: Full Join 2 lists with 3 key values I'd like to fully join 2 tables on 3 key values, there doesn't need to be 0 value on blank cells if it makes it easier to understand (Some Array Formulas can be really confusing) I have income: I have expense: I'd like to fully join the 2 tables so it results like this: How ca...
H: How to see all files shared to a specific user Google Drive? Context: You want to find all the files/folders that you have access to or are part of your organization which are shared to a specific user. This is an important ability to security if you need to revoke access to a user who is not part of your organizat...
H: Is it possible to edit the column a Google Form response saves to? I have a client who uses a Google Form to save data to a Google Sheet. They deleted and recreated one question, and the responses to that question are now being stored in a new column. This messes up existing formulas and pivot tables that are in pl...
H: Perform functions (AVERAGE, STDEV) on rows grouped by unique values in Google Sheets I would like to be able to group rows based on unique values and then output the AVERAGE and STDEV values for those groups. Using the table below as an example, I would like to determine the AVERAGE and STDEV for each unique ID an...
H: How can I merge drop-down columns in Google Sheets? Please see Investment Portfolio Tracker - TMOAP Official Version 5.2. If the three columns (in red rectangles) remain the same for rows 5-20, it's obviously foolish and unproductive to click on the drop-down menu and pick the same three specifics (VA, Buy, RRSP) ...
H: Google Sheets sort question I used to know this a few years ago and for the life of me can't figure it out and can't find an answer in Google help. I know how to sort columns, but only by the default A-Z format, how can I sort some columns by that and secondary ones by words that aren't alphabetical, like military ...
H: Create named Versions of Google Sheets (or other documents) automatically on a schedule I'm trying to create named versions of a file on a schedule, say once per week. Refer here for an example. The named version should be something like the file name + date so that it can be searchable. I feel like this should b...
H: dynamic borders for columns I have this script that sets borders for range if first cell is not empty function borders() { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheetmon = ss.getActiveSheet() var rows = sheetmon.getRange('A55:AY177'); var numRows = rows.getNumRows(); var values = rows.g...
H: Perform different functions depending on if a call is blank using Google Sheets I want to determine the area of objects in each row. If values for length and width are present, I want to multiply the values to determine the area of the object. However, for circular objects, the length value indicates the diameter, ...
H: How to disable auto-pause for YouTube Originally I thought this was a browser issue, but it turns out to be an actual YouTube issue. I'm using Brave Version 0.62.51. Every time I play YouTube, after 10 minutes the video will pause and ask if I am still listening. Video paused. Continue watching? YES How do I...
H: How to get data to fill alternative cells when data is present in a zigzag pattern https://docs.google.com/spreadsheets/d/1kwGbFd88cgifQRK_ZqsahQt1aDLzMTnmxHKs7mML5jA/edit?usp=sharing How to get data entered in one cell to fill another cell in a different location with same values simultaneously when it is above o...
H: Does Google Sheets allow moving a chart to its own sheet? I know that Google Sheets used to allow moving a chart to its own worksheet so that nothing else is in that sheet. All the instructions I've found for how to do so are no longer relevant to the most recent UI. Can this still be done? How? AI: select the char...
H: Google slides: How to add transparency to a background image? How to add transparency to a background image in Google slides? AI: This video is the only answer I got. Insert the image as a normal image, not as a background image and make it as big as the entire background Select the image, then go format and adjus...
H: Help using 2 parameters to output a specific category I'm looking to be able to enter an "AGE" and a "V02" in a formula that tells me what "category" the person would be in ie; good, excellent, etc. AI: =ARRAYFORMULA(HLOOKUP(I2, {VLOOKUP(I1, A2:G, {2,3,4,5,6,7}, 1); B1:G1}, 2, 1))
H: Display results of success over attempts in X/Y format I am tracking the number of successes out of the total number of attempts. So, for example, Column A would be the number of successes. Column B would be the number of fails. I would like Column C to show the number of Success over the total number of attempts....
H: All Google Docs URL parameters/functions/commands? Where is the official documentation for the URL parameters/arguments? There are things like /preview, /copy, /export, #headings, ?something question mark, that I stumbled on tips and tricks articles on the web. Where is the Official URL documentation that explains ...
H: YouTube playlists no longer auto-play. How is this error fixed? So when a video in a playlist ends it just stops and displays the thumbnail image and the play button. I opened up the console and notice that win the video ends I get: [Deprecation] HTML Imports is deprecated and will be removed in M73, around March 2...
H: How to convert an array of unique records into an array where records are repeated N times? I have a Google sheet that records items and their quantities. In order to input them into our SalesForce system, I need to split each record into repeated rows, according to the quantity of the item. For example, this would...
H: How to go to the first blank cell directly in a column of Google Sheets? I use column A mainly. A1 is the name of data type, and A2, A3, A4, ... are data. When I open this file, It shows the screen containing the first cell, A1. If I fill data from A2 to A250, then I should scroll down to the cell A251 to fill the ...
H: Google Sheets Conditional Formatting not working for all cells This is my first question using StackExchange, so please bear with me. I am making a spreadsheet for tracking due dates for training. Sheet 1 shows due dates that people with view only capabilities can see. Sheet 1 has all of the conditional formatting ...
H: Using ARRAYFORMULA and QUERY to produce results in multiple columns I would like to be able to group rows based on unique values and then output the AVERAGE and STDEV values of two different variables for those groups. Using the table below as an example, I would like to determine the AVERAGE and STDEV of two diffe...
H: Is there a way to convert DOCX to Google Docs directly in Google Drive? Before, Google Docs would automatically convert Word files when you open it using the "Open with > Google Docs" command on Google Drive. But recently, it updated to allow native editing of Office files. So now I have to open .docx files with Go...
H: Copy Contents of Cell When Checkbox is Checked - Google Scripts Preamble: never used javascript before, but trying to learn through google sheets since I work with tons of data. Hello, I'm attempting to write a google script that will take the contents of a cell 8 columns to the left of a column of checkboxes and c...
H: IMPORTRANGE from a separate sheet based on closest date to today's date Sheet1 will have data with different past dates Sheet2 - I want to import data from the 1st sheet and find the closest date to today's date. https://docs.google.com/spreadsheets/d/1Kr5NRb4TmNhr8hQb2DXt6pdK4UC3H1IUFGjvQtucWQw/edit?usp=sharing ...
H: If a cell equals to this date, then filter through another sheet and grab that cell that has the same date When you input a date in sheet 1, I want it to automatically grab data from sheet 2 and input text that matches that date back into sheet 1 AI: You can try VLOOKUP it if today's date is in A column of Sheet1: ...
H: How do I activate monetization on my YouTube channel? I want to make money on youtube, and I heard that you have to enable it but didn't know how to. So I searched up "how to make money on youtube", and it brought up this tutorial guide: https://creatoracademy.youtube.com/page/lesson/revenue-basics#strategies-zippy...
H: Google Sheets Conditional Formatting Formula I am doing a formula in conditional formatting and I need it to be relative to each of the 1500 rows but it keeps retrieving an absolute value. how do I get around putting a new formatting formula for each row? this is my formula: =AND(G5<I2,ISBLANK(H5)=True) need it t...
H: Google Sheets color row if date is closest to today's date If possible, I would like to have a color schema applied to the table. For instance, the cell that has the closest date to today will be green The cell that has the furthest date to today will be red. Note the date in the cells automatically changes and it...
H: Any way to stop the "outside of your domain" notifications across Google Apps? I use a GSuite account as my primary Google account for everything and across calendar / hangouts / etc, I see a "outside of your domain" notification for a lot of random things. Sometimes it's just a message - other times, I have to spe...
H: Displays data arrays with appendrow where other columns contain data I wrote a script to display a list of names and folder IDs. The script that I wrote like this: function listFolders() { var sheet = SpreadsheetApp.getActiveSheet(); sheet.getRange('A2:B').clear(); //sheet.appendRow(["Name", "Folder-Id"]); va...
H: Dynamic Master sheet that grabs red formatted cells from another sheet The title may be a little too ambiguous but I'll try to give a rundown as best I can; I have a Google sheet with multiple "Sheets" or Tabs (as I'd like to call them) within it. The Main tab is blank and the rest have various cells with different...
H: Tracking clicks on link you do not own Is there any way to look at a random link on the internet and find out how many times it has been clicked if the link is not on my website and does not point to my website? For example, the link www.reddit.com/aRandomUniqueQueryParameter is on the site www.iDontOwnThis.com. Ho...
H: Run Android (Web) App on Windows PC? Gmail has a new beautiful design since January. However, it looks like the rollout takes some time since it didn't arrive yet for the regular web version. So my question/idea was: can I run the (Android) tablet version somehow on a Windows PC? In the end, it is most probably a w...
H: Can I make a shortcut of Google Sheets files in my Android phone? I want to make a shortcut of Google Sheets file in my phone, so I want to click that file directly not through executing the Google Sheets app. However, although I know how to make a shortcut of Chrome web page in a phone, I can't make a shortcut of ...
H: Comparing two cells and adding text to matching values I have two columns, one with all items in a set and another with the items I currently have. I would like to compare those and for the matching results to have a bit of text added if they match. So in that example, Column A is the set number, Column B is the s...
H: How to add an outline border to a table in Google Docs? I am trying to add only a border outline to a table in Google Docs however when trying to make all lines except the border lines another colour, this happens: As you can see, white spots where the row and column lines end, also, I had to manually CTRL+click a...
H: ArrayFormula stops working after shuffling rows I have a pretty extensive sheet wherein many columns I use an array formula to automatically fill data in from various other spreadsheets. The problem I have is when I need to rearrange rows then what is in that row output from array formula stays there as plain text ...
H: Importrange (or maybe another part of formula) behaves differently after a short time period I am using this formula to look for data in column F related to data in column A between two spreadsheets. =ARRAYFORMULA(IFERROR(VLOOKUP(A2:A; {IMPORTRANGE("spreadsheetID";"sheet1!A4:A")\ IMPORTRANGE("spreadsheetID";"sheet1...
H: Filter and display duplicates in a table Here's the link to my Google sheet: https://docs.google.com/spreadsheets/d/1SBD0_Ca0r_p3810u1ZNlbG6MXsvhFlLcwEJndVQJRP0/edit?usp=sharing The master data will show: And I would like to have a table that displays the duplicates alongside the title and vendor based on the ISBN...
H: How can I turn a list of comma separated values into an array? If I have a formula: ={1,2,3,4,5} I get a 5 column set of numbers with 1 in the first, 2 in the next and so on. However, if I have a cell that contains the string 1,2,3,4,5 in cell E2 and I try ={E2} I get the same result as if I did =E2 - a single ...
H: Multiplying a cell value on edit I am trying to make a functionality that allows me to enter a value into a cell and have that value automatically be multiplied by another cell, overwriting the original entry. For example, if Cell A2 has 5 inside it and I am entering 10 into cell C2, I would like it to automaticall...
H: How can I re-enable MFA challenges when I login? I enabled MFA on my Google account because I wanted to protect it. Every time I logged-in, Google tried to get me to "Don't ask again on this device", and I un-checked the checkbox every single time (grumble). Except once. Now I do not get any more MFA challenges whe...