r/sheets 17h ago

Show Off Monthly Show and Tell: Fancy Projects and Amazing Solutions!

3 Upvotes

This thread is the place to show off any projects you've been working on, show off fancy solutions, etc. If you've got some templates to share, also post them here.

If you're looking for feedback on your project, let us know! If you're looking for specific help, make a normal post.

This is a monthly thread.


r/sheets 14h ago

Tips and Tricks Custom Count and Sum — a Google Sheets add-on that lets you count, sum, average, and filter cells by color and formatting!

1 Upvotes

Hey everyone!

If you’ve ever wished Google Sheets had a native way to total up colored cells, count highlighted data, or find min/max values based on formatting, you’re not alone. Over 10 years ago, an add-on was launched to solve this exact problem. Today, I’m excited to share that I have completely modernized and rebuilt Custom Count and Sum from the ground up!

💡 What does it do?

Custom Count and Sum supercharges your spreadsheets by adding 38 custom functions that let you analyze cells based on background colors, font colors, and text styles:

  • Full Math & Stat Suite (Color & Style): Calculate values based on background color, font color, or font styles (bold, italic, strikethrough, underline). Works with SUM, COUNT, AVERAGE, MIN, MAX, and MEDIAN (e.g., =MINBACKGROUNDCOLOR(), =MAXFONTCOLOR(), =MEDIANSTYLE()).
  • Booleans & Checks: Test individual cells with boolean checks like =ISBGCOLOR(), =ISFONTCOLOR(), or =ISFONTSTYLE().
  • 3D & Cross-Sheet Aggregation: Aggregate the exact same cell ranges across every sheet in your workbook using 3D formulas like =SUMALLSHEETS() and =COUNTALLSHEETS().
  • Data Extraction & Filtering: Filter and spill matching values directly into a vertical array using =FILTERBGCOLOR(), =FILTERFONTCOLOR(), or =FILTERCOLORANDSTYLE().

🚀 What’s New in this Rebuild?

  • 38 Custom Functions: A complete suite covering all standard aggregate math functions (SUM, COUNT, AVERAGE, MIN, MAX, MEDIAN) for formatting-based scenarios.
  • Modernized Engine: Rebuilt from scratch for faster calculation speeds and improved reliability.
  • Helper Sidebar: Includes formula documentation, function pickers, and color detection tools directly inside Sheets.
  • Generous Free Tier: Works right out of the box for everyday ranges with no credit card required.

🔗 Get Started

I’d love to hear your thoughts, feedback, or any features you'd like to see added next!


r/sheets 16h ago

Request I built SheetDiff to compare, review, and reconcile two Google Sheets tabs looking for feedback

1 Upvotes

I built SheetDiff because I kept needing to compare two versions of similar data without rebuilding formulas every time.

  Select two tabs in the same spreadsheet and match rows using an ID, email, SKU, order number, or another key. SheetDiff creates a color-coded report showing:

  - Only in A

  - Only in B

  - Changed values

  - Matching rows

  - Duplicate keys

  It also supports different column names, ignored columns, multi-column and fuzzy matching, side-by-side review, highlighting, CSV exports, and merge review before writing approved changes back.

It currently compares tabs inside the same spreadsheet—not separate spreadsheet files.

Free: 5 comparisons per day, up to 500 rows.

Pro: $29 one-time for larger comparisons and advanced tools.

43-second demo:

 https://youtu.be/lvEBnTiusos

  Install:  https://workspace.google.com/marketplace/app/sheetdiff_compare_sheets_find_difference/544557039913

  Would this help with any Google Sheets workflow you currently handle?


r/sheets 5d ago

Solved How to I include "-B -A" when I filter for A?

3 Upvotes

Absolutely illiterate when it comes to sheets and excel so was wondering if someone could help me out. Is there any way to filter cells under column 1 where when i filter for "A" i get cells containing B and A as well? I tried the "create a filter" thing but in that "-B -A" was a separate entity.

Thanks for the help!


r/sheets 8d ago

Solved Stupid question: how do I transform a cell into the answer of a function?

3 Upvotes

I'm importing a list of contacts into Shopify, and I realized I made a mistake.

In my CSV file there were many different dates in different columns, so I merged kind of manually all of them into one.

But the final date column was left with =[cellcode], because I simply did that.

When I deleted the reffered column, the one I wanted to keep left with the error #REF! in many cells.

How do I... (I don't even know the word) transform the formula/function into its date so I can delete the refferred column?

Sample workbook here: https://docs.google.com/spreadsheets/d/1RPFQZbRSrJsXHbP14J4xlBkwHHPpNzbr_2CyqzJAnZs/edit?usp=sharing


r/sheets 8d ago

Request Trying to calculate the "opportunity cost" of buying a vehicle - did I get the formula right?

2 Upvotes

I am looking for confirmation that my use of the FV function is correct in my spreadsheet.

I want to calculate (roughly) how much money buying a vehicle will cost me over the course of set number of years. I want this number to include any money that I lose by not otherwise investing this money in some sort of an investment account. I think this is called the "opportunity cost" but I am not 100% sure.

Assuming it is, as I figure it this cost should be:

  • Purchase price OR downpayment price minus any government rebates
  • Sales tax paid on this purchase price or downpayment
  • Monthly financing payments (if any)
  • Annual operating costs (registration, insurance, annual taxes, repairs, fuel). I would split these into 12 equal payments to simplify the calculations.
  • Any interest I forgo by not investing this money over that same set of time.
  • Minus the resale after the set number of years

I am using the FV function to do the calculation, splitting it into mutlitpe steps (one during the duration of the car loan, and one after the car loan has been paid off).

  1. I calculate the total cost DURING the car loan using this formula:
    1. FV(Investment_Rate_%/12, Loan_Duration_In_Months, -1*Monthly_Cost_Including_Loan_Paytments, -1*Initial_Cost)
  2. I then calculate the total cost AFTER the car load using this formula:
    1. FV(Investment_Rate_%/12, Life_Of_Car_In_Months-Loan_Duration_In_Months, -1*Monthly_Cost_Without_Loan_Paytments, -1*Value_Of_Above_FV_Calculation)
  3. (I don't add these numbers together because I think the second calculation is already taking into account the money in the first calculation)

The thing is, the final values I am getting seem big. But maybe that is just the magic of compound interest. In any event, if anyone has a moment to read through this and confirm the correctness or incorrectness of my work (or look at the link below) I would surely appreciate it.

Edit: Here is an updated link:

https://docs.google.com/spreadsheets/d/1XXIdI_r7YRmz88qcF_b9zNCwmw6QoCc2JG3_bpbYlTY/edit


r/sheets 8d ago

Request Organizing Spreadsheet by Ingredients

1 Upvotes

Hi!
My partner has a ton of bartender books and takes photos of his favorite recipes saved on his phone. As I gift, I’m putting them all into a spreadsheet. The goal is for him to be able to search this vast collection by what ingredients he has on hand at the time.

Any tips for organizing out a sheet like this while also keeping it legible for recipes would help, thank you!

Oh and if you have any ideas to add for this type of a sheet, please share!


r/sheets 8d ago

Request Monthly budget template not working, not adding up income

Post image
1 Upvotes

I started my own dog grooming business/hobby and I was using the monthly budget template to help track what I'm making and spending. It worked well for for a while but I noticed recently it hasn't been adding up the income.

I thought maybe I'd broken the script or something since I don't really understand excel/sheets. So I re-downloaded the template and went to type everything in except now the new one won't work at all, it just gives me an error if I try to type anything anywhere, saying I'm trying to edit something I shouldn't.


r/sheets 10d ago

Solved Need a little help

2 Upvotes

tried making a spreadsheet to help me budget later on and I've never really used it but i was watching a video and for some reason the formula wasnt working for wants


r/sheets 16d ago

Request Cell formatting default behavior (recent change to mobile interface??)

Thumbnail
gallery
5 Upvotes

I’ve used Sheets for 15+ years, so I don’t think I’m going crazy. But I feel like something changed within the past couple of days regarding default behavior on the mobile app for iPhones.

When I use to select a cell, I’d see the cell / text formatting option menu at the bottom (default behavior). Now, when selecting a cell, I’m seeing the “text edit” section at the bottom.

The only way to see the cell / text formatting menu is by selecting the entire row.

I often want to made one cell bold or another color … so defaulting to the cell / text formatting menu was helpful.

Obviously I can select the “A” at the top and navigate to the text formatting menu. That’s an extra step after what may have been a recent change to how the app works.

Anyone else experiencing this change?


r/sheets 17d ago

Request How do I add new line of text within a single cell on GoogleSheets Mobile?

3 Upvotes

On GoogleSheets iPhone mobile app, how do I add a new line of text within a single cell? E.g. Say I‘m wanting the following text within the cell: Dog A - 1 scoop, B - 2 scoops, Dog C - 3 scoops; but I want the information to appear like a list (without the bullets).

  • Dog A - 1 scoop
  • Dog B - 2 scoops
  • Dog C - 3 scoops

The instructions I found on another site to “tap enter within the cell while editing the text” did not work. All it did was take me to the next cell below.


r/sheets 18d ago

Solved I am a stumped noob. How do I, if G then copy F to H?

3 Upvotes

I am so sorry in advance if this is written somewhere already, I tried to find it but haven't been able to.

I have three columns and I want the last one to be dependant on the other two.

If G has anything in it, then I want the number from F to be populated into H, all within the same row, and for each row in the entire table for these three columns.

I am a complete noob and trying my best. it seems like it should be so simple, but I am just overwhelmed. Thank you in advance to anyone who takes the time to read, engage, and help!!


r/sheets 20d ago

Solved Need help trying to freeze something

2 Upvotes

Hey guys,

I'm building a spreadsheet for a game I play.

This is the tab I am currently stuck on.

I'm trying to freeze just the section that says Key with the three colours and the colour meanings so that I can see them when I scroll through the spreadsheet still so I know what the colour means still.

When trying to freeze them it's either freezing just the colours or the full column itself even though I'm specifically only selecting those 8 tiles.

These are the options it is giving me. I don't want the rest of the column freezing with all the blank spaces if it's possible. I just want the ones with the text and colour in.

Thank You.


r/sheets 20d ago

Request Can you make a pivot table with data inside drop-down menus?

2 Upvotes

Hello! I am very new to Google Sheets & trying to build out a way to capture data for the nonprofit org I work for. I created a way to track my work in a "tracker" and have been using drop-down menus (because I found typing each one out very tedious) for almost all of the data. I am learning how to make pivot tables and I'm having a really hard time getting it to work, and I'm unsure if it is because it doesn't like pulling data out of the drop-down menu.

If the above description doesn't make sense, I'll more clearly outline what I'm trying to do for those who want more info:

My sheet has columns for client initial, program they are accessing, interaction type, service category, new or returnign client, notes, etc. Most of these are drop-down and have 5-6 different choices. I would ideally like to use pivot tables to get data on things like number of transactions in a month, number of people accessing ___ service, number of new clients, etc.

Any insight/tips/suggestions?

Thanks in advance!


r/sheets 22d ago

Request Road Network on Google Maps

4 Upvotes

Hello, I am wanting to make a Google Map where all of the paved roadway either for the full United States or at least for a region of the United States is highlighted and all of the unpaved and undriveable roadway is either eliminated or at least shown differently than the roads desired and I was wondering, since there is a Google Sheet import function, if there's a way Sheets can help make that happen


r/sheets 28d ago

Request How do I edit these table sections

4 Upvotes

[https://docs.google.com/spreadsheets/d/11kVdeKdQCq99BW3tf74y8QNetJ7AldsvwTsLd8EL-rw/edit?gid=1252460598#gid=1252460598](https://docs.google.com/spreadsheets/d/11kVdeKdQCq99BW3tf74y8QNetJ7AldsvwTsLd8EL-rw/edit?gid=1252460598#gid=1252460598))

This is the document. It is not my sheet but is free to copy as stated on the first page by the owner. This is also my first experience with Tables.

The very last tab is called "Tables." I was able to add 3 things to the "melee" section (no idea why it worked and not this latter part) but any time I try to do the same to the "Ranged" section, it does not show up in the "Weapons/Armor" tab, "Weapons" table, "Groups (Skill to Use)" when using the drop-down.

I also want to add more copies of the "Custom Career" section as well as more rows in the "Custom Grouped/Advanced" and "Custom Talents" section.

Lastly, on the "Attributes/Health" tab, I want to add a spot to add the Sprinter "Talent" and Fleet "Talent" to the "Run" and "Movement" section respectively similar to the "Hardy" slot for "Wounds" on the same tab.

Ideally, a video to explain how to do all this would be most appreciated as I'm trying to make my own unique game system and having an automatic table is extremely helpful.

Edit: was given the solution to the first issue on another sub. Learned how to edit "named data ranges" and what that does.


r/sheets 29d ago

Solved How to extend list downwards while keeping white border?

Post image
3 Upvotes

How can I extend this list downwards while keeping the white border?


r/sheets Aug 02 '26

Request Trying to track songs that are stuck in my head using google sheets...

3 Upvotes

Hello guys.

So, my plan is to have 2 tables. One will store info about songs, such as name, artist, year, etc., and the other one will actually track them, i.e. I will enter date and the ID of the songs that were stuck in my head on this date. (IDs are necessary because sometimes there are different songs that have the same name)

So what I'm wondering is, is it possible to make it so, so that in order to enter a song into the second table, I don't have to manually search for its ID in the first table.

I found useful the constraints feature, that let's you start typing something, and it will suggest you options from some column from another table. Which would be useful if I wanted to input just song names. But I want to input them by ID, so i wonder is there a way to make it so that, I start typing a song name, it shows me suggestions, and when I click on the suggestion, it inputs not the song name, but the corresponding ID?


r/sheets Aug 01 '26

Show Off Monthly Show and Tell: Fancy Projects and Amazing Solutions!

3 Upvotes

This thread is the place to show off any projects you've been working on, show off fancy solutions, etc. If you've got some templates to share, also post them here.

If you're looking for feedback on your project, let us know! If you're looking for specific help, make a normal post.

This is a monthly thread.


r/sheets Jul 26 '26

Request I have never used a more frustrating app before.

0 Upvotes

How the F do I make a column with dates on android? The simplest thing. Used to be I would type in one date and just pull down in Excell when I was a kid. This? 15min now I'm trying to figure it out, googled it, no answer anywhere.


r/sheets Jul 26 '26

Request Automation help

2 Upvotes

Hi

I'm hoping I can explain this well enough, I have tried to google for this but I have a feeling I'm not sure exactly what to answer so hopefully someone in here can understand what I'm trying to do.

But I have a spreadsheet that I'm using to record birding data and part of my sheet is a total by species which looks like this

Here's a completed example

Which I have been filling in manually using the SUM function

Which as you can probably guess is 1. Time Consuming 2. Leads to me making mistakes such as accidentally missing a cell or adding the wrong cell in etc

So I'm wondering if there's a way I can set this sheet up so that my data in column c gets automatically added to the relevant column in my species total section?

Edit: Here is my sample sheet https://docs.google.com/spreadsheets/d/1t8i6LyMqu8mTnj39qLB6KjK-SaQAx2BD0MT1GsXfUkg/edit


r/sheets Jul 25 '26

Solved Issue with Subtracting Formula :(

2 Upvotes

I am trying to add to my current budgeting sheet, a way to track my transactions. I want to do a starting amount ($741.84) and minus each transaction after that (all the columns below). I followed the google sheets array formula doing "=ARRAYFORMULA(K8-K9:K48" but the subtotal is only for K8-K9 ($609.71) and not the other cells. What am I doing wrong???


r/sheets Jul 22 '26

Request need help with a conditional formatting issue!

2 Upvotes

hey everyone! new grad/intern here needing a little bit of assistance with a conditional formatting issue. in the broadest terms possible:

IN SHEET 1:

- column a has duplicates

- column b has varying titles for each value in row of column a

i.e. SHEET 1

a1 = blue

a2 = red

a3 = blue

a1 = yellow

how can i create a conditional formatting setup on a secondary sheet where every time there's a duplicate in column a, the characteristics are pooled into a list

i.e. SHEET 2

a1 = blue, yellow

a2 = red

a3 = blue

would greatly appreciate the help from someone who thought they were good at google sheets and now realize that they're out of their depth (LOL). willing to answer qualifying questions and thanks so much in advance


r/sheets Jul 21 '26

Request How do I colour the sheets based on the previous cell value?

Post image
6 Upvotes

I have a weight loss tracker that I use to track my progress. I was wondering how to colour the cells based on the previous cell so the cell would automatically turn green if I lost weight, yellow if no loss/gain and red if I gained weight.


r/sheets Jul 17 '26

Request Can't add anymore images

2 Upvotes

I'm working on a spreadsheet categorizing everything about the Nintendo Music app, including all the images of each song, and I've had no problems adding images in the past. I've had the occasional error when a file size was above 5mb but I would resize it and it would work fine. Now for some reason, when I try to add a photo, the loading bar fills up all the way but then nothing happens. I checked the file size to make sure it wasn't too big, and it was only 984.2 kb and 1920 x 1080p. I've tried reconnecting to my internet, closing my spreadsheet, resetting my laptop, but nothing works. I tried uploading the smallest image file I had but that wasn't uploading either. I usually download these image files to my laptop's storage and upload it so instead I tried downloading these files to google drive and uploading them onto the spreadsheet from there but now there's a new problem. My spreadsheet disconnects from the internet and won't save any changes. I tried reconnecting to my internet again but nothing changes. I tried searching online for answers and I was told to clear my cache and cookies, didn't work. I've worked really hard on this spreadsheet and would hate to stop now when I'm so far into it. Any help would be greatly appreciated!