Create Dynamic Project Timelines in Excel with Conditional Formatting

  Рет қаралды 10,249

Minty Analyst

Minty Analyst

Күн бұрын

Пікірлер: 29
@hoangthuaduy4864
@hoangthuaduy4864 4 ай бұрын
Awesome!! Excellent explanation.. This is exactly I was looking for. Thank you so much for the video!!
@MintyAnalyst
@MintyAnalyst 4 ай бұрын
Glad it was helpful! 😊
@rambabu77
@rambabu77 3 жыл бұрын
Awesome!! Excellent explanation.. This is exactly I was looking for. Thank you so much for the video!!
@MintyAnalyst
@MintyAnalyst 3 жыл бұрын
Glad it was helpful :)
@scottdavis90
@scottdavis90 Жыл бұрын
SUPER HELPFUL! THANKS!!!!!
@MintyAnalyst
@MintyAnalyst Жыл бұрын
Glad it helped! ✨
@sumitkchaudhari
@sumitkchaudhari 2 жыл бұрын
Excellent Man...!!!
@MintyAnalyst
@MintyAnalyst 2 жыл бұрын
glad it was helpful ;)
@MajaWilhelm-f4f
@MajaWilhelm-f4f Жыл бұрын
@mintyanalyst is there a way you can add to the formula to make the formatting cell colour change based on another column e.g. a status column or category column?
@MintyAnalyst
@MintyAnalyst Жыл бұрын
I don't think there should be any issue adjusting the formula to do this as well. I've always dreaded conditional formatting, as it starts to get really complex the more you customize it. Honestly, I can't even remember how I came up with this formula back when I made the video 😅
@Dennis-pj9qt
@Dennis-pj9qt 2 жыл бұрын
Thanks a ton! Really great video, easy to follow. Saved me a lot of time. Is there a way to retrieve the "task" text from column B and place it over the yellow bars? I tried =IF(AND(I9.Interior.Color = RGB(91,155,213), H9.Interior.Color RGB(91,155,213)), B9, ""), but since the cells have conditional formatting the formula does not recognize the color.
@MintyAnalyst
@MintyAnalyst Жыл бұрын
I gave it a quick try but couldn't figure it out... It's Excel, so I am 100% it's possible, but not sure how 😅
@plamenanastasov5809
@plamenanastasov5809 2 жыл бұрын
I really like you!
@MintyAnalyst
@MintyAnalyst 2 жыл бұрын
thanks bro 🤣
@bubbyshines4171
@bubbyshines4171 2 жыл бұрын
Great vid! How can we do quarterly or monthly view?
@MintyAnalyst
@MintyAnalyst 2 жыл бұрын
Hi there, there is already a monthly view in the tutorial, as for a quarterly view, you just need to extend the timeline dates' formulas to include another IF for a quarterly view. Hope this helps :)
@jackwerch7226
@jackwerch7226 2 жыл бұрын
Is there a way to change the color of the highlight based on a specific team performing the activity?
@MintyAnalyst
@MintyAnalyst 2 жыл бұрын
Hi Jack, the way I would probably approach this is to have an additional condition in the conditional formatting that checks if the team is "ABC". Then I would copy the rule as many times as the number of teams, change the condition and change the color. There may be a way to do it so that you don't have to explicitly state the teams, but I can't think of it... Hope this helps and good luck, let me know if you figure it out!
@philmonhaile7328
@philmonhaile7328 2 жыл бұрын
How would you account for a “Yearly” option on the timeline if I wanted one?
@MintyAnalyst
@MintyAnalyst 2 жыл бұрын
What you can do is change the dropdown to have an "Yearly" option (from data validation), and then switch the formula of the timeline cells (starting from G10) to be: =IF($C$7="Daily",F10+1,IF($C$7="Weekly",F10+(7-WEEKDAY(F10,2)+1),IF($C$7="Monthly",EOMONTH(F10,0)+1,IF($C$7="Yearly",DATE(YEAR(F10)+1,1,1),"Err")))) Then, whenever you switch to "Yearly", it will calculate as Jan, 1st of the next year from the previous timeline cell. As you adjust the duration of the items, e.g. change "Sign Term Sheet" to be 480 days, then you'll see the Conditional Formatting will pick it up and spill it over CY2022 and CY2023. Hope this helps 😊
@mariettequinn1837
@mariettequinn1837 2 жыл бұрын
Awesome! Is there a way to make this a 12 month timeline (with no year) and have it expand and contract depending on what view you are looking at? 365 days or 52 weeks or 12 months? I want to create a cyclical work timeline. Also hoping to group it by semester: fall, spring, summer with fixed dates, fall from 08/16 to 12/31, spring from 01/01 to 05/15 and summer from 05/16 to 08/15?
@MintyAnalyst
@MintyAnalyst 2 жыл бұрын
Hi Mariette, I can't build the file for you, but here's an answer on how to modify the timeline to include an Yearly option from below: What you can do is change the dropdown to have an "Yearly" option (from data validation), and then switch the formula of the timeline cells (starting from G10) to be: =IF($C$7="Daily",F10+1,IF($C$7="Weekly",F10+(7-WEEKDAY(F10,2)+1),IF($C$7="Monthly",EOMONTH(F10,0)+1,IF($C$7="Yearly",DATE(YEAR(F10)+1,1,1),"Err")))) Then, whenever you switch to "Yearly", it will calculate as Jan, 1st of the next year from the previous timeline cell. As you adjust the duration of the items, e.g. change "Sign Term Sheet" to be 480 days, then you'll see the Conditional Formatting will pick it up and spill it over CY2022 and CY2023. Hope this helps 😊
@mariettequinn1837
@mariettequinn1837 2 жыл бұрын
@@MintyAnalyst Thank you! This is so helpful.
@davidworthington8487
@davidworthington8487 2 жыл бұрын
Great video is there a way to add second condition for example planned start date 4/7/22 going take 3 days so should end 6/7/22 but actual end date is 8/7/22 hoe to have that extra day as gone over a different color
@MintyAnalyst
@MintyAnalyst 2 жыл бұрын
Hi David, you should be able to make a second copy of the conditional format, and add an IF statement in it to check whether the date is both below today (or another column with actual end date) and after the deadline. Hope this helps :)
@carlosdonoso1717
@carlosdonoso1717 Жыл бұрын
is there a way to add a milestone by using a symbol or character?
@MintyAnalyst
@MintyAnalyst Жыл бұрын
Hi Carlos, not sure what you mean by adding a milestone, but I believe you can either add a character manually and then use conditional formatting to highlight it, or you can even probably adjust the formula to highlight it based on some other information. Good luck and hope this helps at least a tiny bit ✨
@crowsandcrows
@crowsandcrows Жыл бұрын
Hi! Hope you see this. I am really struggling right now😢 Will this still works even if i changed the start or end date?
@MintyAnalyst
@MintyAnalyst Жыл бұрын
Hi Zea, yes, it should work just fine ✨
How to Add Dynamic Assumptions to Your Excel Models
9:29
Minty Analyst
Рет қаралды 3,3 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
How to Make a Gantt Chart in Excel
12:54
Vertex42
Рет қаралды 3,8 МЛН
Excel - Filter a PivotTable with a Timeline
7:30
Chris Menard
Рет қаралды 12 М.
Make This Awesome Gantt Chart in Excel (for Project Management)
17:13
Kenji Explains
Рет қаралды 484 М.
Bar chart with differences in Excel
13:49
RBX Excel videos
Рет қаралды 175 М.
TECH-005 - Create a quick and simple Time Line (Gantt Chart) in Excel
9:36
The Excel Challenge
Рет қаралды 3,2 МЛН
How To Create A Project Plan In Excel
17:05
Proper Project Management
Рет қаралды 303 М.
How to Create an Excel Action Plan for Your Project [EASY + EFFECTIVE]
15:52
Horizontal Timeline Chart using Scatter chart in Excel
6:52
PK: An Excel Expert
Рет қаралды 84 М.
Master Conditional Formatting in Excel (The CORRECT Way)
10:37
Kenji Explains
Рет қаралды 100 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН