Due Date Pop-up Alert in Excel | Date Due Tracker - Formula & Due Date Color Change Notifications

  Рет қаралды 207,406

Chester Tugwell

Chester Tugwell

Күн бұрын

Пікірлер: 57
@IvanCortinas_ES
@IvanCortinas_ES 3 жыл бұрын
The use of conditional formatting with dates is always very useful. Excellent resolution with the macro. Thank you for this example Chester!
@John-Titan
@John-Titan Жыл бұрын
This is a great tutorial, thank you. How can you stop the VBA based on text in another cell?
@TareqAhmed072
@TareqAhmed072 2 жыл бұрын
I am really grateful for this video. It helped me to learn myself and applied for one of my clients.
@JenniferBentley-r5j
@JenniferBentley-r5j 10 ай бұрын
Good morning Chester, Thank you for the video it has been so helpful for me but I was wondering if you could show me how to take column B and D and move it to a new tab to show a quick summary of upcoming and current due dates.
@willbe515sara
@willbe515sara 11 ай бұрын
Thank you for the tutorial it helped me with my workbook. How can I remove the invoice from being included in the notification when the invoice has been paid?
@louisepeedell7111
@louisepeedell7111 Жыл бұрын
Omg the vba is amazing just done my first one following this and impressed myself thank you
@Bill-c4w6v
@Bill-c4w6v Ай бұрын
Hi Tugwell, I have used your excel as a template for my pop up reminder. I would like to know if I can have 1 invoice per line instead of them clustering in one line.
@jenpen10j
@jenpen10j 7 ай бұрын
Thank you so much! That was brilliant and I learnt so much.
@chaddrose8182
@chaddrose8182 Жыл бұрын
Thank you! Exactly what I needed to make some progress.
@lestat77uk
@lestat77uk 3 жыл бұрын
Really great video, clear and concise... it helped me a lot... thank you so much
@freidy22
@freidy22 Жыл бұрын
great video! I need to expand on this, do you offer one on one services?
@Mahbub_L
@Mahbub_L 3 жыл бұрын
It's really cool. But is it possible when this workbook is in CLOSED mode at least a reminder email to send to the user of this file? So he'll open and send reminder to the customer if needed? Because an user may not open the workbook every day for such reason need this email reminder to user.
@vasilikikladouchou6772
@vasilikikladouchou6772 3 жыл бұрын
Great video and very well explained! Thank you Chester.
@teamxovec
@teamxovec 2 жыл бұрын
How can I set a remind or a pop for the expiry date so for example 11/06/2022 so it would come up with a pop up on the day or 1 day before
@anilkumark123
@anilkumark123 3 жыл бұрын
Thank you for the video, it's was very useful. It made my job easy to Following the Payment
@fmi-immobilier
@fmi-immobilier 2 жыл бұрын
Great and useful explainations ! Thank you !
@patrickschardt7724
@patrickschardt7724 3 жыл бұрын
This has a little bit of everything. Nice work
@pinballwizard79
@pinballwizard79 2 жыл бұрын
Thanks a lot! It is exactly what I've been trying to find since a very long time 😃👍
@Teambct09
@Teambct09 2 жыл бұрын
This was incredibly helpful. Thank you!
@BenDieselBasicAutomotive
@BenDieselBasicAutomotive 2 жыл бұрын
Thanks for the learning.... more power to you..
@CTTH100
@CTTH100 2 жыл бұрын
Thanks for the video. Can you advise the code modification to break the results (INV1 INV3 INV4) displayed in the notification box on separate lines instead of inline? Thanks!
@mar25947
@mar25947 2 жыл бұрын
This is a Fantastic video! Thanks!
@SergioMartinez-uk8kt
@SergioMartinez-uk8kt 2 жыл бұрын
very useful, and thorough, it helps me a lot. A question: how can be done the alerts coding if the information is in different sheets, i.e. a set of companies in different sheets, which the relevant information is showing in a summary page, depending of the drop down (i took it from other of your amazing videos).
@ketransfer2971
@ketransfer2971 3 жыл бұрын
This is great. Thanks! Is it also possible to have this in hours instead of days? For instance, a pop-up 2 hours before a given time in a cell?
@youssifheshmat4212
@youssifheshmat4212 2 жыл бұрын
Very Helpful video❤ Can you please tell me how to write the script (Codes) for Google sheets, not Excel? Thank you in advance
@vaidehiambavale9760
@vaidehiambavale9760 3 жыл бұрын
Could you please share a video on how to add pop up reminder with date and time.
@KateFeldman-q6d
@KateFeldman-q6d 6 ай бұрын
this is great, but how to you display commas between numbers in NotificationMsg string?
@MohAboAbdo
@MohAboAbdo Жыл бұрын
Thank you so much Sir
@sininv1
@sininv1 3 жыл бұрын
hi I like to check for the BV. you set the row, is there a way for the row range to be auto as it add on? thanks
@CoolobiTj
@CoolobiTj 3 жыл бұрын
Excellent! Is it possible to run VBA not only for H2 but for each task? Because for some tasks "Bring Forward Reminder (days)" varies. In some tasks reminder should pop-up before 2 days for others 5, 10, 20 days. Thanks again!
@jasonwhatswifme
@jasonwhatswifme 2 жыл бұрын
Hi thank you, this was really useful! How do I make the alert exclude weekends? Cuz I would only want the alerts to consider weekdays/working days when tabulating the alert.🤔
@divijm641
@divijm641 Жыл бұрын
Hey jason, did u find a solution to ur question is yes, kindly share it across
@EmilioBaldi
@EmilioBaldi Жыл бұрын
​@@divijm641 Form Office 2007 "=WORKDAY(start_date; days; [holidays])" "start_date" can be a date, a cell with a date or TODAY(); "days" is a number positive for the future or negative for the past; "[holidays]" cells with holidays dates to skip when counting. It's optional.
@reginahardaway7454
@reginahardaway7454 4 ай бұрын
This was awesome! Just what I needed. Thank you so much
@amymcmacken6045
@amymcmacken6045 3 жыл бұрын
Could you update the spreadsheet to include a column which includes the “date paid”. Then would you mind updating the formula so that if the “date paid” cell is blank or there is a date which is on or before the “date due” then a reminder is not created? Thanks.
@MyDearFriend
@MyDearFriend 10 ай бұрын
is it possible to have this send email reminders for each person responsible for each task due for example if some tasks where completed by me and some where completed by someone else? Kind of combining the 2 of your videos together (other one was titled: VBA to Automate Sending Email From Excel Table) My goal is for it to send one email per task expired to the correct person responsible for that task. Anyways thanks for the amazing vids I never knew could do so much with excel this is really fascinating stuff!!
@DJDuncanDesigns
@DJDuncanDesigns Жыл бұрын
Just discovered this today! Fantastic! Hope someone can answer a question: How would I be able to do this for multiple due dates? e.g., we have a day after date, a week after follow up date and a report due date. UPDATE: I figured that part out. How do I get the display box to separate what is displayed by commas? For example, it says "...is due" Inv 1 Inv2 Inv 3. How would I get it to put commas and a space between each one?
@Chopped_and_screwed
@Chopped_and_screwed Жыл бұрын
Do you mind sharing your solution for the multiple due dates? Basically I have a leave tracker and I need to track each individual return date (obviously not all will begin on the same date). That's one function I really need at this point.
@Simply_Shey
@Simply_Shey 9 ай бұрын
Yes pls share your updates here. Thank you in advance
@jenpen10j
@jenpen10j 7 ай бұрын
I implemented all this and it works brilliantly, however, once I have closed or completed my data from the alert, how do I stop it coming up as needing chasing as it still thinks it is there even if it isn't?
@truthwisdom
@truthwisdom 2 жыл бұрын
Thank you Brother!!
@haritiwari4629
@haritiwari4629 3 жыл бұрын
Nice explanation...
@SimonChester-xj5iu
@SimonChester-xj5iu 2 жыл бұрын
Great video really helped me but i could not find the code has is been removed
@oupaswoodshop1325
@oupaswoodshop1325 Жыл бұрын
How do you rest the reminder for each month if this was a bill payment
@Ebonypinar
@Ebonypinar Жыл бұрын
What do you do if you have several due dates on one sheet? Make a set a reminder column for each due date ie 2 month, 1 year, 2year, 3year etc
@FlorinAntonoaei
@FlorinAntonoaei Жыл бұрын
use this formula: =IF(OR(AND(C2"", TODAY()+$M$1>=C2), AND(D2"", TODAY()+$M$1>=D2), AND(E2"", TODAY()+$M$1>=E2), AND(F2"", TODAY()+$M$1>=F2), AND(G2"", TODAY()+$M$1>=G2)), "Yes", "") this is for 5 columns, adjust the cells and formula according to your spreadsheet
@aislingloughlin8898
@aislingloughlin8898 9 ай бұрын
Hi Chester, I cant seem to see the VBA code in the description box. Has it been deleted? Thank you
@ChesterTugwell
@ChesterTugwell 9 ай бұрын
Hi, you can get it following this link www.bluepecantraining.com/due-date-pop-up-alert-in-excel/ Apologies for any confusion.
@truthlover6511
@truthlover6511 2 жыл бұрын
Thank you soo much
@michelleannetruita7045
@michelleannetruita7045 3 жыл бұрын
Can I use this in Google Sheet? Btw, this really helpful
@tylerdement3283
@tylerdement3283 2 жыл бұрын
Hello, even when I download the file and copy the code in, I am still not getting notified. Can you help me out with this?
@alializadeh8195
@alializadeh8195 2 жыл бұрын
Thanx
@christopheropara2057
@christopheropara2057 10 ай бұрын
mine is showing VALUE! error, how do i correct that?
@billyraybalatayo3791
@billyraybalatayo3791 3 жыл бұрын
I have problem with the date due
@ganesankannan4953
@ganesankannan4953 Жыл бұрын
NEED CODE...
Create a Deadline Tracker in Excel (in 2 Simple Steps)
3:56
Excel Dictionary
Рет қаралды 2,7 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
Using Dates with Excel VBA to Automate Email Reminders
19:20
Dinesh Kumar Takyar
Рет қаралды 197 М.
5 Excel Secrets You'll Be Embarrassed You Didn't Know
17:32
Excel Campus - Jon
Рет қаралды 288 М.
Popup Reminder in Excel  That Beeps and Speaks - Very Useful
11:35
Officeinstructor
Рет қаралды 108 М.
Try The DGET Function Instead of INDEXMATCH & XLOOKUP
12:29
Kenji Explains
Рет қаралды 137 М.
Essential Skill with Excel: Expiration Alerts with Conditional Formatting
15:40
A2 Excel, Stats and Finance
Рет қаралды 284 М.
How To Create A Pop-Up Reminder For Tasks In Excel
11:30
Excel At Bernie's Learnings
Рет қаралды 25 М.
Excel Template with Alert Message for Expiry or Renewal Dates
8:03
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН