How to transpose a column in google sheets with varying 'n' values, based on...
I have a Google Sheet list of contact details. Unfortunately, they are all in a single Column.Moreover, each set has a varying number of Rows.I'd like to Transpose the Column but don't know how!He is a...
View ArticleHow to use a range function with VLOOKUP google sheets
I created this function to get the range from sheets dynamicallyfunction GetSheetRange(j) {return SpreadsheetApp.getActiveSpreadsheet().getSheets()[j].getRange(3,1,1000,7).getValues()}I wanted to use...
View ArticleGoogle Sheets: How To Reformat Phone Numbers Within One Column?
I have a google sheet in which people's phone numbers are stored. I want them to be displayed in format NNN-NNN-NNNN, and to do this I like to store them in format NNNNNNNNNN set to display that way...
View Articlehighlighting a single cell when partial text shows up in a range of other cells
I work for a physician office and we keep track of which patients are ready in a room and which doctor goes in to see that patient. We use a google spreadsheet to track this information. I want to have...
View ArticleGoogle Sheet find all Mondays and average their cell value
Hello and thanks in advance.I have a google sheet that contains each day for a year of sales by day and hour.I need to be able to search all the data, find all the Mondays and return the average.
View Articlegsheets - average value by highest sums non VBA
im having trouble with writing the logic for the formulaThe results should be as above.Looking to average the closing TEU by the value spikes. For example per day the set value is 120 so if exceeds...
View ArticleHow to create static/immutable autoincrement column
I am aware of the manual way (add 1,2 in the first 2 rows, mark them, drag the square on the mark-outline down to where u need the numbers)and a number of ways to create the numbers with formula's, as...
View ArticleProblem in adding formula in script for updating daily
Newbie to sheets and scripts!I have seen this question,and am partially successful to the extent of creating a new row with date being updated using this scriptvar ss =...
View ArticleSheets: Zählenwenns mit 3 Kriterien nicht in der gleichen zelle [closed]
Servus,ich möchte etwas in unserem Dienstplan berechnen. Siehe Bild.Es soll ausgewertet werden, Wenn a3 = wahr und B2 = D. und das über die ganze Spalte gezählt werden. ich habe es über die formel...
View ArticleConditional Formatting in Sequential Order in Sheets
I hope this all comes out clearly, I am in need of some help to save some major time.This is for sports betting tracking systems.I am trying to create a conditional format to where when I enter a value...
View ArticleAverage value by highest sums
I'm having trouble with writing the logic for the formulaThe results should be as above.Markdown tableClosing TEUAverage per...
View ArticleGoogle sheets indirect and match commands
I am trying to take the information on the report provided and search through the report and find and display only the students (and their rows of information) that match a given homeroom (Hmrm) each...
View ArticleNeed Help! Google Sheets Formula
Is there a simple formula for this?Where it will look for a Name with "- Leader" in Column A and its corresponding Value in Column B, and it will return the Name of the Leader with the same Value as in...
View ArticleWikipedia: how to edit *specifically* the introduction of an article?
When an article consists of different sections and the first section does not contain a header (== header ==) it cannot be edited separately but you have to edit the complete article to change the...
View ArticleLocking google sheet after 30 cells have been filled in for schedule
Does anyone know how to limit the number of cells being filled in google sheets?I'm need to fill a schedule, but only 30 blocks can be filled in before I want the screen uneditable. Can you help?
View ArticleImport external emails into Gmail only once per day at 8pm
In a Gmail account example@gmail.com, I'd like to import new emails from activity2@gmail.com (or from activity2@hotmail.com) only once per day at 8pm, to avoid being disturbed constantly at any time...
View ArticleUsing cut/paste within a filter view causes data loss
The scenario: I'm editing a rather large sheet. I realize that all the entries with "Alice" in their title should go under the "Caribou" column rather than the "other" column.So I set a filter to only...
View ArticleHow do you copy a group of cells over while changing their contents?
Okay, so the title might be misleading but it's the best I could come up with. I'm currently in the process of making a bot to solve Mastermind in Google Sheets because I thought it would be an...
View ArticleRunning a script on select tabs in Google Sheets [duplicate]
I am not a coder, but I can normally do enough trial and error to get my script to function in the way I want my google sheet to work.The goal of my script:I want cell A to time stamp anytime that cell...
View ArticleHow to combine Function small IF and Importrange [closed]
When I write code =small(ArrayFormula(if(IMPORTRANGE("https://docs.google.com/spreadsheets/d/18NkXNbhBiFxwfD8O_eMDvAFV5WtDGSqRvyLws9j37/edit","ตรวจรักษา base!Col82 =...
View Article