How would I change the formula if I want to show the task for tomorrow? have tried to do the dateadd, but I can't seem to formulate the formula right.
@itskatwaugh2 күн бұрын
dateAdd() is correct! You’ll want to add “1” “days” to today() and compare that to the due date instead of just comparing it to today() by itself.
@planbymad2 күн бұрын
@@itskatwaugh thanks, got it to work!
@aryamuf3 күн бұрын
Hi i was wondering why the "due date" function wouldnt come up in the formula. I named the property due date but it didnt work. Any reason to why this is happening?
@itskatwaugh2 күн бұрын
Are you meaning that it isn't showing as an available property on the left hand sidebar? Are you trying to use it from the database you're working in or is it through a relation?
@aryamuf2 күн бұрын
@@itskatwaugh Yes.. im doing it through the todays agenda should i be doing it through the original database (aka where i put the information)
@itskatwaughКүн бұрын
@@aryamuf You're fine to do it through a relation! I've noticed sometimes it doesn't want to show the property through relations when I'm using the formula editor if there's an error elsewhere in the code or it just doesn't like my syntax. I would create a sample formula property to just play around in and make sure you can just call the property using the relation by itself before adding any other coding around it. If it's still being weird, there may be something extra needed in the relation set up!
@ChandaDavi-pu2ge4 күн бұрын
Can we talk to each other about notion
@itskatwaugh4 күн бұрын
There isn’t a chat feature at the moment, but you can add comments and tag the intended recipient!
@melanieschaumberger35057 күн бұрын
Will there be an update 2025 soon - or will the personal productivity planner template stay the same?
@itskatwaugh6 күн бұрын
Great question! Honestly, I haven't decided yet. 😅I've added some upgrades as Notion features have expanded, but overall my systems and setup haven't changed much because they work so well for me! So I feel like it would be a bit redundant, but if you have any thoughts I'd love to hear them!
@melanieschaumberger35056 күн бұрын
@@itskatwaugh I just fall over your system, and I want to buy it soon (I am a complete beginner). So I just wanted to know if I should wait for an update. 😊
@itskatwaugh5 күн бұрын
@@melanieschaumberger3505 Ooohh totally! When you purchase my templates, you have the opportunity to sign up for any updates that come in the future and they'll be emailed right to you! I'm not planning any big updates at the moment, so I wouldn't wait if it's something you're wanting to grab!
@melanieschaumberger35055 күн бұрын
@@itskatwaugh wow, so cool. Then I do not need to wait for anything! Thank you!
@ONAIRwithDYLAN7 күн бұрын
THANK YOU!!!!!! It'd be awesome it Notion offered a mobile version
@MissRosexox10 күн бұрын
I wanted to know how exactly you created the reset button.
@MissfitRochelle11 күн бұрын
I love your videos. I enjoy you walking us through how you use your templates and your days. Purchase your Life Planner....I was going to purchase your Biz Planner, but not sure yet how to integrated it to MY work. I am in the Life Insurance Industry not really content creation and not really sure how to implement it in my business, otherwise I would of purchased it immediately!! Thank you for all that you do, I enjoy watching your videos and saving them as references for the future in Notion.
@itskatwaugh11 күн бұрын
Hi! Thank you so much! I’m so glad my videos have been helpful!! I totally understand about integrating The Biz Planner into your specific industry. If you’re interested in working with me 1-on-1, I have a few options that could help you with this: 1. I offer 1-on-1 Strategy Sessions where we can talk about the best way to integrate the template into your industry and personal systems. 2. I create custom Notion builds if you’d like a space that’s not a cookie cutter template and created specifically for you! 3. For those who have purchased my templates, I have a special offer where you can hire me for a 1/2 day to make customizations for you! If any of those sound like they could offer you the best support, feel free to email me and we can chat more! My email is on my KZbin about page or you can use the contact form on my website! 😊
@MissfitRochelle10 күн бұрын
@@itskatwaugh I am interested in making something customized for my industry. I have a team I oversee as well, and will be tripling my agency this year. If we can create something that works, I would love to refer it to my team as well as my organization. We are a trillion dollar company so I know it would be helpful to others as well. As for now, I would like to get the bearing of your Life Planner template and flow, to make sure I understand how to manage it first, before moving to the Biz Planner.
@itskatwaugh6 күн бұрын
@@MissfitRochelle Absolutely! Feel free to reach out if there's any way I can support you in the meantime!
@sharleen10611 күн бұрын
Hii, thank you so much for this. I am having an issue with "numberTodayTasks" not showing up. It will give me the notice "numberTodayTasks is not defined." it doesn't show up under "variables" like it does in yours either. I tried to scroll and manually look for it but nothing came up. I made sure to not miss commas, etc. either. Do you know what notion may have replaced it with? Thank you.
@itskatwaugh11 күн бұрын
Usually when that message is displayed, it’s an issue with the code. Of course my suggestion is to check your commas 🤪 but do give it another once over just to check! When we create variables like this, we are the ones creating and defining them, not Notion. Functions like now() or today() are controlled by Notion though! So in this case, the variable wouldn’t have been replaced with anything by Notion and it’s our job to find the error! Another place to check is that you’re using lets() if you’re defining multiple variables and not let(). It will throw an error if it’s not set up for more than one! Hope this helps!
@danedormio13 күн бұрын
Would it be possible to have it display the actual items due today? If so what function would you use?
@itskatwaugh13 күн бұрын
Yes! Just filter to the items you want it to show and don’t use the .length() function at the end!
@DebAnderson-c7v13 күн бұрын
Hi Kat -- totally unrelated to this video but are you aware of a way to create incremental numbers for database rows? For example, if you want to add a new row, is there a way to automatically populate the next row with a number?
@itskatwaugh13 күн бұрын
Hey! The short answer is no - but it truly depends on your process and how you will be using the system. You could potentially create a relation property where you would essentially relate the database to itself. Then you would relate your new page to the page before it. Then finally, you can create a formula that looks at the number property in the related page and add "1" to that number. If you use a Created Time property you can potentially automate that with a button and filters for the most recent created time, but that may be more than you're looking for. 😅 Hope that gives you some ideas!
@DebAnderson-c7v13 күн бұрын
@@itskatwaugh Kat, guess what!! I just happened to find a new property titled, "ID" and it allows automatic numbering as a column!! It works perfectly. Thank you for your suggestion, though!!
@itskatwaugh12 күн бұрын
@@DebAnderson-c7v Oh perfect!! I've never used that property type before so you taught me something today 🤪 Thank you for sharing!!
@DebAnderson-c7v11 күн бұрын
@@itskatwaugh I think it's new(?) and literally stumbled on it! You're awesome! Thanks!
@gianhart14 күн бұрын
Very helpful and first video I found after searching about the new home screen. How did you screen record the video with your little face circle - what app/platform?
@itskatwaugh13 күн бұрын
Thank you! I'm glad you found it helpful! I use Tella to record all my videos! Their video editing platform is suuuper helpful in cutting down my editing time. I have a link in the description of this video if you're interested!
@mhammadzreik476518 күн бұрын
Very good tip!
@TechyFriends20 күн бұрын
It’s December 2024. Things I put for Jan 2025 show as overdue? Why?
@itskatwaugh18 күн бұрын
I just began to notice this problem as well. I think something quietly changed in the background with formulas. It seems using the “L” format isn’t taking the year into account. You can bypass this by replacing the “L” format with a “LL” or using the today() function!
@vcalodabe22 күн бұрын
Do you have any discount?? 😃
@itskatwaugh20 күн бұрын
Not at the moment, but I do have sales from time to time!
@nirvaknin597324 күн бұрын
Great video! Thank you! In regards to weekly planning, as a manager my day has many 30 minutes meetings. And due to my ADD challenges, I have to make sure my calendar presents to me clearly the tasks I should work on. The approach you are presenting relies on big "task placeholders" which unfortunately I can't use due to the task breakdown in between meetings. This enforces me today for each task created in Notion to block a dedicated time in the calendar and then manage those in case something changes and always look at two blocks in the Notion Calendar (one from Notion and the second for Google Calendar time blocking). Is there a method to ensure that a task in Notion is blocking time automatically in the google calendar? the only option today is through Zapier which is solving only the auto-creation part of a time block
@itskatwaugh24 күн бұрын
Great question, right now I think you’re correct that Zapier is the only way to get a “Notion” calendar blocked onto a Google Calendar. It’s kind of a one-way street rather than a two-way, which I think is there to encourage you to use the Notion Cal app over Google haha. Also, you don’t have to use the ideal time-blocking calendar portion if you don’t want to! If you use it to schedule your week but know things are going to change, you can always turn off that calendar and work off your tasks and meetings if that’s more helpful!
@Kb_fifi_0725 күн бұрын
🥰🥰🥰
@Kb_fifi_0725 күн бұрын
Link or title of the video totoriol plz
@itskatwaugh25 күн бұрын
Just linked it to the post! It’s “Build a time blocking calendar in Notion”
@gabizinha124627 күн бұрын
I sent my e-mail but i'm not getting the template, could you help me please?
@itskatwaugh27 күн бұрын
Hey! Feel free to shoot me an email (located on my about page or through my website) with your email address so I can help troubleshoot!!
@BelethiumOxideАй бұрын
Dog tryna get in to see you.... 🥲bebe
@LisaDaisy36Ай бұрын
Oh my goodness, you and your hubby play Destiny 2. My partner and I are also obsessed with D2. Not only do I love your videos, I love that you also play Destiny 2. INSTANT SUBSCRIBE! :)
@itskatwaughАй бұрын
Omg I love that!! I'm so happy to have you here! 🤩
@annacbrown1986Ай бұрын
Do any of your notion templates include a faith component?
@itskatwaughАй бұрын
I love this question! I don't have a specific faith component in my templates, but it can be easily added. I like to keep it open so people can add what feels good to them in this aspect. For example, in my personal workspace I've added faith-based prompts to my journaling templates. I hope this helps!
@BDingsАй бұрын
Way better explained than the other videos I've already watched. It's great to start with an example what it's good for. Thank you
@itskatwaughАй бұрын
Thank you so much! You're so welcome😀
@nadyaespositoАй бұрын
We need an updated Notion tour with all the new features added! I need some inspo to make Notion work for me!!
@itskatwaughАй бұрын
Agree!! I'm going to be working on my own Notion setup over the holidays to try and implement all the new additions!!
@martatavares234Ай бұрын
Hey! I can’t get the formula to work for me, it just doesn’t display anything 😢 I’ve checked the databases are linked and gone through the commas and dots with a fine comb - no idea what I’m doing wrong! Do you have an email I could shoot you a few screenshots to? Thank you so much!
@itskatwaughАй бұрын
Hey! Yes, it's in my channel information if you click "view email" or through my website!!
@heyrachelvigilАй бұрын
Will these tasks show when they are due in your life planner calendar? Or are they not synced together?
@itskatwaughАй бұрын
Yep!! They’re synced! 😊
@KidKerriganАй бұрын
I've tried blocking tasks like this myself, but it didn't work for me! I noticed in some other videos that you had a "DO date" on your tasks. I've tried this myself as well, but couldn't find a simple way to reconcile using a DO date for planning vs. making sure I'm not compromising DUE dates. How do you handle that? (Apologies if you already have a video on that!)
@itskatwaughАй бұрын
Great q! I believe I address my planning process in my 2024 Notion Tour, so that may be one to check out. But if you have an instance where you know something is "due" in advance, it may be worth creating another date property for that and just keeping it visible as you plan so you can account for it!
@KidKerriganАй бұрын
Today I learned you can shift the whole properties group to the side panel and my life changed :) I was moving indiviudal ones there like an idiot and hating that every time I expand a section it showed me EVERYTHIIIIIIING and I couldn't see anything on the page. LOL. OMG. Thank you!
@shayj4312Ай бұрын
Thank you for sharing your widgets I love the weather one but I have no idea how to get it into notion page, as it provides a HTML would you mind giving me some help 🙏
@itskatwaughАй бұрын
Yes! In the description of this video there's a link to Apption. You'll want to go there and create a url using the html you have! It requires an account, but you can create it for free :)
@shayj4312Ай бұрын
@ Perfect thank you so much! ☺️ I’m pretty new to Notion but love learning and your videos are so helpful and easy to follow, the work you put into your databases is amazing! I can’t believe how much time I’ve lost though getting stuck in it’s a bit addictive 😂
@itskatwaughАй бұрын
@@shayj4312 ahaha!! You've been bit by the Notion bug! 😆
@dojistar1784Ай бұрын
Hi Kat, great explanation on Notion formulas! I need help with doing math on an "Orders" table that has four columns where Column A (Items) is a related field to items on an "Inventory" table, and Column B (Qty) is text field where I can manually type a comma-delimited list of numbers representing the quantities of each item selected from Column A, and Column C (Item Prices) is a rollup of prices for each item selected in Column A. My goal is to have Column D (Total Price) as a formula to calculate the total price multiplying each Qty element with the respective Item Price element, and adding the results into a final total. Thank you for any advice you can provide for this.
@itskatwaughАй бұрын
Hey! So for starters, I personally wouldn’t structure your table this way. When writing the formulas, you’ll then have to make a really complicated formula that goes through each time in the “array” of your rollup and CDL property in order to do the math. Instead, I would add a quantity and total price property to your inventory database and do the math there! Even if you don’t want the properties showing in that table, you can hide them and keep them working in the background :)
@kaliahbeuzardАй бұрын
Hi, Thank you so much for your video. This was super helpful! I've been trying to figure out how to create a notification center and this broke it down perfectly in easily achievable steps :) ... I do have a question however, when I tried to follow along as shown in 05:08 and show my tasks as 'minimal' there wasn't any category for me to click the 'show as' it was completely gone. Is there any workaround or is it just updated and named something differently? Would love your help on this thank you so much
@itskatwaughАй бұрын
I think that may have changed with the new layouts feature!! If you go to the “Customize layout” area and add your relation properties to the “Relation group” you can switch them between a page section or minimal. My latest video on layouts shows this too :)
@kaliahbeuzardАй бұрын
@@itskatwaugh Thank you so much for responding. I'll go rewatch it again - Thanks for the help :)
@angelsames38172 ай бұрын
Hi! Just found your videos and I’m watching pretty much all of them to get my own Notion set up. Question: are you using multiple task managers or databases? Or are you creating filters and pulling all of your stuff (content, tasks, events, etc) from just one database/task manager?
@itskatwaugh2 ай бұрын
Filters all the way!!!
@amandafilgueira70382 ай бұрын
I loved your organization, it has inspired me a lot, thanks!!
@itskatwaugh2 ай бұрын
Yay!! I’m so glad 🥰
@YourBrandPlanner2 ай бұрын
This was VERY helpful!! Thank you x1000
@itskatwaugh2 ай бұрын
You’re so welcome!! 🤩
@YourBrandPlanner2 ай бұрын
@@itskatwaugh I can't figure out how to create the Areas so they show up in the wiki's can you help?
@itskatwaugh2 ай бұрын
@@YourBrandPlanner Yes! You'll have to add the tags to the "Areas" property. Then you can add corresponding headers on the "Home" view.
@YourBrandPlanner2 ай бұрын
@ I can’t figure it out, could you reference in a video when you have a moment to add to your content plan?
@itskatwaugh2 ай бұрын
@@YourBrandPlanner Just shoot me an email! We can get it sorted out :)
@familyfunpodcast2 ай бұрын
Whaaaaat - you can open a filtered view in Notion Calendar. This is a brilliant workflow - thank you for sharing :D
@itskatwaugh2 ай бұрын
Right!! It’s a pretty neat party trick 🤩
@mark-victor2 ай бұрын
Amazing video thank you so much.
@sashakuzmenkova18902 ай бұрын
Hello this is pretty late but after I put in the full formula it says "function if received unexpected argument. [0,1] Expression expected. [705,706]" I've double checked everything and I can't seem to find where I went wrong.
@itskatwaugh2 ай бұрын
Usually that type of error indicates you missed a comma or parenthesis at the end of a line! I would check there first, or if there’s a little red squiggly line under part of your code that’s where the error is. It’s hard for me to know without seeing it 😅
@sashakuzmenkova18902 ай бұрын
@@itskatwaugh Thank you! I realized I had an extra comma😭 I hate to bother you again but I'm also having an issue with it actually displaying the right number of tasks. It says 0 no matter what I do. I know it's hard to know without seeing it but what could be causing that?
@itskatwaugh2 ай бұрын
@@sashakuzmenkova1890 Is it a status property rather than a checkbox property? If so , you'll be looking for anything that isn't Complete. (Or Done depending on how you've labelled it.) So in this case, instead of ==, you'll use != "Complete". Hope this helps!
@suzannesperl49172 ай бұрын
Is there a way to sync your Google Cal to the Notion calendar. I have your Productivity Planner and would love to be able to do this :)
@itskatwaugh2 ай бұрын
Not the one that’s physically in your Notion space. You can link it to Notion Calendar (separate app) and have it show up in your Notion Home though! You can check out my Notion Calendar video (kzbin.info/www/bejne/o4GomKGOm7Claqs) for how I use it with my Productivity Planner, and also how I set up Notion Home! (kzbin.info/www/bejne/g6jTlJSCqJWBpc0)
@millennialmoneymom2 ай бұрын
i love sops and notion!!!!
@corinnealsman46772 ай бұрын
I love your set up! I’ve been looking FOREVER for a notion planning system that aligns with my needs, this is perfect so THANK YOU!!!! I’m looking forward to using it.
@itskatwaugh2 ай бұрын
Ahhh yay!! You’re SO welcome 🫶 let me know if you have any questions!!
@MasterOneMusic2 ай бұрын
This is amazing, thanks for the info Kat. What software do you use to edit you nice videos? Like transitioning from FullSharedScreen to just your face? 4:50 Thanks again Keep rocking!
@itskatwaugh2 ай бұрын
Of course!! I use Tella to film my videos! It makes it so easy to add transitions like the one you mentioned in post editing. I’ve got a video on my channel all about Tella and I also have a discount link in the description of this video :)
@MasterOneMusic2 ай бұрын
@@itskatwaugh you rock! Thanks so much
@AndrewCortesi2 ай бұрын
Cool - did you create that database or was it template?
@itskatwaugh2 ай бұрын
I created it! But you can get it in my template shop :)
@thehumanrebuildd2 ай бұрын
Are you going to do a video on the new Nation automation formulas since we can do formulas within automations?
@itskatwaugh2 ай бұрын
Yes! I’m starting to make some videos on the new features, so I’ll add this to the list!! 🤩
@thehumanrebuildd2 ай бұрын
@itskatwaugh Awesome! We would all appreciate a deep dive on it ❤️ I've been messing with it and it's easy to get confused on your left and right limits since it can do so much. Also if you can cover checking if your automation pauses and how to prevent it from happening since it doesn't give you a notification that it's paused
@itskatwaugh2 ай бұрын
Definitely! I can tell you right now that the automation pausing is most likely a bug. I had the same issue when automations first came out, and after a while it resolved. I know that’s not a fun answer 🙃 You should be able to pause the automation manually if you want to, but it’s not supposed to just do that on its own.
@thehumanrebuildd2 ай бұрын
@itskatwaugh Got it! Thanks for the clarification!
@genfitness34352 ай бұрын
I need to dive into your videos ❤ I just love your work so much
@itskatwaugh2 ай бұрын
Ahh thank you!!
@AlalaXenidis2 ай бұрын
Thanks!! I was looking for this. I tried to copy another formula, but it didn't work with my databases T_T But with this video was pretty easy!
@karaflintholistic2 ай бұрын
Hiya Kat, loving my Content Planner template. For the analytics, could you go into more detail for those of us who are bad at social media? For example, I cannot find the Instagram metrics for Post Saves, Post Shares, Most Active Day or Most Active Time. You mention in the tutorial it's within the IG app, but after searching other KZbin videos for more details, I can't find those metrics anywhere. Any advice for Social Media Audit metric discovery details would be super helpful!! Feel free to email me if that's more appropriate. Thank you!!
@itskatwaugh2 ай бұрын
Hey!! It's good to hear from you. Let me send you an email with a screenshot of where I find this info. I personally think those are important to track, but IG doesn't make it obvious unfortunately 🙃
@Kiara4You2 ай бұрын
After the if statement it doesn't show me the "numberTodayTasks"
@itskatwaugh2 ай бұрын
Hmmm. Maybe check that you didn't miss a comma at the end of the line?
@dannyxyz222 ай бұрын
Great work. How do you keep track of the page book you are at? Is this some kindle integration service? That looks great.
@itskatwaugh2 ай бұрын
Nope! I just update it manually as I go :) I prefer hard copy books so I'm a little old school in that way!
@dannyxyz222 ай бұрын
@@itskatwaugh That's nice. I use to start several digital books, but I seem to only finish the hard copy ones. The progress bar you created looks motivational. I liked that idea.