Daveh0
Daveh0

Reputation: 1010

Is there a way to define named ranges through Google Docs GUI?

I know that Named Ranges are a feature of Google Docs, but I can't seem to find any way to define/assign them using the GUI. Is this possible or can it only be done programmatically via Google Apps Script?

Upvotes: 0

Views: 561

Answers (2)

Aleksey Spiridonov
Aleksey Spiridonov

Reputation: 11

In Google' GUI cannot do this. But there is a third party library - https://github.com/tanaikech/DocNamedRangeApp

This repository has an example where working with ranges implemented in the sidebar - https://github.com/tanaikech/DocNamedRangeApp/tree/master/samples

Instructions for its - https://gist.github.com/tanaikech/36a2a9d393f42274a833e5660bfe4ce0

See also: https://stackoverflow.com/a/73470054

Upvotes: 1

Jescanellas
Jescanellas

Reputation: 2608

As far as I know, the Docs editor does not support that option natively, only from the API. There is nothing I could find regarding this, only the Docs API Documentation

Upvotes: 0

Related Questions