Your Sheety Questions Answered

I'm a Google Sheets wizard. A god-tier spreadsheet user.

I really wanted to write a Google Sheets textbook. But, my wife reminded me it's 2026. Nobody reads textbooks anymore.

So I built answers to your Google Sheets questions here. Added links to more learning materials like videos, templates, blogs, code examples, and tools you can actually use. Enjoy!

How to calculate weighted average in Google Sheets Use =AVERAGE(range) for a mean, or calculate weighted average with a matching Sheets function. Point formulas at ranges, not single cells, when you want the result to grow with new rows. Open answer → How to see hidden rows in Google Sheets Right-click the row number and choose Hide row. Select multiple rows first to hide a block. Hidden rows stay in the sheet for formulas. Unhide by selecting surrounding rows → Unhide rows. Open answer → Cant unhide columns in Google Sheets Select the columns on both sides of the hidden gap, right-click, and choose Unhide columns. Or click the small arrows between column letters. View → Hidden sheets is separate and only applies to whole sheets. Open answer → How to do mail merge in Google Sheets Select the cells, then Format → Merge cells (or the toolbar Merge icon). Choose Merge all, horizontally, or vertically. Only the top-left value is kept. Avoid merging inside data tables you still sort or filter. Open answer → How to unfreeze rows in Google Sheets Go to View → Freeze → No rows (or No columns) to unlock frozen panes. You can also drag the thick gray freeze handle back to the top-left corner. After unfreezing, the whole sheet scrolls together again. Open answer → How to show hidden columns in Google Sheets Select the columns on both sides of the hidden gap, right-click, and choose Unhide columns. Or click the small arrows between column letters. View → Hidden sheets is separate and only applies to whole sheets. Open answer →
How to center text in merged cells Google Sheets Select the cells, then Format → Merge cells (or the toolbar Merge icon). Choose Merge all, horizontally, or vertically. Only the top-left value is kept. Avoid merging inside data tables you still sort or filter. Open answer → How to unmerge all cells in Google Sheets Select the cells, then Format → Merge cells (or the toolbar Merge icon). Choose Merge all, horizontally, or vertically. Only the top-left value is kept. Avoid merging inside data tables you still sort or filter. Open answer → How to do text to columns in Google Sheets Use Data → Split text to columns for delimiter-based splits, or the SPLIT formula like =SPLIT(A1, ","). Pick the separator (comma, space, custom). Formulas update live; the menu action rewrites values in place. Open answer → How to combine cells Google Sheets Select the cells, then Format → Merge cells (or the toolbar Merge icon). Choose Merge all, horizontally, or vertically. Only the top-left value is kept. Avoid merging inside data tables you still sort or filter. Open answer → How to update pivot table in Google Sheets Select your data table, then Insert → Pivot table. Choose New sheet or Existing sheet. Drag fields into Rows, Columns, Values, and Filters in the pivot editor. Refresh by editing the source range; keep headers clean and one row per record. Open answer → How to edit pivot table in Google Sheets Select your data table, then Insert → Pivot table. Choose New sheet or Existing sheet. Drag fields into Rows, Columns, Values, and Filters in the pivot editor. Refresh by editing the source range; keep headers clean and one row per record. Open answer →
How to auto sort in Google Sheets when data changes Select your data, then use Data → Sort sheet or Data → Sort range. Pick the column and direction. Advanced range sorting options let you add secondary keys. Sorting changes the sheet in place; =SORT(...) builds a sorted spill range elsewhere. Open answer → How to keep rows together when sorting in Google Sheets Select your data, then use Data → Sort sheet or Data → Sort range. Pick the column and direction. Advanced range sorting options let you add secondary keys. Sorting changes the sheet in place; =SORT(...) builds a sorted spill range elsewhere. Open answer → How to refresh pivot table Google Sheets Select your data table, then Insert → Pivot table. Choose New sheet or Existing sheet. Drag fields into Rows, Columns, Values, and Filters in the pivot editor. Refresh by editing the source range; keep headers clean and one row per record. Open answer → How to automatically sort data in Google Sheets Select your data, then use Data → Sort sheet or Data → Sort range. Pick the column and direction. Advanced range sorting options let you add secondary keys. Sorting changes the sheet in place; =SORT(...) builds a sorted spill range elsewhere. Open answer → How are sorting tools helpful for using spreadsheets and databases Select your data, then use Data → Sort sheet or Data → Sort range. Pick the column and direction. Advanced range sorting options let you add secondary keys. Sorting changes the sheet in place; =SORT(...) builds a sorted spill range elsewhere. Open answer → When using a spreadsheet sum in the expression Click the cell for the total and enter =SUM(range), for example =SUM(A2:A100). Or select the numbers and read the sum in the bottom-right explore/status area, then click it to paste. SUM ignores text; use SUMIF/SUMIFS when you need conditions. Open answer →
How to have Google Sheets add numbers Click the cell for the total and enter =SUM(range), for example =SUM(A2:A100). Or select the numbers and read the sum in the bottom-right explore/status area, then click it to paste. SUM ignores text; use SUMIF/SUMIFS when you need conditions. Open answer → Can we use pivot table in Google Sheets Select your data table, then Insert → Pivot table. Choose New sheet or Existing sheet. Drag fields into Rows, Columns, Values, and Filters in the pivot editor. Refresh by editing the source range; keep headers clean and one row per record. Open answer → How to lock rows in Google Sheets for sorting Select your data, then use Data → Sort sheet or Data → Sort range. Pick the column and direction. Advanced range sorting options let you add secondary keys. Sorting changes the sheet in place; =SORT(...) builds a sorted spill range elsewhere. Open answer → Which function in Google Sheets lets you add numbers Click the cell for the total and enter =SUM(range), for example =SUM(A2:A100). Or select the numbers and read the sum in the bottom-right explore/status area, then click it to paste. SUM ignores text; use SUMIF/SUMIFS when you need conditions. Open answer → How to custom sort in Google Sheets Select your data, then use Data → Sort sheet or Data → Sort range. Pick the column and direction. Advanced range sorting options let you add secondary keys. Sorting changes the sheet in place; =SORT(...) builds a sorted spill range elsewhere. Open answer → How to create pivot table Google Sheets Select your data table, then Insert → Pivot table. Choose New sheet or Existing sheet. Drag fields into Rows, Columns, Values, and Filters in the pivot editor. Refresh by editing the source range; keep headers clean and one row per record. Open answer →
Can you conditional format a pivot table Select your data table, then Insert → Pivot table. Choose New sheet or Existing sheet. Drag fields into Rows, Columns, Values, and Filters in the pivot editor. Refresh by editing the source range; keep headers clean and one row per record. Open answer → How to undo sort in Google Sheets Select your data, then use Data → Sort sheet or Data → Sort range. Pick the column and direction. Advanced range sorting options let you add secondary keys. Sorting changes the sheet in place; =SORT(...) builds a sorted spill range elsewhere. Open answer → Can vlookup sum multiple rows Click the cell for the total and enter =SUM(range), for example =SUM(A2:A100). Or select the numbers and read the sum in the bottom-right explore/status area, then click it to paste. SUM ignores text; use SUMIF/SUMIFS when you need conditions. Open answer → How to count filtered rows in Google Sheets Select your header row and choose Data → Create a filter (funnel icon). Use the column menus to filter values. Filter views (Data → Filter views) save personal filters without changing what collaborators see. FILTER() builds a formula-based filtered table elsewhere. Open answer → What does filtering data in a spreadsheet do Select your header row and choose Data → Create a filter (funnel icon). Use the column menus to filter values. Filter views (Data → Filter views) save personal filters without changing what collaborators see. FILTER() builds a formula-based filtered table elsewhere. Open answer → What is the purpose of filtering data in a spreadsheet Select your header row and choose Data → Create a filter (funnel icon). Use the column menus to filter values. Filter views (Data → Filter views) save personal filters without changing what collaborators see. FILTER() builds a formula-based filtered table elsewhere. Open answer →
How to clear filters in Google Sheets Select your header row and choose Data → Create a filter (funnel icon). Use the column menus to filter values. Filter views (Data → Filter views) save personal filters without changing what collaborators see. FILTER() builds a formula-based filtered table elsewhere. Open answer → What is Google Sheets app App in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What is a row in Google Sheets A row in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What does $ mean in Google Sheets $ mean in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What are Google Sheets used for Used for in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What is dropdown in Google Sheets Dropdown in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer →
What is autocrat in Google Sheets Autocrat in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What is a cell in Google Sheets A cell in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What is a slicer in Google Sheets A slicer in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What are cells in Google Sheets Cells in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What is series in Google Sheets Series in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What is a tab in Google Sheets A tab in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer →
What is macro in google sheet Macro in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What are tables in Google Sheets Tables in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What is a range in Google Sheets A range in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What is a column in Google Sheets A column in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What are macros in Google Sheets Macros in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer → What does ref mean in Google Sheets Ref mean in Google Sheets is a feature, function, or behavior you can use inside a spreadsheet. The short version: learn the definition, try it on a small range, then wire it into your real sheet. Use the glossary and formula links on this page when you want the deeper reference. Open answer →

Popular questions

Common questions

What is the Google Sheets questions hub?
Short, direct answers to common how-to questions in Google Sheets. Each page leads with the fix, then links Better Sheets YouTube videos, glossary terms, and formula guides.
How is this different from the glossary?
The glossary explains what a term means. Questions pages answer how to do a task. Use both together when you need the steps and the vocabulary.
Where do the videos come from?
YouTube cards link to matching videos on youtube.com/bettersheets.

Got your answer. Want the walkthrough?

600+ walkthrough videos, unlimited generators, and every template. From $9/month. Practical lessons. Zero fluff.

Need one fix

Watch a free tutorial for the step-by-step version of any answer.

Learning Sheets for real

Unlock the full library, generators, and templates with membership.