I have a list of names starting in the first column and a second list starting in the second column. Some of the names are the exact same while others ...
I have a list of names starting in the first column and a second list starting in the second column. Some of the names are the exact same while others ...
I've a column of names Smith John Sr Smith John R Smith Jr John L Smith III John Smith John IV I know the Last Name is always the first word. I know ...
A5 B5 This cell contains 01/02/2023, but has 31/01/2023 and 25/12/2022 too =REGEXEXTRACT(A6;"[0-9]+ ...
I need help to fix a query formula. I am trying to pull specific columns with a criteria. Tried my very best to come up with a formula but I keep on h ...
I'm making a weekly template for personal planning in Google Sheets. I have 3 variables in cells: year number (2023) month number (1- January, ...
I have data in the below format (Cols B:E): What I am trying to do is create a new table (Cols L:N) where Date repeats in a single column and the co ...
I’m trying to emulate Minesweeper in Google Sheets, and for this I want to create a second map adjacent to the first with all of the correct values al ...
Hi I use this query formula in google sheet and it works good as long as there is values in column E,F,G. =Query('CM Invoice Report'!A10:G,"Select C, ...
=SUM((INDIRECT("'Week " & ROW()-6) & "'!$AH$28"),(INDIRECT("'Week " & ROW()-6) & "'!$AI$28")) What I'm trying to do is: Find a sh ...
I'm trying to get a Google Sheet to import values from one sheet to another. I have figured out how to make a drawing to act as a button, and to trigg ...
I have 100+ rows that are updated daily via import range. My objective is to aggregate user's key results from multiple cells into one single cell per ...
Situation: I have 2 sheets where I am working in. Sheet1: Has the point metrics of all the Google Form responses for each person. There are 4 Form ...
I neeed some help about my company staff attendance record form. The form is like this Many cells are missing date, for example, some cells of BE colu ...
I have a group of respondents (e.g. 4), each answering a few questions (e.g. 10 questions). The questions belong to 3 groups (Basic, Advanced, Other). ...
I have a sheet with 4 columns, as shown below: 1 Date Item Name Counter Flag 3 Date ...
I'm in the process of creating a script that'll merge data from multiple Google sheets onto one. As I'm new to this, I'm having trouble figuring out ...
I have one cell. It contains First Last name. What's the formula to remove the space between First Last so the result is firstlast? Thank you! ...
So here's what I'm trying to do: I have a query formula on Sheet 3 that pulls data from Sheet 2, based on values from Sheet 1. Then I add a header/foo ...
I'm using Google Sheets and trying to figure out a formula that strips or removes specific strings. So a cell might have: [url=https:website1]https:w ...
I need a formula to dynamically compute the number of empty Columns from the datasets. Basically I would need the same as the vertical dynamic end ro ...