Support
Help Center
Airtable Universe
Airtable Templates
Airtable Guides
Developer Documentation
Sign up for Airtable
Airtable Community
Announcements
Discussions
Ask A Question
Show & Tell
Development & APIs
Groups
Airtable AI
Airtable Enterprise Network
Marketing
Product Operations
EDUser Group
Events
Resources
Getting Started
Job Board
Product Ideas
Search
Community
Knowledge base
Burak_Icel
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Browse
Airtable Community
Burak_Icel - profile
Burak_Icel
4 - Data Explorer
since
Mar 15, 2021
Nov 29, 2022
User Statistics
2
Posts
0
Solutions
0
Kudos given
0
Kudos received
User Activity
Posts
Replies
If active sheets name is "..." then... but how?
Mar 15, 2021
Hey everyone, im kinda new in google sheets and google apps script. First i got a code where a sheet is hidden, if the checkbox in a specific cell is checked. function onEdit(a) { var range = a.range; if (range.getA1Notation() == "B13") { var...
Re: If active sheets name is "..." then... but how?
Mar 15, 2021
Solved it by using a different code. :slightly_smiling_face: