By using this site, you agree to the Privacy Policy and Terms of Use.
Accept

GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Mobile
  • Gaming
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • How-to
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • AI
    • Anthropic
    • ChatGPT
    • ChatGPT Atlas
    • Gemini AI (formerly Bard)
    • Google DeepMind
    • Grok AI
    • Meta AI
    • Microsoft Copilot
    • OpenAI
    • Perplexity
    • xAI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Follow US
GoogleGoogle WorkspaceProductivityTech

Google Sheets adds new SHEET and SHEETS functions for multi‑tab pros

With the new SHEET and SHEETS functions, Google Sheets can finally talk about its own structure, opening up cleaner, more resilient formulas for power users.

By
Shubham Sawarkar
Shubham Sawarkar's avatar
ByShubham Sawarkar
Editor-in-Chief
I’m a tech enthusiast who loves exploring gadgets, trends, and innovations. With certifications in CISCO Routing & Switching and Windows Server Administration, I bring a sharp...
Follow:
- Editor-in-Chief
Feb 24, 2026, 3:34 AM EST
Share
We may get a commission from retail offers. Learn more
3D Google logo text in blue, red, yellow, green, and red letters on a white background, with each letter casting a soft shadow, representing the Google brand in a bold, playful style.
Image: Mizter_X94 / Pixabay
SHARE

Google is making life a little easier for anyone who lives inside big, messy spreadsheets. The company is rolling out two new Google Sheets functions — =SHEET and =SHEETS — and they’re small, almost hidden additions that quietly solve a very real headache: dealing with workbooks that have dozens (or hundreds) of tabs.

At a basic level, the idea is simple. =SHEET gives you the sheet number for a given tab, while =SHEETS tells you how many sheets exist in the file. That might sound almost too trivial to matter, but if you’ve ever built a dashboard that pulls data from multiple tabs, or inherited a multi-sheet monster from a teammate, these functions plug a gap that users have worked around with hacks, scripts, or add-ons for years.

Here’s how they work in practice. The =SHEET function takes an optional argument: a sheet name or reference. If you point it at a specific tab — say, =SHEET(‘Q4_Report’!A1) — it returns that tab’s position in the workbook, like “7” if it’s the seventh sheet. If you leave the argument out and just write =SHEET(), Sheets returns the number of the sheet you’re currently in, which is surprisingly handy when you’re trying to make formulas that respond to where they’re placed instead of hard-coding everything.

=SHEETS, on the other hand, is even more straightforward: it doesn’t take any arguments, and it simply returns the total count of sheets in the file. Importantly, Google is explicit that =SHEETS in this rollout is argument-free — if you try to pass it a range or a subset of tabs, it will throw an error. That’s a deliberate constraint, and it keeps the function focused on what it’s meant to be: a structural indicator of how large your workbook is, not a targeted counter.

What makes both =SHEET and =SHEETS genuinely useful is that they’re dynamic. Any time you add, delete, move, or rename a sheet, these functions recalculate automatically. In real terms, that means you can build formulas that literally depend on the layout of your workbook. Imagine using the sheet number as part of an INDEX or INDIRECT setup, where each sheet represents a period — January, February, March, and so on — and you want a summary tab that adjusts as you insert new months. Instead of manually updating every reference, your formulas can hook into the structure of the file itself.

If you zoom out a bit, there’s a pattern here. Over the years, Google Sheets has been adding more “meta” functions that help you understand the spreadsheet as an object, not just the data inside cells — think of tools like QUERY, which lets you treat your sheet like a SQL table, or INFO-style functions that give context about the environment. SHEET and SHEETS slot neatly into that category: they don’t calculate your revenue or your churn; they tell you about how your workbook is built, so that you can make smarter formulas on top of it.

For power users, the most interesting possibilities show up when you pair these new functions with existing ones. Combine SHEETS() with SEQUENCE(), for example, and you can generate a list of sheet numbers dynamically, then use that list inside ARRAYFORMULA or INDEX to pull data programmatically from each tab. Or imagine a situation where your file always keeps “Summary” as the last sheet; you could use SHEETS() to find the current last position and then construct references that always stay one step before it, no matter how many working tabs get added in between.

