I've been trying to figure out how to make something like this work for AGES on a budget sheet I keep. This finally solved it - no more clicking through multiple tabs to get to the current month! Thanks very much!
@SpencerFarris Жыл бұрын
Hooray!
@nicolasrada13252 жыл бұрын
Your channel provides so much value, maybe the views are not reflecting but remember that this value is HUGE and affecting peoples work and potentially improving daily work for many Thank you so much for your contribution, you are truly a wonderful human THANK YOU
@SpencerFarris2 жыл бұрын
Thank you so much for the kind words! Also, if there are any specific things you'd like shown I'm always looking for more ideas.
@AdaKetchum4 ай бұрын
Hello! Thank you for the helpful video! Is there a way to open to a range when you open a specific tab?
@SpencerFarris4 ай бұрын
No. There is no trackable event for "open sheet"
@Brakken993 жыл бұрын
This is really slick. Is there a way to exclude a tab from this function?
@SpencerFarris3 жыл бұрын
Sure! In the onEdit() function add this at the top: if (e.source.getActiveSheet().getName() == "sheet name here") return;
@Brakken993 жыл бұрын
@@SpencerFarris Worked a treat, thanks! So many gems like this are hidden.
@MatiasParente Жыл бұрын
This doesn´t work in 2023, but thanks for the effort!