Highlight overdue items using Conditional Formatting

  Рет қаралды 116,029

Chandoo

Chandoo

Күн бұрын

Пікірлер: 35
@aissajez911
@aissajez911 8 жыл бұрын
Great Video Thanks a lot, I was trying to format cells with "IF" Formula until I realised that the result wasn't true of False, helped me a lot I used the "AND" and worked like a charm.
@margaritamonfort6518
@margaritamonfort6518 7 жыл бұрын
It helped me a lot in monitoring the expiration of staff licenses.
@ifs9664
@ifs9664 9 жыл бұрын
Great!!! Thanks for everything Chandoo!
@ptarshop4220
@ptarshop4220 5 жыл бұрын
Can you assist. I have followed all the rules, however, I cannot get the highlighted colours.
@richamaheshwari2147
@richamaheshwari2147 5 жыл бұрын
same here
@jbkregs2766
@jbkregs2766 5 жыл бұрын
This was fantastic!!!
@abcshr
@abcshr 4 жыл бұрын
Excellent Video, Thanks a lot! Where can I find the detailed video of the form combo box and radio buttons?
@pranojprabhakaran8266
@pranojprabhakaran8266 6 жыл бұрын
it is useful. We need to know after setting the conditional formatting, will it get highlighted automatically
@chandrasekarsankar102
@chandrasekarsankar102 2 жыл бұрын
How is that median function calculates whether its within a week i.e 7 days?
@Revantrekk
@Revantrekk 6 жыл бұрын
ok, so... i have a number of orders placed, each with their own delivery dates. i want each row (each article) to be highlighted when the delivery date is overdue. For example, Product XYZ was due on August 20th and it's already August 21st. What formula do I use so that I can clearly see which order to take care asap?
@RescuedbyJesusChrist
@RescuedbyJesusChrist 5 жыл бұрын
That is the same issue with me, I have followed all the rules, however, I cannot get the highlighted colours. Could you help me with this?
@mrbumble1635
@mrbumble1635 5 жыл бұрын
Is there any way of creating a kind of separate "summary" sheet to show lets say expired and expiring in
@chandoo_
@chandoo_ 5 жыл бұрын
You can apply the ideas discussed here to get what you want. kzbin.info/www/bejne/oZfId5avedeWrLM
@sunnypan1686
@sunnypan1686 6 жыл бұрын
thanks so much chandoo! it was really helpful for my work. but is it possible, if I have a begin date, if 40 days later, I didn't done the task, should the row be highlighted, but if like in you video said, after "done", then the color will be disappear. I suppose, if the column is R for the beginn date, it should be "=AND($R2
@jbkregs2766
@jbkregs2766 5 жыл бұрын
Can you help me!? I want to highlight a row where one column contains a certain text another that’s 7 days past the date unless one column says complete? If that makes sense. Please and thank you!
@chandoo_
@chandoo_ 5 жыл бұрын
Interesting question. Assuming column A has the text, B has due date, C can have the word "Complete", follow below steps. 1. Select your range of cells. (I am assuming A1 is the first cell, change references accordingly) 2. Go to Home > Conditional Formatting > New Rule 3. Select "Formula based rule" option 4. Write the rule =AND($B1-today()>7, $C1 "Complete") 5. Set up the formatting you want Click OK. It should apply the formatting.
@jbkregs2766
@jbkregs2766 5 жыл бұрын
That worked great thank you so very much. How would I change a status from “in process” to “late” if it goes past 7 days. I’ve tried nested if statements but it’s not working correctly.
@aliadan3743
@aliadan3743 7 жыл бұрын
nice work very good effort thank you
@karlasalas3705
@karlasalas3705 3 жыл бұрын
what instead of "done" you have an actual date on that cell? how do you add to your formula?
@chandoo_
@chandoo_ 3 жыл бұрын
Depends on how you want to use that date. For ex, to highlight activities that are due & have don't have a completion date, replace this part *$F5"Done"* in the rule with $F5""
@shieshiecalderon7721
@shieshiecalderon7721 6 жыл бұрын
How can you use this for time?
@lalitchand175
@lalitchand175 6 жыл бұрын
Can you help me in creating an excel sheet for work purpose.
@Wealthcreation...12345
@Wealthcreation...12345 3 жыл бұрын
Sir if am applying same formula but here it is not working.. How can I use this please help about this
@chandoo_
@chandoo_ 3 жыл бұрын
I suspect the rule is refering to another cell. You need to select the top-left cell of the range before entering CF rules. Otherwise, the relative nature CF rules will automatically change references. Edit the rule and fix any incorrect references.
@YashpalSingh-cn2vm
@YashpalSingh-cn2vm 4 жыл бұрын
In place of done I want to write completion date , then what will be formula in place of done.
@chandoo_
@chandoo_ 4 жыл бұрын
You can use completion date to check too. For ex. if the cell is empty then the item is still not done. Give it a try.
@jbkregs2766
@jbkregs2766 5 жыл бұрын
What if I want it everything over 30 days old?
@chandoo_
@chandoo_ 5 жыл бұрын
Set up a condition to check (Today()-yourdate )>30
@redhaakhund1271
@redhaakhund1271 2 жыл бұрын
⭐️⭐️⭐️⭐️⭐️
@vivekmittal5738
@vivekmittal5738 6 жыл бұрын
What about if due date is different with different month and different year? Like starting date : 01/05/2015 and next due date will be in next year 01/05/2016.....! Or past date was 13/07/2017, present date is 13/07/2018, next due date will be 13/07/2019.
@chandoo_
@chandoo_ 6 жыл бұрын
@Vivek Mittal: If you want a recurring due date behaviour, then potentially every value is overdue. Let's say you want to check a date like 25th of July every year and highlight whenever due date is with in 30 day window. Assuming Cell A1 has the date (say 25-July-2016, but should highlight today - ie 21st of July 2018 as this is a recurring date), select the cell and apply the below rule: =AND(DATE(day(A1), month(A1), year(TODAY())>=(TODAY()-15), DATE(day(A1), month(A1), year(TODAY())
@vivekmittal5738
@vivekmittal5738 6 жыл бұрын
Learn Excel from Chandoo @chandoo thank you for your formula but it not working with error” your formula is missing a parenthesis-) or check the formula
@vivekmittal5738
@vivekmittal5738 6 жыл бұрын
It’s showing 00-01-1900 after little change in formula
@syedimranhosen6745
@syedimranhosen6745 3 жыл бұрын
you talk much than action..very poor video
@chandoo_
@chandoo_ 3 жыл бұрын
There is an example file & a link in the description. You don't have to listen to everything I say.
How to compare two lists for common values in Excel?
11:03
Chandoo
Рет қаралды 37 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Essential Skill with Excel: Expiration Alerts with Conditional Formatting
15:40
A2 Excel, Stats and Finance
Рет қаралды 282 М.
Excel Highlight rows and records
8:41
Shiftkeycom
Рет қаралды 881 М.
Google Sheets - Conditional Formatting Entire Rows | Text or Dates
5:28
Prolific Oaktree
Рет қаралды 120 М.
Conditional Formatting Formulas - Mystery Solved with 3 Simple Rules
4:25
MyOnlineTrainingHub
Рет қаралды 90 М.
Use this SIMPLE TRICK  to Highlight a Selected Row in Microsoft Excel
10:01
Excel For Freelancers
Рет қаралды 202 М.
Progress Bar in Excel Cells using Conditional Formatting
6:00
PK: An Excel Expert
Рет қаралды 584 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН