r/googlesheets

Google sheet linked to google form: export checkbox responses without using a comma?

My google form has questions of the "checkbox" type with several options including commas. The problem is: when they're exported to a linked google sheet, the comma is also used to separate each option. This makes it a nightmare to parse afterwards since comma means two different things. And yeah, I could use a hyphen in my question options but it's not ideal as it doesn't look professional. I'd rather just make google sheets use a different character (ANYTHING else would be better than a comma).

Is it at all possible?

Edit: to provide an example, my form is about activities people perform at work, and some of the options I provide include commas. The form is in Spanish, but think of options like "organize paperwork, documents or client submissions" or "grade exams, academic work or overall performance". So whenever I get this exported it ends up in a single cell containing "organize paperwork, documents or client submissions, grade exams, academic work or overall performance" (without the quotes).

reddit.com
u/Byte_Xplorer — 2 hours ago

Conditional formatting to change the colour if both columns read "Y"

I want to set it so that if A1 and B1 both have a "Y", they both change colour. "Is equal to" does this with numbers but not letters. I do not know how sheets works! This is to track progress in a game.

reddit.com
u/fat-thor- — 3 hours ago

Conditional Formatting for Upcoming Dates

Hello all!

I am relatively new to Excel/Google Sheets and am wanting to do a little "automating" for my job that makes it easier for me to spot due dates and potential due dates. My overall goal is to have cells be highlighted at certain colours when they hit certain time intervals past a date in a cell. For example; if I have E63 at a certain date, I want to be able to have E63 turn green after 7 days has passed since that date (05/19/2026), orange after 12 days, and red after 14 days. I would only be doing this to the dates that are on the furthest part of each row. Nothing before that row.

I have already tried to google and Youtube this answer and any custom formula I try just is not seem to be working. I am thinking that either the initials that are in the cell are causing the screwup, or I am not formatting the dates right.

https://docs.google.com/spreadsheets/d/1qjl46vQzgi_Vw3yMrgUsVoOm6tO-wtg2/edit?usp=sharing&ouid=104042642632983553883&rtpof=true&sd=true This is the link to the original spreadsheet!

My formulas I am using here are:

=E63>=Today()+7, =E63>=Today()+12, =E63>=Today()+14

Any thoughts would be appreciated!

P.S Maybe =NOW()>E63+7 would work?

https://preview.redd.it/f8s06jjsti2h1.png?width=1008&format=png&auto=webp&s=800bf13e4212704d59e693dede30152015f48f72

Thank you to @HolyBonobos for the help already!

reddit.com
u/ThatMooseyCaboosey — 1 day ago

Sequencing dates that skip a blank row and date

I'm using Sheets to track my worked hours, and trying to use a formula to list the dates rather than enter manually.

I work 6 days a week and skip Sundays, so I have the sheet split into blocks of 6 rows (days), with a blank row in between to act as a visual spacer.

I tried using ;

=SEQUENCE(7,1,DATE(2026,5,25),1)

But that fills all 7 days of the week, ignoring the blank row and putting Sunday's date on it.

That would be fine, but I'd really like to keep that blank row as a visual spacer.

reddit.com
u/Berkut22 — 1 day ago

Trying to format API information into columns

I am working on updating Squad Members for each team in the World Cup 2026.

I am importing the information from an API Football, and I have edited the headings for each, but the information has been delivered horizontally (?) as opposed to the normal vertical setup I am used to.

I have enclosed a link to a temporary file I am using to figure this out.

What I have done:

  • imported the first six teams (out of 48) into the layout Squadsraw. The raw info is presented horizontally.
  • In the layout Squads used =transposed() function to list vertically each of the squads,

What I would like to do:

  • combine all of the info under ONE header from the downlaods/ raw data:
    • such as shown in **Layout 1 (**this was done manually this time)
  • eventually have a dropdown menu of the teams, and each teams info for the squads be listed below the requested team (see Team Squads layout)

The rules for the WC Roster selections are listed in layout Rules for WC

link to file:

Roster Trial

Any help would be appreciated!

Assistance with resident sign-up sheet

Appreciate all the responses! We're a bunch of old people who literally have no idea how to do this ourselves and too dumb to use A.I. to help us!

Hello Google Sheet experts!

I'm creating a sign-up sheet and would like help with the following, if someone is able to program the Sheets to do it. Or let me know if it's impossible.

All 5 fields required to reserve time slot or entire entry is rejected:

- Resident Name

- Resident Address

- Resident Phone # - Required!

- Resident Email - Required!

- DROP-DOWN MENU - YES to agree that no-shows will be charged $100 to re-schedule

For Column C: drop down of 107 possible addresses only in Column H

--- each address can only sign up once

For Column J:

I'd love to get an auto-generated list of which addresses have yet to sign up. Disappears in real-time as addresses get signed-up.

Sign-up sheet (the dates aren't done yet but you get the point):

https://docs.google.com/spreadsheets/d/116QQSr91b3Dosw6XDvzqEd3OKnaOs1JFiBZlmp0ciVI/edit?gid=0#gid=0

Thank you!

u/redpakle — 1 day ago

Pasting a list of expenses from a CSV export. How to get the 'category' of expenses to auto-fill?

I am creating a Google Sheets spreadsheet to keep track of my expenses.

My bank provides me with a CSV file that includes data such as Date, Expense value, Details

So examples would be:

2026-05-20 | $50.00 | Pizza Hut
2026-05-21 | $39.95 | Netflix
2026-05-22 | $49.50 | Local hairdresser
2026-05-23 | $19.45 | McDonalds
2026-05-24 | $40.00 | Pizza Hut

I would like to add a 'category' colum to this spreadsheet. That includes broad categories such as 'Dining out', 'Groceries', 'Streaming services', etc.

There are plenty of businesses that I regularly spend money at. I would like a way to autofill this Category column based on the name that appears in the Details column. e.g. a way to know that if the Details column has 'Pizza Hut' or 'McDonalds', to add a value saying "Dining out' into the category column.

Can someone please suggest a way to do this in Google Sheets?

reddit.com
u/aneurysm1985 — 1 day ago

Adding a Formula that calculates 3, 6, 10 or 15 if "the cell" is 1-15, 16-40, and so on.

Hello,

I have column A, where I can input any number from 1 to 200+.

I need column B to display a "3" if A is 1 thru 15.

Display a "6" if A is 16 thru 40.

Display a "10" if A is 41 thru 80.

And display a 15 if A is 81 thru 140.

I hope I described this well enough to understand what I'm trying to get help with.

Thanks in advance!

reddit.com
u/Relax_itsa_Meme — 2 days ago

Trying to use =ISNUMBER(SEARCH()) with conditional formatting

Hi all, can't quite figure out what is happening, maybe conditional formatting doesn't accept formulas like this?

In my sheet, I'm trying to highlight specific rows if one of their cells contains the word "loaned". We have items we are tracking, some are bought, loaned, etc. It's super important we know what was loaned as we have to return it in it's original condition.

I'm using this formula =ISNUMBER(SEARCH("LOANED",$J57)) applied to the range A5:L120

If any cell in A5:L120 contains the word "loaned" then make the row of that cell highlighted red.

I used the identifier $ in $J57 to indicate that this search applies to all of column J not just J57.

I tried the following:

- Applying the formula only to row 57 to see if there was an issue with searching within the larger range.

- Removing the $ identifier incase that caused a circular formula.

- I tried applying the formula as an array formula: =ARRAY(ISNUMBER(SEARCH("LOANED",$J57)))

- I tried only using ISNUMBER and SEARCH formulas.

What am I missing? Any help is appreciated <3

reddit.com
u/Smavarelse — 2 days ago
▲ 20 r/googlesheets+1 crossposts

I want to use Google spreadsheets to help my team organize. Is this a correct use (see image)? More in the text box under.

There are many tabs. The first one should be the main one, and then there is a link to the task 1, 2, 3 etc. The idea is to have the main tab that (if possible) cannot be deleted, and to have links to tasks for the team.

Now what's also important - I need the access to be exclusive to the team members, and we should be logged in with our corp emails - some don't have google emails.

u/ThisDuckIsOnFire555 — 2 days ago

Conditional formatting help

I have a column of cells, and each cell is an equation that computes a value based on values in the row. Then the column is formatted as percentages.

So it looks like a column of percentages. It's column Q.

I am just trying to highlight everything in green in column Q that is less than or equal to Q9. I am using conditional formatting, and I can't get it to work.

I've tried the less than or equal to. It doesn't work. I've tried custom formula with =Q3<=$Q$9. Doesn't work. I tried random things that Google Gemini is telling me, like =AND(ISNUMBER(Q3), Q3<=$Q$9), and it doesn't work.

(If anyone from Google is reading this: Google Sheets is so bad that you should be embarrassed to say that you work at Google just because of Google Sheets. Just copy Excel, please.)

reddit.com
u/Key_Kaleidoscope2486 — 2 days ago

How to text wrap a cell and make it more paragraph form?

I am using Excel and every time I write in a cell it just goes in one singular long line as opposed to wrapping and becoming like in paragraph form. How do I make the sales tax wrap and make the text go down vertically as a as opposed to a cross horizontally I’m using Google sheets not Excel. Sorry thank you for your help.

reddit.com
u/Over-Raisin2093 — 2 days ago

Pivot tables: merging columns

I want to create pivot tables that compare survey responses (rows) across age groups (columns). My age data is currently in single years (e.g., 11, 12, 13), but I'd like to combine them into a group (e.g., 11-13)

Is there a way of combining the ages into a single column in Google Sheets?

Thanks.

reddit.com
u/ChoiceApartment2437 — 2 days ago

Desyncronized lines trying to automate tables

It's a list of names of people who bought a variety of courses
I have a list of registration, which is the base for three of the columns (the ones in the red rectangle)
I used =filter(tablename[column]; tablename[column] <> " ") for those three

I have 12 tables, one for each month, and those first three columns are the same, but the rest isn't and they are too different, even between months, so it can't be automated

The thing is, when a new student comes in, I sort the registration table, and because it's directly on the table, the whole line is sorted correctly, but in the other tables, only the three automated move (obviously)

So, can I somehow link the lines so when person C moves from D3 to D2, the whole line moves with it?

I saw something about power query on excel doing it, but I'm thinking maybe something with query on google sheets can do it?
I've only used query once and it looked very much above my skills

u/Minimum_Call4056 — 2 days ago

Conditional Formatting Based On Values "in a row"

I'm looking to find a way to conditionally format the following sheet. I need a way to highlight an entire row in red if two values next to each other are false. For example, if an individual didn't attend on 05/24 and 06/07, they would be flagged/highlighted, but if they attended one in the middle, but didn't attend 05/24 and 06/21, I don't want them to be flagged. Is this possible?

Note: The Hiatus field here is irrelevant. I've figured that one out.

u/ManyOreoZ — 3 days ago

Column O killing Apps Script functions for unknown reason.

Hello all.

I'm hoping someone here can help me because I'm at my wit's end. Long story short, I created and maintain (keep running) a spreadsheet for work that we use to track our service/breakdown department's performance and SLA compliance. Rather than scroll all the way to the bottom of the sheet and manually drag formulae into the new row, I've created a script that inserts a new row and enters the formulae into the top of the sheet. I have the code entering the formulae, instead of copying it, because it works faster than having a script that copy-pastes only the formula into the new row. And my script works a treat, EXCEPT for whatever is happening in column O.

When I remove the code for O, it works just fine. But with the code for column O included it has a shart attack and won't proceed. I've tried moving the data in O to L and the same thing happens. The script works fine until it has to process THAT particular column, then it just stops. Again, removing O from the code makes it work 100%. The code for O and H is almost identical and for all intents and purposes it is, the maths in the formula is a little different is all. I have tried many different versions and functions but the result is the same. It stops at O. I have even tested O with using the SAME EXACT CODE from another work column and it still will not work.

Oddly enough though, a script that simply copy-pastes row 6 into the newly inserted row 5 WILL copy column O, but also all the manually entered data as well which I don't want.

I think I've explained myself well enough. Please ask any questions you may have. My script is below.

https://preview.redd.it/arebqazj972h1.png?width=1181&format=png&auto=webp&s=f3b2e0b2f9af4f11f9f0834f4b234eda2ac5a88f

reddit.com
u/Roasted_Chicken_72 — 3 days ago

Conditional formatting for unique sets

https://preview.redd.it/7hcj6zxu082h1.png?width=170&format=png&auto=webp&s=02515be8fa4471298de2f63e9cfab6d69d545708

Trying to assign conditional formating to any row marked "Group" ("E") by using the row number of the group's first appearance as a stable identifier (D).

I attempted this:

=AND($E2="Group", COUNTIF($D$2:$D$600, $D2)&gt;1, MOD(COUNTUNIQUE($D$2:INDEX($D$2:$D$600, MATCH($D2, $D$2:$D$600, 0))), 4)=1)


=AND($E2="Group", COUNTIF($D$2:$D$600, $D2)&gt;1, MOD(COUNTUNIQUE($D$2:INDEX($D$2:$D$600, MATCH($D2, $D$2:$D$600, 0))), 4)=2)


=AND($E2="Group", COUNTIF($D$2:$D$600, $D2)&gt;1, MOD(COUNTUNIQUE($D$2:INDEX($D$2:$D$600, MATCH($D2, $D$2:$D$600, 0))), 4)=3)


=AND($E2="Group", COUNTIF($D$2:$D$600, $D2)&gt;1, MOD(COUNTUNIQUE($D$2:INDEX($D$2:$D$600, MATCH($D2, $D$2:$D$600, 0))), 4)=0)

However it returns a result where rows with different D values (202 and 304) are formatted the same. Any suggestions on what I'm missing?

https://preview.redd.it/p9gefa86182h1.png?width=186&format=png&auto=webp&s=c00a15d2a25aa62556bade1e57464df7e51b8108

reddit.com
u/Sptlots — 3 days ago

How to have one cell return the number of cells in a range that return "TRUE"

I'm working on a D&D character sheet and i'm attempting to semi-automate spell preparation by marking the spell preparation to "TRUE" and then having a cell that checks how many of those spell preparation cells are set to "TRUE" so that I know how many I have prepared. Is there a feasible way to make this work?

u/Six_factorial — 3 days ago