ERic
ERic

Reputation: 1

How do I pull data in one Google Sheet field and have it populate another Google Sheet field?

How do I pull data in one Google Sheet field and have it populate another Google Sheet field? Also any ideas on how to make a sheet that displays on your website more stylish?

Upvotes: 0

Views: 26

Answers (1)

player0
player0

Reputation: 1

for cell:

=A1

for range:

={A1:A}

in another sheet:

=Sheet1!A1

in another spreadsheet:

=IMPORTRANGE("url_of_spreadsheet"; "Sheet1!A1:A5")

Upvotes: 1

Related Questions