Back to Browse

Reference Data When New Sheet Created – Google Sheets

40 views
Oct 22, 2025
14:09

You have a formula that references the same range of every sheet You want to add additional sheets, and have those sheets added to the formula How? There isn't a built-in way to simply "reference every sheet," but with a script, a list of sheet names, and a MAP() function looping through those names, this is totally doable! Here, the script itself makes a copy of the TEMPLATE sheet, renames it according to a user input, and adds the name to the list. The formula used here is a double-map function: =MAP(A2:A11,LAMBDA(name,SUM(MAP(E2:E,LAMBDA(sheet,IF(LEN(sheet),SUMIF(INDIRECT(sheet&"!A:A"),name,INDIRECT(sheet&"!B:B")),)))))) Music courtesy of CORTEXX open.spotify.com/artist/4fOVG4v2qJ38qUbzA4KTY2 #googlesheets #googlesheetstutorial #googlesheetstips #googlesheetsguide https://www.facebook.com/profile.php?id=61571458064705&sk=reels_tab https://x.com/SpencersSheets https://bsky.app/profile/spencerssheets.bsky.social https://www.instagram.com/spencerteachessheets/reels/ I use Bandicam to record, Clipchamp to edit, and a Blue Yeti microphone Donate on Paypal: [email protected]

Download

1 formats

Video Formats

360pmp417.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Reference Data When New Sheet Created – Google Sheets | NatokHD