I need help with a spreadsheet I have made for "ongoing project Timeline"

lwebb

New Member
Joined
Jan 16, 2024
Messages
1
Office Version
  1. 2013
Platform
  1. Windows
So, I have made a what we call "job List" at work. This needs to be updated every month and shows, the next 12 months, with a proposed end date for each project we are doing. It needs to be visual like a bar graph and I wasn't sure on the best way to do this whilst making it time efficient to update. After a lot of trial and error I figured out a formula that works for what I needed.

I am using the IF formula, It adds the letter A to the cell if the date is before the anticipated end date (I then use conditional formatting to colour the cell in entirely) then the cells below work the same but with the letter B, the eventual shading then creates the "graph" in line with the dates. See images.

Formula example:
=IF(AND(T$4>='Date changes on this sheet'!$Y6,T$4<='Date changes on this sheet'!$Z6),"A","")

I know this is probably super over complicated for what I wanted to do so I am open to advise and ideas.

My problem with the method I am using, is that when I print this graph. It shows the letters A and letters B (even though the shading is the same colour on my computer to hide them) so its really not print friendly which this workbook has to be!

I would really appreciate any help you might be able to give with this!

*Please note I am no expert this is just me figuring it out as I go along*

Thank you very much!
 

Attachments

  • Screenshot 2024-01-16 185023.png
    Screenshot 2024-01-16 185023.png
    67.9 KB · Views: 17
  • Screenshot 2024-01-16 184404.png
    Screenshot 2024-01-16 184404.png
    63.2 KB · Views: 17

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Can you format those cells where the A and B are, either directly or through the conditional formatting?
If you use this it hides the cell contents:
1706204699972.png
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top