Google Sheets - Self-Sorting Task List ☑️

  Рет қаралды 18,946

Prolific Oaktree

Prolific Oaktree

Күн бұрын

Пікірлер: 47
@SheetsHelp
@SheetsHelp 2 жыл бұрын
Script editor moved to Tools -> Apps Script
@yannagabriel9441
@yannagabriel9441 2 жыл бұрын
This might be helpful for some of you, I was having the same issues with the error codes. I ended up deleting it out, and restarting. Change only the 3 lines it mentions in the video, I believe it’s 42-44, then save. Do NOT run the program, just go back to your list and try it out. Doing it that way has worked so far, no errors or glitches. Also - Apps Script was found under Extensions, not Tools for me.
@MisoMooncake
@MisoMooncake 2 жыл бұрын
Yep! It worked. Thanks for the tip.
@herjeens1031
@herjeens1031 2 жыл бұрын
YES!! Thank you =)
@ameliecheplo4585
@ameliecheplo4585 2 жыл бұрын
Thank you, because this ended up working for me as well!
@grahampclark03
@grahampclark03 Жыл бұрын
Awesome video and so helpful! Thank you!
@jayharrisonnz
@jayharrisonnz 2 жыл бұрын
Script wasn't working for me either. Changed row 68 and 73 from 0 to 1 and now its working again.
@russcharif4320
@russcharif4320 Ай бұрын
Excellent-- thank you!
@ProlificOaktree
@ProlificOaktree Ай бұрын
You're very welcome!
@vincentianpenaflor5842
@vincentianpenaflor5842 5 ай бұрын
how about to sort rows with cells in greens on top and cells in red below
@ecenari
@ecenari 2 жыл бұрын
I cannot find script editor in my google sheet under tools. only under apps aps and Appscript
@_ValFreemaN_
@_ValFreemaN_ Жыл бұрын
awesome video thank you!
@PrincesCatherineSomera
@PrincesCatherineSomera Жыл бұрын
Thank you!!! It helps!!
@ProlificOaktree
@ProlificOaktree Жыл бұрын
🔥
@alaynealexander9218
@alaynealexander9218 3 ай бұрын
I have mine all set, except when I check the box, it goes to row 13 every time instead of the bottom of the list. Help?
@Daisy-3.0
@Daisy-3.0 3 ай бұрын
I could not get this to work for anything. After several hours, I gave up and went looking elsewhere.
@ProlificOaktree
@ProlificOaktree 2 ай бұрын
But think of how much you learned in the process;)
@Daisy-3.0
@Daisy-3.0 2 ай бұрын
​@@ProlificOaktreeI learned nothing. I still don't have a self sorting list. Just gave up and used Google Keep, which doesn't resolve all I needed, but does most of it.
@herjeens1031
@herjeens1031 2 жыл бұрын
I can do the auto sort but if I mark something complete by accident and uncheck to mark incomplete again, the box still remains at the bottom of the list instead of filtering back to the top. can anyone help? =) Thanks!!
@chloewilliams1702
@chloewilliams1702 4 ай бұрын
I'm not sure how to have it go back up automatically, but when this happens to me I just press the undo button twice (quickly) to undo the automated action and my accidinetal checking of the box.
@klwin1123
@klwin1123 3 жыл бұрын
Thanks a lot 🙏. It helps
@ProlificOaktree
@ProlificOaktree 3 жыл бұрын
Happy to help
@jayteague401
@jayteague401 Жыл бұрын
Great voice!
@Ketch22k
@Ketch22k Жыл бұрын
How can you add due dates and to prioritize it?
@chloewilliams1702
@chloewilliams1702 4 ай бұрын
That gets a bit more comlicated tbh. You'll need the conditional formating section again. Make another conditional format for the column you want your due date in. Select the range (I always just input down to 500 or something ridiculous so that I have room), and you'll put the formula "=D2
@rebekahjames2310
@rebekahjames2310 2 жыл бұрын
How is it that so many people are having the same error and no one is addressing it? It is super frustrating. No one can help on here or on git hub.
@omdcosta2331
@omdcosta2331 2 жыл бұрын
No experience with JS or anything, but was messing around trying to solve the issue of undefined range at Line 63. Finally found a solution which makes script workable for me. Try replacing lines 61-64 of script with text below: function autoSort(sheet) { // Get the entire set of data for this sheet. var sheet=SpreadsheetApp.getActiveSpreadsheet(); var range = sheet.getDataRange();
@charliebunde
@charliebunde Жыл бұрын
Because the doorknob won't fix the problem and tell us
@sparklypenguin9313
@sparklypenguin9313 8 ай бұрын
@@omdcosta2331 this worked for me!!! thank you so much.
@MarkAnthonyVido
@MarkAnthonyVido Жыл бұрын
error at line 63 - TypeError: Cannot Read properties of undefined (reading 'getDataRange')
@ProlificOaktree
@ProlificOaktree Жыл бұрын
Sorry you're having the error. I think it's been discussed in the comments quite a bit. Please have a look through them. Best of luck!
@bradleycurry2896
@bradleycurry2896 3 жыл бұрын
I am trying this really neet Apps Script but I am getting the following error when I Run the Script: 12:23:09 PM Error TypeError: Cannot Read property 'getDataRange' of undefined autoSort @ Code.gs:63 What Can I do to fix this issue?
@ProlificOaktree
@ProlificOaktree 3 жыл бұрын
I kept getting that too. Did you run it from inside the editor and then give it permissions when it asked?
@bradleycurry2896
@bradleycurry2896 3 жыл бұрын
@@ProlificOaktree Yes, I followed your video 100%? Any suggestions?
@bradleycurry2896
@bradleycurry2896 3 жыл бұрын
@@ProlificOaktree If this comes to you twice, I am sorry, Yes, I followed your video, I believe 100%? Do you have any suggestions. I have to admit I am a novice with this process.
@ProlificOaktree
@ProlificOaktree 3 жыл бұрын
I would suggest going to the linked GitHub page. There is a lot of discussion there. Let us know if you solve it.
@bradleycurry2896
@bradleycurry2896 3 жыл бұрын
@@ProlificOaktree Thank you, your Channel is Fantastic...I have learned a lot from watching them...
@nimzek
@nimzek Жыл бұрын
you're wrong, the custom formula in your case is =$A2 (and not =A2=TRUE).
@ProlificOaktree
@ProlificOaktree Жыл бұрын
Yeah, seems like we can get rid of the =TRUE part. The & isn't necessary though, but doesn't hurt. Perhaps the best option is =A2
Automatically Sort Data in Google Sheets
13:23
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 144 М.
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Make a Daily Task Tracker in Google Sheets
12:18
Spreadsheet Life
Рет қаралды 11 М.
To-Do Task List Management in Google Sheets
7:39
Spreadsheet Wise
Рет қаралды 39 М.
10 INCREDIBLE things Google Sheets can do Right Now!
13:27
Jeff Su
Рет қаралды 78 М.
Google Sheets - Create an Interactive Task List with Timestamps
8:31
Prolific Oaktree
Рет қаралды 76 М.
✨ Google Sheets Introduces Tables
7:27
Dan Leeman
Рет қаралды 54 М.
Google Sheets - Create Multiple Dependent Drop-Down Lists
13:41
Teacher's Tech
Рет қаралды 175 М.
QUERY - Drop Down List to Filter Data - Google Sheets
15:25
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 360 М.
Create Google Sheets Automatically using AI
4:26
Howfinity
Рет қаралды 42 М.
Google Sheets - Drop Down List, 2 Dependent Dropdown Lists
14:45
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 704 М.
Categorize Google FORMS responses in different sheets in Google SHEETS
17:12
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН