Google Sheets - Self-Sorting Task List ☑️

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

Prolific Oaktree

Prolific Oaktree

Күн бұрын

Пікірлер: 45
@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 Жыл бұрын
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.
@alaynealexander9218
@alaynealexander9218 Ай бұрын
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?
@ecenari
@ecenari 2 жыл бұрын
I cannot find script editor in my google sheet under tools. only under apps aps and Appscript
@vincentianpenaflor5842
@vincentianpenaflor5842 3 ай бұрын
how about to sort rows with cells in greens on top and cells in red below
@PrincesCatherineSomera
@PrincesCatherineSomera 11 ай бұрын
Thank you!!! It helps!!
@ProlificOaktree
@ProlificOaktree 11 ай бұрын
🔥
@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 Ай бұрын
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.
@_ValFreemaN_
@_ValFreemaN_ Жыл бұрын
awesome video thank you!
@jayteague401
@jayteague401 Жыл бұрын
Great voice!
@klwin1123
@klwin1123 3 жыл бұрын
Thanks a lot 🙏. It helps
@ProlificOaktree
@ProlificOaktree 3 жыл бұрын
Happy to help
@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 10 ай бұрын
Because the doorknob won't fix the problem and tell us
@sparklypenguin9313
@sparklypenguin9313 5 ай бұрын
@@omdcosta2331 this worked for me!!! thank you so much.
@Ketch22k
@Ketch22k 9 ай бұрын
How can you add due dates and to prioritize it?
@chloewilliams1702
@chloewilliams1702 Ай бұрын
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
@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
@Daisy-3.0
@Daisy-3.0 19 күн бұрын
I could not get this to work for anything. After several hours, I gave up and went looking elsewhere.
@ProlificOaktree
@ProlificOaktree 9 күн бұрын
But think of how much you learned in the process;)
@Daisy-3.0
@Daisy-3.0 9 күн бұрын
​@@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.
Automatically Sort Data in Google Sheets
13:23
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 141 М.
Google Sheets - Create an Interactive Task List with Timestamps
8:31
Prolific Oaktree
Рет қаралды 76 М.
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 36 МЛН
小丑家的感情危机!#小丑#天使#家庭
00:15
家庭搞笑日记
Рет қаралды 38 МЛН
Я сделала самое маленькое в мире мороженое!
00:43
НИКИТА ПОДСТАВИЛ ДЖОНИ 😡
01:00
HOOOTDOGS
Рет қаралды 3 МЛН
How to Auto Sort your Google Sheet
11:31
Bootstrapping Tools
Рет қаралды 8 М.
Automatically Sort New Rows in Google Sheets
8:08
Prolific Oaktree
Рет қаралды 17 М.
Turn Your Spreadsheet into an App
6:58
Prolific Oaktree
Рет қаралды 77 М.
How to Automatically Sort Data in Google Sheets | Sort as You Type
3:46
Chester Tugwell
Рет қаралды 2,1 М.
How to Build Simple To-Do-List Using Google Sheets🤓📅
15:51
QUERY - Drop Down List to Filter Data - Google Sheets
15:25
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 352 М.
Categorize Google FORMS responses in different sheets in Google SHEETS
17:12
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 36 МЛН