These functions also play nicely with the ecosystem around Sheets. Many teams already lean on add-ons and scripts to consolidate data across multiple tabs or files, using functions like IMPORTRANGE, QUERY, or custom Apps Script functions to keep complex reporting setups alive. By exposing structural details like sheet count and sheet position, Google is effectively giving those workflows a bit more native support — fewer brittle assumptions, fewer hard-coded references, and a little more resilience when someone inevitably renames “Data_2025_Final” to “Data_2025_Final_v3.”

From a rollout perspective, Google is treating this as a standard Workspace feature launch. The new functions are arriving gradually across both Rapid Release and Scheduled Release domains, with the usual “up to 15 days for feature visibility” window, starting February 23, 2026. There’s nothing admins need to toggle; there’s no control switch in the admin console. As long as you have access to Sheets — whether that’s through a paid Workspace plan or a personal Google account — these functions will simply appear and work.

It’s also notable that Google continues to treat Sheets as a product that has to balance two very different audiences: casual users who just want to sum a column of expenses, and advanced users who are effectively building lightweight analytics systems inside a browser tab. SHEET and SHEETS clearly cater to the latter group. If you’re only ever working with one or two sheets, you may never touch them. But if your workflow involves multi-tab models, template-driven reporting, or anything where the workbook grows over time, these functions are the kind of incremental upgrade that quietly reduces friction.

In the broader landscape of spreadsheet tools, it’s another sign that Google is comfortable leaning into more advanced, Excel-style capabilities while still keeping Sheets approachable. Excel has long had a deep catalog of informational and structural functions, and Google has been steadily filling out its own roster — from LOOKUP and QUERY improvements to richer info functions and support for complex array formulas. Adding SHEET and SHEETS won’t grab headlines like a big AI feature, but it does send a clear signal: Google wants Sheets to be a serious, long-term home for complex workbooks, not just a convenient cloud spreadsheet you outgrow later.

For now, the actual “getting started” story is refreshingly simple. Open any spreadsheet, type =SHEET() or =SHEETS() into a cell, and you’re using the new features — no setup, no special permissions. If you’re curious about how to integrate them into more advanced formulas, Google’s function list and the broader Sheets help ecosystem have plenty of examples and patterns that show how structural functions can layer into more complex setups. It’s a small change, but for the people who push Sheets hardest, it’s one that’s likely to show up in a lot of templates and internal docs very quickly.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Leave a Comment

Leave a ReplyCancel reply

Most Popular

Windows 11 Pro lifetime license crashes to $12.97

Audible’s immersion reading keeps your brain locked into the story

Galaxy AI gets Perplexity boost with new “Hey Plex” agent

Get a $100 gift card when you preorder the Google Pixel 10a

The eufy Robot Vacuum E25 with self-emptying dock is $300 off

Also Read
Google Labs logo

ProducerAI arrives in Google Labs to boost songwriting, arranging and mixing

illustration of the outline of Minnesota

Google picks Pine Island for its next AI‑ready data hub

Google logo

Google’s new AI data center lands in Wilbarger County, Texas

A hand holds up Apple Mac mini.

Apple brings Mac mini assembly home with new Houston factory expansion

“For All Mankind” key art

Apple TV drops explosive For All Mankind season 5 first look

Canva-branded graphic with a white background and blue gradient borders featuring the headline ‘Welcoming MangoAI and Cavalry’ in large purple text, the Canva logo above, and a yellow handshake emoji below.

Canva buys Cavalry and MangoAI to deepen motion design and ad optimization

Samsung Galaxy Book6 Pro laptop key visual image.

Samsung confirms Galaxy Book6, Pro and Ultra prices ahead of US launch

Bright gradient background in warm yellow, orange, red, and pink tones with a bold white Instagram Reels icon centered, featuring a rounded square frame, top film-strip detail, and play button symbol in the middle.

What Instagram Reels is and how to start using it

Company Info
  • Homepage
  • Support my work
  • Latest stories
  • Company updates
  • GDB Recommends
  • Daily newsletters
  • About us
  • Contact us
  • Write for us
  • Editorial guidelines
Legal
  • Privacy Policy
  • Cookies Policy
  • Terms & Conditions
  • DMCA
  • Disclaimer
  • Accessibility Policy
  • Security Policy
  • Do Not Sell or Share My Personal Information
Socials
Follow US

Disclosure: We love the products we feature and hope you’ll love them too. If you purchase through a link on our site, we may receive compensation at no additional cost to you. Read our ethics statement. Please note that pricing and availability are subject to change.

Copyright © 2026 GadgetBond. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | Do Not Sell/Share My Personal Information.