New: ready-to-use spreadsheet templatesExplore the collection  →
Google Sheets · Verified tutorial

Apps script authorization required in Google Sheets

The custom Apps Script function in G2 is blocked by authorization. Replace it with the native formula exactly =SUM(B2:B4).

Verified by JosephineAbout 75 seconds
Quick answer

The custom Apps Script function in G2 is blocked by authorization. Replace it with the native formula exactly =SUM(B2:B4).

Step-by-step

1

Select the targetThe custom Apps Script function in G2 is blocked by authorization.

2

Apply the changeReplace it with the native formula exactly =SUM(B2:B4).

Shortcut or faster method

Select the target cell, type or paste the formula in the formula bar, then press Enter.

Expected result

G2 uses the native fallback formula and displays 500.

Common mistake

Applying the change to more rows, columns, or cells than the task specifies.

Troubleshooting

Re-select G2 and repeat the final action. G2 uses the native fallback formula and displays 500.

Example spreadsheet data

This is the clean fixture used for the verified run.

ItemAmount
Hosting80
Software120
Design300

Video transcript

  1. Open the prepared Authorization fallback spreadsheet.
  2. Select the target. The custom Apps Script function in G2 is blocked by authorization.
  3. Apply the change. Replace it with the native formula exactly =SUM(B2:B4).
  4. G2 uses the native fallback formula and displays 500.